-
边缘检测的matlab程序,一种不错的软件,对图像处理的学习有很大帮助...
边缘检测的matlab程序,一种不错的软件,对图像处理的学习有很大帮助-Edge Detection Matlab procedures, a good software, the image processing will be of great help to study
- 2022-04-29 05:05:54下载
- 积分:1
-
阈值处理
参数为阈值区间上下限
以及与之内外替代值
阈值处理
参数为阈值区间上下限
以及与之内外替代值
-Threshold parameters for the threshold interval and outside the upper and lower limits, as well as with alternative values
- 2022-07-14 10:02:57下载
- 积分: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
-
本程序是VC++数字图像识别技术典型案例一书的所有程序,很有参考价值...
本程序是VC++数字图像识别技术典型案例一书的所有程序,很有参考价值-This procedure is the VC++ digital image recognition technology a typical case of a book all the procedures, the valuable
- 2022-04-06 10:53:28下载
- 积分:1
-
跟踪算法的例子
tracking algorithm example
- 2022-02-10 08:46:02下载
- 积分:1
-
Hough变换的简易程序,*功能用于检测图像…
Hough变换的简易程序, * 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
* 提取出来。
*
* 要求目标图像为只有0和255两个灰度值的灰度图像。-Hough transform to the simplified procedure,* The function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear* extracted.** Requirements for the target image only two 0 and 255 gray values of gray-scale images.
- 2022-03-15 17:14:24下载
- 积分:1
-
First
一阶小波(9/7)变换,图像大小为512*512,可以变换成小波形式并返回,显示方案已被量化的方式
- 2022-03-19 11:34:32下载
- 积分:1
-
数字图像处理源代码
具体实现数字图像各经典算法,并附有界面。...
数字图像处理源代码
具体实现数字图像各经典算法,并附有界面。-digital image processing source code specific digital images of the classic algorithms, together with interface.
- 2022-02-13 07:29:17下载
- 积分:1
-
rice大学CHOI写的一个关于小波域HMT模型的图像去噪算法。算法比较经典。对研究HMT模型的同行有很大参考价值。...
rice大学CHOI写的一个关于小波域HMT模型的图像去噪算法。算法比较经典。对研究HMT模型的同行有很大参考价值。-rice university CHOI written on wavelet-domain HMT model for image denoising algorithm. Comparison of the classical algorithm. HMT model of research has great reference value counterparts.
- 2022-04-28 13:16:21下载
- 积分:1
-
SAR图像斑点噪声是一个影响SAR图像处理的重要因素,这里提供了斑点噪声滤除的几种方法...
SAR图像斑点噪声是一个影响SAR图像处理的重要因素,这里提供了斑点噪声滤除的几种方法-SAR images speckle is a SAR image processing effects of the important factors, here to provide a speckle reduction in several ways
- 2022-01-25 23:39:11下载
- 积分:1