-
PSNR for the image! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
求图像的峰值信噪比-PSNR for the image! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
- 2022-03-13 17:03:43下载
- 积分:1
-
来自于VC++数字图像处理典型算法及其实现这本书,对于初学者有很大的帮助。...
来自于VC++数字图像处理典型算法及其实现这本书,对于初学者有很大的帮助。-very usrful,from a classical book
- 2023-01-06 17:45:04下载
- 积分:1
-
一个外国人写的图像处理方面的vb程序,涵盖了几乎所有的基本图像处理的内容,很适合初学者!...
一个外国人写的图像处理方面的vb程序,涵盖了几乎所有的基本图像处理的内容,很适合初学者!-A foreigner to write image processing vb program, covering almost all the content of the basic image processing, it is suitable for beginners!
- 2022-07-13 23:30:27下载
- 积分:1
-
计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法,构成了计算机图形学的主要研究内容...
计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法,构成了计算机图形学的主要研究内容-Said computer graphics, and the use of computer graphics calculations, processing and display the relevant principles and algorithms, constitute the main research content of computer graphics
- 2022-03-13 23:26:21下载
- 积分: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 is a VC++ Prepared image processing procedures, including a histogram equalization, filtering algorithm, as well as commonly used transform algorithm
- 2022-05-09 00:38:20下载
- 积分:1
-
转载的一个对图像进行简单处理的程序。挺好的,建议大家看一看。...
转载的一个对图像进行简单处理的程序。挺好的,建议大家看一看。-Reproduced in a simple image processing procedures. Quite good, it is recommended you take a look at.
- 2022-03-25 23:00:23下载
- 积分:1
-
利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。...
利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。
-Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
- 2022-09-09 17:20:02下载
- 积分:1
-
Vc++经典算法大全,涵盖所有典型的问题,详尽的例子,帮助大家学习...
Vc++经典算法大全,涵盖所有典型的问题,详尽的例子,帮助大家学习-Vc++ Classic algorithm Guinness, cover all the typical problems, detailed examples to help everyone learn
- 2022-08-22 19:57:36下载
- 积分:1
-
模式识别和图像处理中特征提取的C++源代码,非常容易集成和使用!...
模式识别和图像处理中特征提取的C++源代码,非常容易集成和使用!-pattern recognition and image processing feature extraction of C source code, and is easy to integrate and use!
- 2022-02-15 21:43:52下载
- 积分:1