-
利用matlab做的一个图像处理gui源代码,希望对大家有用。
利用matlab做的一个图像处理gui源代码,希望对大家有用。-Using matlab to do a gui image processing source code, in the hope that useful to everyone.
- 2022-03-23 01:21:35下载
- 积分:1
-
With cycle threshold method of image segmentation algorithm based on the realiza...
用循环域值法对图像进行分割算法实现的源代码-With cycle threshold method of image segmentation algorithm based on the realization of the source code
- 2022-02-05 15:12:19下载
- 积分:1
-
digital image histogram equalization, yes. Txt file, run under Matlab
数字图像直方图均衡化,是.txt文档,在matlab环境下运行-digital image histogram equalization, yes. Txt file, run under Matlab
- 2022-05-25 08:43: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
-
A complete image enhancement tools directly on the image processing and image pr...
完整的图像增强工具可以直接对图像处理并将图像保存下来,包括线性拉伸,直方图匹配,特别是可以对大图像进行处理。-A complete image enhancement tools directly on the image processing and image preservation, including the linear stretching, histogram matching, in particular, can handle large images.
- 2022-04-30 22:31:02下载
- 积分:1
-
利用3*3模板对图像进行中值滤波的matlab程序
利用3*3模板对图像进行中值滤波的matlab程序-using 3* 3 template on the image of the median filtering procedures Matlab
- 2022-01-28 22:59:53下载
- 积分:1
-
YUV422转换为YUV420
YUV422 convert to YUV420
- 2022-02-03 00:44:46下载
- 积分:1
-
高级图象处理软件,实现功能包括对DIB图像进行维纳滤波复原操作、模糊操作、随机噪声、高通滤波、低通滤波等...
高级图象处理软件,实现功能包括对DIB图像进行维纳滤波复原操作、模糊操作、随机噪声、高通滤波、低通滤波等-Advanced image processing software, the realization of the DIB features include image restoration Wiener filtering operation, fuzzy operations, random noise, high-pass filter, low-pass filtering
- 2022-06-20 20:40:12下载
- 积分:1
-
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能...
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能-Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
- 2022-08-08 12:06:17下载
- 积分:1
-
用matlab编写的图像复原源代码,采用维纳滤波复原技术,可对模糊和加噪的图像实现精确复原。...
用matlab编写的图像复原源代码,采用维纳滤波复原技术,可对模糊和加噪的图像实现精确复原。-Prepared using matlab source code image restoration using Wiener filter restoration technology, can be vague and processors realize accurate image noise resilience.
- 2022-06-14 03:42:30下载
- 积分:1