-
C#写的Gabor变换
已在vs2013环境下编译通过,实现了8个方向4个频率的特征提取。Main函数的路径要修改一下才能运行
- 2022-04-11 01:58:49下载
- 积分:1
-
Levenberg-Marquardt最优化C++源码
Levenberg-Marquardt最优化C++实现。该实现是基于openCV的实现,易于理解,便于使用,具有较高的学习和利用价值,可以移植到各个平台。使用其它语言也可以方便地写出这个算法。资源可贵,敬请好好加以利用。
- 2023-08-08 11:05:02下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
搞mapinfo需要的好东东,实时显示的vc代码
搞mapinfo需要的好东东,实时显示的vc代码-engage MapInfo need good Dongdong, real-time display of vc code
- 2022-03-18 06:36:49下载
- 积分:1
-
/ / TetGen计算Delaunay tetrahedralizations,约束Delaunay四
// TetGen computes Delaunay tetrahedralizations, constrained Delaunay tetra- //
// hedralizations, and quality Delaunay tetrahedral meshes. The latter are //
// nicely graded and whose tetrahedra have radius-edge ratio bounded. Such //
// meshes are suitable for finite element and finite volume methods. -//TetGen computes Delaunay tetrahedralizations, constrained Delaunay tetra-////hedralizations, and quality Delaunay tetrahedral meshes. The latter are//// nicely graded and whose tetrahedra have radius-edge ratio bounded. Such//// meshes are suitable for finite element and finite volume methods.
- 2022-01-22 15:57:29下载
- 积分:1
-
QR解码 C++ 正常解码
QR解码 C++ 正常解码 二维码编码器,日本人编的,可以用,在下面框中写入内容,自动转为二维码-Two-dimensional encoder, the Japanese series, you can use the box below to write content, automatically become the two-dimensional code
- 2022-03-04 05:49:49下载
- 积分:1
-
YUV到BMP格式的转换
YUV到BMP格式的转换-YUV to BMP format conversion
- 2022-05-06 07:07:20下载
- 积分:1
-
这是一个小小的程序,供大家参考,如果可以可给我发电子邮件 kaximoduo2003@yahoo.com.cn 谢谢!...
这是一个小小的程序,供大家参考,如果可以可给我发电子邮件 kaximoduo2003@yahoo.com.cn 谢谢!-This is a small procedure, for your reference, if I can e-mail to kaximoduo2003@yahoo.com.cn Thank you!
- 2022-06-15 05:59:07下载
- 积分:1
-
Edit Control RopFun_demo source code, just the, I have not yet, we see no useful
编辑控件源代码RopFun_demo,刚下的,我还没看,大家看看有用没-Edit Control RopFun_demo source code, just the, I have not yet, we see no useful
- 2022-06-30 17:14:41下载
- 积分:1
-
目标跟踪算法
这是一个目标跟踪算法,利用mean shift(均值偏移)方法对若干帧图像上,我们所指定的目标区域进行跟踪,该算法具有很高的跟踪精度。
- 2023-08-31 06:40:02下载
- 积分:1