-
现场标识程序可以检测区域Blob算法
该算法为领域标记程序,可以检测 blob 区域-the algorithm for field marking procedures can detect regional blob
- 2022-03-15 21:17:53下载
- 积分:1
-
Opencv read the image displayed in the dialog box!
Opencv 读取 图像 显示在 对话框!-Opencv read the image displayed in the dialog box!
- 2022-07-19 04:39:00下载
- 积分:1
-
simon haykin 的自适应滤波原理教程,关于自适应滤波器设计一般背景的优秀教材...
simon haykin 的自适应滤波原理教程,关于自适应滤波器设计一般背景的优秀教材-adaptive filter priciple by Simon Haykin
- 2022-04-24 08:12:04下载
- 积分:1
-
数字图像处理编程源代码,对做数字图像处理的会有帮助。
数字图像处理编程源代码,对做数字图像处理的会有帮助。-Making draw program about in Visual C++.
- 2022-01-26 04:29:24下载
- 积分:1
-
目标跟踪的原程序, 只能处理bmp图片,利用的是帧差法
目标跟踪的原程序, 只能处理bmp图片,利用的是帧差法-the original target tracking procedures, can only handle bmp images, the use of frame-error method
- 2022-09-01 19:10:03下载
- 积分:1
-
尺度不变特征点(SIFT)检测和匹配算法
需要添加opencv 和GSL库
尺度不变特征点(SIFT)检测和匹配算法
需要添加opencv 和GSL库-Scale-invariant feature points (SIFT) detection and matching algorithms need to add opencv and GSL library
- 2022-02-15 18:23:46下载
- 积分:1
-
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”...
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”的函数:
BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName)
{
DeleteObject()
HBITMAP hBitmap=NULL
hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE)
return Attach(hBitmap)
}-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
- 2023-04-01 09:15:03下载
- 积分:1
-
模板匹配程序,是图像分析、识别与理解的后期部分,有较详细的注释...
模板匹配程序,是图像分析、识别与理解的后期部分,有较详细的注释-Template matching procedure is image analysis, identification and understanding of the latter part of the Notes have more detailed
- 2023-03-07 21:40:04下载
- 积分:1
-
此为linux平台下的视频捕获的源代码,请放心下载.
此为linux平台下的视频捕获的源代码,请放心下载.-This is under linux platform video capture source code, please rest assured that download.
- 2022-07-17 07:47:08下载
- 积分:1
-
VC6.0编写的图像处理程序,可以JPG、GIF等…
VC6.0编写的图像处理程序,其中能对JPG,GIF等图像进行相应处理-VC6.0 prepared by the image processing procedures, which can JPG, GIF and other image processing accordingly
- 2022-03-26 10:24:44下载
- 积分:1