-
图像匹配批处理
图像匹配批处理-Batch Image Matching
- 2022-10-03 20:25:03下载
- 积分:1
-
(医学伪彩色处理)vc++源代码,需要的下
(医学伪彩色处理)vc++源代码,需要的下-(Medical pseudo-color processing) vc source code, under the
- 2022-08-15 20:20:12下载
- 积分:1
-
层叠中值滤波和层叠秩排序滤波的Matlab实现。
层叠中值滤波和层叠秩排序滤波的Matlab实现。-Cascaded median filtering and layering rank order filtering Matlab implementation.
- 2022-03-13 08:59:57下载
- 积分:1
-
左边显示BMP文件并且可以加入自己算法来对其进行修改显示在右边,可以把右边的bmp图像另存为新文件...
左边显示BMP文件并且可以加入自己算法来对其进行修改显示在右边,可以把右边的bmp图像另存为新文件-The left display BMP files and can add their own algorithm to modify shown on the right can be the right bmp image as a new document
- 2023-03-02 00:05:04下载
- 积分:1
-
C Builder图形图像处理(图像特技)包括源代码和文档…
c++ builder 图形图象处理(图象的特技)
内含源代码及所有工程文件-c builder graphic image processing (image stunts) includes source code and documentation for all project
- 2023-04-28 07:10:03下载
- 积分:1
-
指纹识别的程序,包括二值化,细化,提取特征点等。
指纹识别的程序,包括二值化,细化,提取特征点等。-Fingerprint identification procedures, including binarization, thinning, such as extraction of feature points.
- 2022-02-15 21:34:17下载
- 积分:1
-
VC++6.0下十分好用的图像处理库ImgLib
VC++6.0下十分好用的图像处理库ImgLib-err
- 2022-07-15 06:22:48下载
- 积分:1
-
Polygon Filling Algorithm is a computer graphics algorithm for the basic algorit...
多边形的填充算法 是计算机图形学的基本算法 包括算法报告-Polygon Filling Algorithm is a computer graphics algorithm for the basic algorithm, including the report of
- 2022-08-20 05:53:17下载
- 积分: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
-
hough变换中,要找到相关像素,才能组合成完整的直线
hough变换中,要找到相关像素,才能组合成完整的直线-hough transform to find the relevant pixels in order to complete a straight line into
- 2022-05-04 23:54:33下载
- 积分:1