-
Image processing procedures, to support 256
图像处理程序,支持256色以下图形图像的处理变换,包括傅立叶变换等算法的图像编码。-Image processing procedures, to support 256-color graphics images deal with the following transformation, including the Fourier transform algorithm for image coding, etc..
- 2022-07-08 12:28:11下载
- 积分:1
-
Vc++经典算法大全,涵盖所有典型的问题,详尽的例子,帮助大家学习...
Vc++经典算法大全,涵盖所有典型的问题,详尽的例子,帮助大家学习-Vc++ Classic algorithm Guinness, cover all the typical problems, detailed examples to help everyone learn
- 2022-08-22 19:57:36下载
- 积分:1
-
vc++实现图像的分割与图像的边缘检测,可用
vc++实现图像的分割与图像的边缘检测,可用-vc++ achieve image segmentation and image edge detection, can be used
- 2022-08-23 07:59:09下载
- 积分:1
-
本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。
本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。-This procedure VC realize with Harris corner detection algorithm, easy to understand and easy to operate.
- 2022-09-28 21:10:03下载
- 积分:1
-
This is a small to display the animation wizard, this with Stephen Chow elf imag...
这是一个用来显示动画的小精灵,这个具有周星驰图像的小精灵,有很多的小功能.-This is a small to display the animation wizard, this with Stephen Chow elf image, there are many small features.
- 2022-03-13 17:56:41下载
- 积分:1
-
基于小波变换的图像压缩和编码。matlab实现。
基于小波变换的图像压缩和编码。matlab实现。-Based on wavelet transform image compression and coding. matlab achieve.
- 2023-04-14 15:55:03下载
- 积分:1
-
添加一个视频背景的分段视频
Add a video background to the segmented video -Add a video background to the segmented video
- 2022-05-13 00:12:44下载
- 积分:1
-
该文件为一个用matlab 编写的bayes分类的误差分析程序,比较经典,只得相关开发人员参考...
该文件为一个用matlab 编写的bayes分类的误差分析程序,比较经典,只得相关开发人员参考 -one of the documents used for the preparation of the Matlab bayes classification error analysis procedures, more classic, only related to the development of reference
- 2022-03-19 13:30:41下载
- 积分:1
-
康莱特注射液:卢卡斯
康莱特注射液:卢卡斯-埃提洛视觉社区特征跟踪的仿真程序。-KLT: Lucas- Tomasi Feature Tracking the visual simulation community programs.
- 2022-07-28 14:30:13下载
- 积分: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