-
the matlab codes for digital image process
冈萨雷斯版数字图像处理matlab版本教程源代码集-the matlab codes for digital image process
- 2022-02-21 09:21:10下载
- 积分: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
-
一个关键桢动画的实例,用到MorphAnimation
一个关键桢动画的实例,用到MorphAnimation-Examples of a keyframe animation, using MorphAnimation
- 2022-07-19 11:43:39下载
- 积分:1
-
该代码提供了一个与Visual C++界面编程MATLAB可视化程序…
该代码提供了MATLAB与VISUAL C++的接口编程,为MATLAB可视化编程提供了方便-The code provides a MATLAB with VISUAL C++ Interface programming, visual programming for MATLAB provides a convenient
- 2023-07-24 23:50:03下载
- 积分:1
-
最快和最好的多边形裁剪算法
最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
- 2022-03-18 12:39:06下载
- 积分:1
-
基于MAX7456的COSD的实用样例程序,完整实现了视频的迭加,效果不错。...
基于MAX7456的COSD的实用样例程序,完整实现了视频的迭加,效果不错。-MAX7456-based sample of COSD practical procedures, a full implementation of the superposition of the video were getting good results.
- 2022-05-13 20:58:59下载
- 积分:1
-
VC prepared by the PCA and the LBP
VC编写的基于PCA和LBP的人脸识别程序-VC prepared by the PCA and the LBP-based face recognition program
- 2022-01-25 17:30:25下载
- 积分:1
-
均值滤波对高斯噪声的影响
均值滤波对高斯噪声的效果
二维自适应维纳滤波对高斯噪声的滤除效果
对加入椒盐噪声的图像分别作均值、中值和维纳滤波 分别使用二维统计滤波对椒盐噪声和高斯噪声进行滤波
利用wrcoef2函数进行图像去噪-Mean filter on the effect of Gaussian noise two-dimensional Adaptive Wiener filtering of the Gaussian noise filtering effect the image to join Salt and pepper noise, respectively for the mean, median and Wiener filtering respectively, using two-dimensional statistical filtering of the Salt & Pepper noise and Gaussian noise filter the use of image denoising wrcoef2 function
- 2022-04-29 04:51:57下载
- 积分: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
-
Non
Non-decimated wavelet transform, redundant wavelet transform, stationary
% wavelet transform-Non-decimated wavelet transform, redundant wavelet transform, stationary wavelet transform
- 2022-04-26 22:55:42下载
- 积分:1