-
用风险投资+ + 60,你可以用它。
write by vc++60 , you can use it.
- 2022-03-19 09:17:18下载
- 积分:1
-
Dual Image Registration Software kit
Dual Image Registration Software kit
- 2022-08-11 10:15:55下载
- 积分: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
-
矢量图形水印嵌入,不可见水印,具有很强的鲁棒性和透明性
矢量图形水印嵌入,不可见水印,具有很强的鲁棒性和透明性-Watermark embedding vector graphics, not visible watermark with robustness and transparency
- 2022-05-24 14:25:27下载
- 积分:1
-
杨淑莹的《VC++图像处理程序设计》第1版的全部源代码
杨淑莹的《VC++图像处理程序设计》第1版的全部源代码-杨淑莹the " VC++ image processing program design" , paragraph 1, the full source code version
- 2022-11-24 12:40:05下载
- 积分:1
-
移动图像分割方法研究
文中针对移动图像的图像分割,采用时间域信息捕捉移动物体,
然后利用空间域信息进行细致的分割,提出了一种新颖又实用的移动图像分割方法...
移动图像分割方法研究
文中针对移动图像的图像分割,采用时间域信息捕捉移动物体,
然后利用空间域信息进行细致的分割,提出了一种新颖又实用的移动图像分割方法
-Mobile text, image segmentation method for mobile imaging in the image segmentation, the use of time domain information to capture moving objects, then the use of detailed spatial information of the partition, a novel and practical method of image segmentation mobile
- 2022-02-07 18:33:39下载
- 积分:1
-
一个图像查看程序的例子,用 Visual Studio 2005 开发,使用的是 Visual Studio 2005 自带的 BMP 类,可以进行格式转换。...
一个图像查看程序的例子,用 Visual Studio 2005 开发,使用的是 Visual Studio 2005 自带的 BMP 类,可以进行格式转换。-An image to view examples of the procedure, using Visual Studio 2005 development, using Visual Studio 2005 built-in BMP category, format conversion can be carried out.
- 2022-01-25 16:42:01下载
- 积分:1
-
本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术....
本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier transform, wavelet technology.
- 2022-02-12 21:48:49下载
- 积分:1
-
我常用的图象处理工具。就一个.h文件所以用起来很简明。
我常用的图象处理工具。就一个.h文件所以用起来很简明。-frequently used image-processing tools. On the one. H Therefore, the use of paper up quite succinctly.
- 2022-06-20 21:22:56下载
- 积分:1
-
这是基于canny算子的边缘检测代码,基于vc环境,程序简洁
这是基于canny算子的边缘检测代码,基于vc环境,程序简洁-This is based on the canny edge detection operator code, vc-based environment, the procedures simple
- 2023-04-16 02:55:03下载
- 积分:1