-
Classic books
经典书籍-数字图像处理-冈萨雷斯-3。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image
Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and
S.L. Eddins, Prentice Ha-Classic books- digital image processing- Gonzalez-3. To resolve the trouble code you knock! These MATLAB functions were created for the book Digital ImageProcessing Using MATLAB (DIPUM), by RC Gonzalez, RE Woods, andS.L. Eddins, Prentice Ha
- 2022-12-29 06:40:03下载
- 积分:1
-
能量检测,主要是看如果根据虚警概率得到门限,然后进行判决...
能量检测,主要是看如果根据虚警概率得到门限,然后进行判决-enengy detection
- 2023-04-17 15:20:04下载
- 积分:1
-
Used in the field of computer vision, using homography information will be combi...
应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张-Used in the field of computer vision, using homography information will be combined into a two picture
- 2022-04-21 06:21:34下载
- 积分:1
-
SIFT feature extraction algorithm matlab realize, the use of matlab and c mixed...
SIFT特征提取算法的matlab实现,使用matlab和c的混合编程-SIFT feature extraction algorithm matlab realize, the use of matlab and c mixed programming
- 2022-09-02 03:30:03下载
- 积分:1
-
DirectShow
基于directshow车型识别程序c++代码,可根据车型的图像特征自动识别车型。-DirectShow-based model identification procedures c++ Code, according to models of automatic identification of image feature models.
- 2023-04-22 15:00:05下载
- 积分: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
-
使用C++编写的spiht编码的程序,应用于图像的数字处理
使用C++编写的spiht编码的程序,应用于图像的数字处理-The use of C++ written spiht coding procedures applied to the digital processing of images
- 2022-04-12 03:26:46下载
- 积分:1
-
把YVU色彩空间的图像转换成RGB色彩空间图像,程序用VC++环境开发,enjoy it!...
把YVU色彩空间的图像转换成RGB色彩空间图像,程序用VC++环境开发,enjoy it!-put YVU color space of images converted into RGB color space images, procedures VC environment development, enjoy it!
- 2022-06-26 18:07:44下载
- 积分:1
-
canny算子 铝箔
用于图像边缘检测 和高斯铝箔
canny算子 铝箔
用于图像边缘检测 和高斯铝箔-canny operator foil for image edge detection and Gaussian foil
- 2022-03-20 23:21:25下载
- 积分: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