-
本程序实现haar小波的变换,在图像去噪。压缩等方面有很大的帮助...
本程序实现haar小波的变换,在图像去噪。压缩等方面有很大的帮助-This procedure to achieve haar wavelet transform, the image de-noising. Compression there is a great help
- 2022-10-05 17:25:03下载
- 积分:1
-
用OpenCV写的图象旋转和缩放的程序,适合初学计算机视觉的朋友...
用OpenCV写的图象旋转和缩放的程序,适合初学计算机视觉的朋友-Written with OpenCV image rotation and scaling procedures, suitable for novice computer vision friend
- 2022-03-14 21:04:27下载
- 积分: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
-
数字图象处理中常遇见的图象融合相关源代码
数字图象处理中常遇见的图象融合相关源代码-Digital image processing of image fusion is often met the relevant source code
- 2022-03-03 19:37:11下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选中的源程序,256色转换成灰度图...
Visual C++MATLAB图像处理与识别实用案例精选中的源程序,256色转换成灰度图-Visual C MATLAB image processing and recognition of practical cases in the selected source files, 256 color into the gray level
- 2022-02-04 21:56:28下载
- 积分:1
-
On target detection and tracking of several doctoral dissertation for the conten...
关于目标检测和跟踪的几篇博士论文,适合相关领域内容的学习-On target detection and tracking of several doctoral dissertation for the content of related fields of study
- 2022-05-27 21:36:17下载
- 积分:1
-
数字图像处理中常用的对比度拉伸算法,VC编写,包含完整源代码与实例图片,很实用...
数字图像处理中常用的对比度拉伸算法,VC编写,包含完整源代码与实例图片,很实用-Digital image processing used in the contrast stretching algorithm, VC preparation that contains complete source code and examples of pictures, very useful
- 2022-11-24 01:45:03下载
- 积分:1
-
图像的纹理分析方法,图像的纹理分析应用实例
图像的纹理分析方法,图像的纹理分析应用实例-wenli
- 2022-03-22 03:01:09下载
- 积分:1
-
一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。...
一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。-A video-driven facial animation prototype system, detailing the structure of the system involved in face detection, feature extraction, feature tracking, specific face modeling, facial animation, such as technical.
- 2023-07-10 19:50:04下载
- 积分:1
-
边缘检测Sobel算子实现数字图像处理中边缘检测
边缘检测Sobel算子实现数字图像处理中边缘检测-Sobel edge detection operator of digital image processing edge detection
- 2022-07-15 08:02:25下载
- 积分:1