-
使用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
-
useful,good,from a classical book
来自于VC++数字图像处理典型算法及其实现这本书,对于初学者有很大的帮助。-useful,good,from a classical book
- 2023-08-23 17:25:03下载
- 积分:1
-
javascript to write powerful graphics processing library, very beautiful, a lot...
javascript 写的强大的 图表处理 库,非常漂亮,很多的实例-javascript to write powerful graphics processing library, very beautiful, a lot of examples of
- 2022-03-24 23:42:24下载
- 积分:1
-
一个计算3D空间多边形面积的小程序,笑纳
一个计算3D空间多边形面积的小程序,笑纳-a calculation of 3D polygon area of small procedures, heart
- 2022-03-16 10:32:42下载
- 积分:1
-
Canny operator classification, to achieve image segmentation. Code has been opti...
Canny算子分类,实现对图像进行分割。代码进行过优化,有较高的实时性。-Canny operator classification, to achieve image segmentation. Code has been optimized, a higher real-time.
- 2022-11-01 00:30:03下载
- 积分:1
-
Gabor提取图像纹理特征,很经典。I hope the researchers who study the algorithm communicate wit...
Gabor提取图像纹理特征,很经典。I hope the researchers who study the algorithm communicate with me。-Gabor extract image texture features classic. I hope the researchers who study the algorithm c ommunicate with me.
- 2022-01-27 22:45:32下载
- 积分:1
-
平滑处理是一种衫的数字图像处理技术,主要目的是为了减少图像的噪声.可用滤波的方法实现....
平滑处理是一种衫的数字图像处理技术,主要目的是为了减少图像的噪声.可用滤波的方法实现.-Smoothing is a kind of shirt deal with the digital image processing technology, the main purpose is to reduce the image noise. Filtering method can be used.
- 2022-01-26 04:27:55下载
- 积分:1
-
这是俄罗斯博士论文的博士论文,博士配套源码,实现图形切割…
这是俄罗斯的一个博士的博士论文的配套源码,实现了GRAPH CUT用于立体视觉的匹配,它改善了传统GRAPH CUT计算耗时的缺点,他还因此称为微软一员,专门从事GRAPH CUT在图像处理上的应用。程序写的很精简,写的很好,反复学过很多遍,这也是C/C++爱好者提高编程能力的一个很好的学习样本,很值得仔细反复阅读。-This is a Russian doctoral thesis, Dr. supporting source, realize the GRAPH CUT for stereovision matching, which improves the calculation of time-consuming traditional GRAPH CUT shortcomings, he also is why they are called a Microsoft, which specializes in GRAPH CUT in image processing applications. Procedures written in very concise, well written, repeatedly studied many times before, this is C/C++ Lovers programming ability to enhance a good learning samples, it is worth reading carefully repeated.
- 2022-02-11 20:26:25下载
- 积分:1
-
Image enhancement, image enhancement based on the retinal image, C++ Builder env...
图像增强,基于视网膜图片的图像增强,C++Builder环境下运行-Image enhancement, image enhancement based on the retinal image, C++ Builder environment running
- 2022-11-07 12:50:03下载
- 积分: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