-
图象灰度变换的源代码 VC6.0下调试
图象灰度变换的源代码 VC6.0下调试...
图象灰度变换的源代码 VC6.0下调试
图象灰度变换的源代码 VC6.0下调试-Image gray-scale transformation of the source code under VC6.0 debugger image gray-scale transformation of the source code under VC6.0 debugger
- 2023-08-30 07:05:08下载
- 积分:1
-
指纹识别的程序,包括二值化,细化,提取特征点等。
指纹识别的程序,包括二值化,细化,提取特征点等。-Fingerprint identification procedures, including binarization, thinning, such as extraction of feature points.
- 2022-02-15 21:34:17下载
- 积分:1
-
可以在VC++的绘制区域内,制定的区域内绘制出颜色渐变的区域。...
可以在VC++的绘制区域内,制定的区域内绘制出颜色渐变的区域。-Can VC++ Drawing area, the development of the region to map out the color gradient region.
- 2022-03-21 21:33:37下载
- 积分: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
-
vicontour三维显示控件,读取.TXT文件数据,三维显示
vicontour三维显示控件,读取.TXT文件数据,三维显示-vicontour three-dimensional display control, read. TXT file data, three-dimensional display
- 2023-02-14 15:10:03下载
- 积分:1
-
判断点是否在多边形中,输入要求有组成多边形的点和要判断是否在多边形中的点,速度快!...
判断点是否在多边形中,输入要求有组成多边形的点和要判断是否在多边形中的点,速度快!-To determine whether the polygon points, enter the required polygon composed of points and to determine whether the points in the polygon, fast!
- 2022-01-28 05:49:18下载
- 积分:1
-
图形应用、界面设计、图形处理、数值分析的一些实例,是学习matlab的极大帮手。...
图形应用、界面设计、图形处理、数值分析的一些实例,是学习matlab的极大帮手。 -Graphics applications, interface design, graphics processing, numerical analysis of some examples is a great help to learn matlab.
- 2022-04-24 02:46:58下载
- 积分:1
-
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。...
图像锐化算法,锐化的效果很明显,能达到预期的效果,很适合应用再实践中,运行速度一般。-Image sharpening algorithm, the effect of sharpening it is clear that to achieve the desired results, it is suitable for further practice, the operating speed in general.
- 2022-06-18 07:20:50下载
- 积分:1
-
用小波变换对图象进行灰度处理Wavelet
用小波变换对图象进行灰度处理Wavelet-Using Wavelet Transform of image gray-scale deal with Wavelet
- 2022-03-23 18:35:52下载
- 积分:1
-
粒子滤波器源代码,有助于学习。附有图像序列。
粒子滤波器源代码,有助于学习。附有图像序列。-Particle Filter source code, contribute to learning. With image sequences.
- 2022-05-18 14:47:56下载
- 积分:1