-
利用openCV的相关函数实现对图像的形态学操作
利用openCV的相关函数实现对图像的形态学操作-Use of the correlation function of the realization of openCV image morphology operation
- 2022-08-13 17:13:40下载
- 积分:1
-
provide multilingual environment of usb camera image acquisition function
提供了多种语言环境下的usb摄像头图像采集功能-provide multilingual environment of usb camera image acquisition function
- 2023-04-01 13:50:04下载
- 积分: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
-
graphics thinning algorithms from abroad open source website ish
图形图象细化算法,从国外开放源代码网站上下的-graphics thinning algorithms from abroad open source website ish
- 2022-05-21 18:17:33下载
- 积分:1
-
有关图像分割和特征提取的源程序包含图像基本算法。
有关图像分割和特征提取的源程序包含图像基本算法。-The image segmentation and feature extraction of the source code contains the basic algorithm of the image.
- 2022-08-07 21:16:02下载
- 积分:1
-
The improved center/surround Retinex algorithm, can effectively enhance the colo...
改进后的中心/环绕Retinex算法,能有效增强彩色和灰度图像-The improved center/surround Retinex algorithm, can effectively enhance the color and gray-scale image
- 2022-07-13 22:45:04下载
- 积分:1
-
face recognition test source code
face recognition test source code
- 2022-02-01 22:41:49下载
- 积分:1
-
巴特沃斯低
包含巴特沃斯低通滤波器去噪,图像平滑 阶数M=3 截断频率D0=40,指数低通滤波器 阶数N=3 截断频率d0=40,理想低通滤波器 梯形低通滤波器 截断半径35-50-Butterworth low-pass filter with de-noising, image smoothing order of M = 3 truncation frequency D0 = 40, index of low-pass filter order of N = 3 truncation frequency d0 = 40, the ideal low-pass filter low-pass filter ladder truncation radius of 35-50
- 2023-03-21 18:25:04下载
- 积分:1
-
图像处理中边缘检测的canny算子的c实现,希望对大家有用。
图像处理中边缘检测的canny算子的c实现,希望对大家有用。-Image Processing canny edge detection operator c realize the hope of everyone useful.
- 2022-02-01 04:51:43下载
- 积分:1
-
Harris operator on image feature extraction process. . Make a few changes
一个关于harris算子提取图像特征的程序。。
做了些许改动-Harris operator on image feature extraction process. . Make a few changes
- 2022-05-31 13:01:21下载
- 积分:1