-
分水岭算法代码,以及说明。用标记
分水岭算法代码,以及说明。用标记-分水岭算法对图像进行分割-Watershed segmentation algorithm
- 2023-03-28 19:25:03下载
- 积分:1
-
运动估计的几种算法,可以根据具体的要求进行选择,用起来很方便,也便于初学者进行学习比较...
运动估计的几种算法,可以根据具体的要求进行选择,用起来很方便,也便于初学者进行学习比较-Several motion estimation algorithms, based on specific requirements of choice, easy to use, but also relatively easy for beginners to learn
- 2022-01-25 18:10:46下载
- 积分:1
-
用photoshop制作的电视条纹图的详细制作操作
用photoshop制作的电视条纹图的详细制作操作-Using photoshop television production pattern detailed operation
- 2022-04-09 19:58:08下载
- 积分:1
-
实现图像的旋转与缩放,用opencv实现,
实现图像的旋转与缩放,用opencv实现,-Image rotation and scaling, using opencv realize,
- 2022-09-13 10:15:03下载
- 积分: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
-
这是俄罗斯博士论文的博士论文,博士配套源码,实现图形切割…
这是俄罗斯的一个博士的博士论文的配套源码,实现了GRAPH CUT用于立体视觉的匹配,它改善了传统GRAPH CUT计算耗时的缺点,他还因此称为微软一员,专门从事GRAPH CUT在图像处理上的应用。程序写的很精简,写的很好,反复学过很多遍,这也是C/C++爱好者提高编程能力的一个很好的学习样本,很值得仔细反复阅读。-This is a Russian doctoral thesis, Dr. supporting source, realize the GRAPH CUT for stereovision matching, which improves the calculation of time-consuming traditional GRAPH CUT shortcomings, he also is why they are called a Microsoft, which specializes in GRAPH CUT in image processing applications. Procedures written in very concise, well written, repeatedly studied many times before, this is C/C++ Lovers programming ability to enhance a good learning samples, it is worth reading carefully repeated.
- 2022-02-11 20:26:25下载
- 积分:1
-
Image processing
图象处理-频率域的滤波程序源代码,可直接编译执行-Image processing- filtering in frequency domain source code, can be directly compiled implementation
- 2022-02-05 17:05:53下载
- 积分:1
-
利用usb摄像头识别红色足球,并提取出球的相对坐标
利用usb摄像头识别红色足球,并提取出球的相对坐标-Usb camera identification using red football, and to extract the relative coordinates of the ball
- 2022-08-22 12:29:12下载
- 积分:1
-
用VC做的对比度拉伸程序,有范例图片和结果,效果不错。
用VC做的对比度拉伸程序,有范例图片和结果,效果不错。-do with VC contrast stretching procedures, photographs and examples of the results, good results.
- 2022-03-25 00:59:01下载
- 积分:1
-
边缘检测是图像处理和计算机视觉中最为经典和基础的问题之一,在物体识别、匹配、三维重建、图像检索等诸多领域有着重要应用...
边缘检测是图像处理和计算机视觉中最为经典和基础的问题之一,在物体识别、匹配、三维重建、图像检索等诸多领域有着重要应用-gfgfg
- 2022-03-18 16:26:44下载
- 积分:1