-
直方图规定化 规定灰度为[zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.3,zeros(1,49),0.1,zer...
直方图规定化 规定灰度为[zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.3,zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.1]
直方图均衡化,四邻域平均法,阈值平均法
加权平均法- Gray histogram specification provides for the [zeros (1,49), 0.1, zeros (1,49), 0.2, zeros (1,49), 0.3, zeros (1,49), 0.1, zeros (1, 49), 0.2, zeros (1,49), 0.1] histogram equalization, neighbors and domain average method, the threshold average method weighted average method
- 2022-05-13 21:36:44下载
- 积分:1
-
用中值滤波 的方法,对图像进行前处理 ,主要是将图像进行平滑的处理。对于后续的处理有帮助。...
用中值滤波 的方法,对图像进行前处理 ,主要是将图像进行平滑的处理。对于后续的处理有帮助。-with median filtering method, the image pre-processing, mainly to image smoothing treatment. Regarding the follow-up treatment would be helpful.
- 2022-03-24 08:00:41下载
- 积分:1
-
MATLAB图形处理工具箱~与冈萨雷斯《数字图像处理》配套
MATLAB图形处理工具箱~与冈萨雷斯《数字图像处理》配套-MATLAB graphics toolbox ~ and Gonzalez, " Digital Image Processing" complementary
- 2022-03-21 20:59:10下载
- 积分:1
-
采用快速傅立叶变换(fft) 对图像进行配准的标准程序(matlab语言)...
采用快速傅立叶变换(fft) 对图像进行配准的标准程序(matlab语言)-Using fast Fourier transform (fft) of the image registration of the standard procedures (matlab language)
- 2022-10-13 22:50:03下载
- 积分:1
-
digital photographic surveying the point line feature extraction and feature ext...
数字摄影测量学中的点特征提取和线特征提取-digital photographic surveying the point line feature extraction and feature extraction
- 2022-02-03 07:10:40下载
- 积分:1
-
contourlet变换源代码,图象处理方面有广泛应用空间
contourlet变换源代码,图象处理方面有广泛应用空间-MATLAB source code that implements the contourlet transform and its utility functions. See paper "The contourlet transform: an efficient directional multiresolution image representation" included in this zip file. -Contourlet transform source code, image processing has a broad application of space-MATLAB source code that implements the contourlet transform and its utility functions. See paper
- 2022-02-06 19:00:36下载
- 积分: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
-
canny 算子的说明和源代码 文档文件
canny 算子的说明和源代码 文档文件-canny operator instructions and source code document
- 2022-12-09 11:40:03下载
- 积分:1
-
行程编码,JPEG压缩编码 包含行程编码,JPEG压缩编码的编码及解码源程序...
行程编码,JPEG压缩编码 包含行程编码,JPEG压缩编码的编码及解码源程序-itinerary encoding, JPEG compression coding itinerary includes encoding, JPEG compression coding and decoding source
- 2022-01-27 21:45:35下载
- 积分:1
-
水平集图像分割方法的一个经典DEMO,05年CVPR上的文章的实现程序,无偿呈现...
水平集图像分割方法的一个经典DEMO,05年CVPR上的文章的实现程序,无偿呈现-Level set image segmentation methods of a classical DEMO, 05 years CVPR articles realization procedures, free show
- 2022-03-16 07:41:22下载
- 积分:1