-
图像处理的源代码,Hough变换的椭圆检测。
图像处理源代码,Hough变换检测椭圆。-Image processing source code, Hough transform ellipse detection.
- 2022-03-06 02:35:15下载
- 积分:1
-
一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进...
一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进-An improved Otsu-based theory of image segmentation methods, from the algorithm speed and segmentation results both on the maximum between-class variance method to improve
- 2022-08-03 15:13:08下载
- 积分:1
-
图像采集卡的应用,包括图像处理的内容…
一种图象采集卡的应用程序,其中包括了图象处理方面的内容,很不错,值得好好研究!-an image acquisition card applications, including image processing of the content is pretty good, worthy of a thorough study.
- 2022-02-10 09:26:16下载
- 积分:1
-
方块编码程序
本程序采用了最简单的方块编码对512×512的lena图像进行了编码
运行程序后可以看出,方块取得越大,图像编码后失真越大。...
方块编码程序
本程序采用了最简单的方块编码对512×512的lena图像进行了编码
运行程序后可以看出,方块取得越大,图像编码后失真越大。
-Box coding procedures used in this process the most simple box of 512 × 512 encoding the lena image after the encoding run the program we can see that the box to obtain the greater the greater the distortion image is encoded.
- 2022-05-05 07:33:20下载
- 积分:1
-
lab2xyz 从lab色域 到xyz色域,计算设备无关的颜色值
lab2xyz 从lab色域 到xyz色域,计算设备无关的颜色值-lab2xyz gamut from the lab to the xyz color gamut, computing device-independent color value
- 2022-03-17 20:20:42下载
- 积分: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
-
图像空域预处理算法汇总:有增强,去噪,锐化等,对初学者可作参考...
图像空域预处理算法汇总:有增强,去噪,锐化等,对初学者可作参考-err
- 2022-08-14 18:25:02下载
- 积分:1
-
图像缩放,更好
图像缩放,效果较好,三次插值法,能较高质量缩放图像-Image scaling, better-performing, three interpolation can be higher quality zoom images
- 2022-07-10 21:20:28下载
- 积分:1
-
用双线性的方法实现一副图像的放大以及其他一些图像处理
用双线性的方法实现一副图像的放大以及其他一些图像处理-Bilinear method used to achieve an image to enlarge and some other image processing
- 2023-06-21 20:10:04下载
- 积分:1
-
Visual C++MATLAB图像处理与识别实用案例精选之二值化变换的例子...
Visual C++MATLAB图像处理与识别实用案例精选之二值化变换的例子-Visual C MATLAB image processing and recognition of practical cases selected bis value transform example
- 2022-01-27 10:30:20下载
- 积分:1