-
大津自适应阈值分割算法,其中只有自适应阈值的计算部分
大津自适应阈值分割算法,其中只有自适应阈值的计算部分-Otsu adaptive threshold segmentation algorithm, one of only adaptive part of the calculation of threshold
- 2023-06-13 03:20:03下载
- 积分:1
-
实验方块编码的matlab程序,很值得一看。
实验方块编码的matlab程序,很值得一看。-Experimental box matlab coding procedures, it is worth a visit.
- 2023-09-01 06:45:04下载
- 积分:1
-
Canny operator classification, to achieve image segmentation. Code has been opti...
Canny算子分类,实现对图像进行分割。代码进行过优化,有较高的实时性。-Canny operator classification, to achieve image segmentation. Code has been optimized, a higher real-time.
- 2022-11-01 00:30:03下载
- 积分:1
-
此程序段是用于对比度调整的MATLAB算法。
此程序段是用于对比度调整的MATLAB算法。-incontrast
- 2022-02-21 04:25:31下载
- 积分: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 source image processing, including many important functions, such as : two pai...
一个图像处理源程序,包含了许多重要功能,如:对图像进行二值化,按照明暗度对图像轮廓进行提取,提取骨架,各种形态学处理,开,合,腐蚀,扩张等等,是个非常有实用价值的源码-a source image processing, including many important functions, such as : two pairs of images value, in accordance with the degree of shading profile images extracted from skeletons, various morphological, open, or, corrosion, etc. expansion, it is a very useful source of value
- 2022-04-16 02:49:53下载
- 积分:1
-
图像处理,用于边缘检测,可以有很好的效果!有很好的清晰度!...
图像处理,用于边缘检测,可以有很好的效果!有很好的清晰度!-Image processing for edge detection, can have good results! Has very good clarity!
- 2022-03-17 19:00:03下载
- 积分:1
-
图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!...
图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!-Image processing for image enhancement, brightness change, it can enhance image clarity!
- 2023-03-24 06:10:03下载
- 积分:1
-
matlab图象应用广泛于图象增强,其中的Retinex图象增强也越来越受到重视,对于彩色图象的处理效果很明显。...
matlab图象应用广泛于图象增强,其中的Retinex图象增强也越来越受到重视,对于彩色图象的处理效果很明显。-Matlab image widely used in image enhancement, The Retinex Image Enhancement also growing in importance for color image effect is obvious.
- 2023-07-10 18:10:03下载
- 积分:1
-
The procedure for the wavelet image denoising matlab source code, content is ver...
该程序为小波图像去噪的matlab原代码,内容很丰富,大家可以共享-The procedure for the wavelet image denoising matlab source code, content is very rich, we can all share the
- 2022-01-31 01:18:09下载
- 积分:1