联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图像处理(892) 
按平台查找All Visual C++(892) 

[图形图像处理] codeiinnshed

贝叶斯变换应用于图像方面的函数代码,matlab平台,已经测试调试完毕
Bayesian transform applied to image of function code, the matlab platform, has finished testing and debugging (2017-08-14, Visual C++, 9KB, 下载1次)

http://www.pudn.com/Download/item/id/1502720935623170.html

[图形图像处理] Hausdorff-Distance

模式识别中相似度-豪斯多夫距离源码,可用于对比算法相似度,也可直接作为函数调用
Hausdorff distance for pattern recognition similarity calculating (2017-05-22, Visual C++, 922KB, 下载4次)

http://www.pudn.com/Download/item/id/1495453718555499.html

[图形图像处理] image2

对模糊图像进行处理(高斯模糊),并对模糊的长度进行比较,最后对模糊的图像进行维纳滤波
Fuzzy image processing (Gaussian Blur), and compare the length of fuzzy , in the last blurred images Wiener filter (2015-05-12, Visual C++, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/1431396732715321.html

[图形图像处理] Noise-estimation

利用背景几乎不变的前后两帧进行噪声估计,(也可以用加噪帧和无噪声帧来计算实际噪声),从而估计出噪声,也可以知道此法的性能优劣(非常简单,可以让刚入门的同学加深理解)
Noise estimation (2015-03-31, Visual C++, 8912KB, 下载13次)

http://www.pudn.com/Download/item/id/1427807214413259.html

[图形图像处理] Laplacian

拉普拉斯锐化(边缘检测)算法,数字图像处理基本算法。可以直接VC++编译运行
Laplacian sharpening (edge detection) algorithms, the basic digital image processing algorithms. VC++ compiler can be run directly (2014-06-29, Visual C++, 306KB, 下载3次)

http://www.pudn.com/Download/item/id/2577142.html

[图形图像处理] edge

C++编程,使用不同算子提取图像边缘,Sobel算子,Robot算子,拉普拉斯算子等
C++ programming, image edge extraction using a different operator, Sobel operator, Robot operator, Laplacian, etc. (2012-12-19, Visual C++, 2569KB, 下载15次)

http://www.pudn.com/Download/item/id/2089616.html

[图形图像处理] Some-samples-of--image-processing

实际常用图像处理的一些实例,包括Hough变换检测圆,图像的旋转加缩放,目标的跟踪等等
Some examples of practical and commonly used in image processing, including the Hough transform detection, image rotation and scaling, target tracking, etc. (2012-04-25, Visual C++, 1603KB, 下载4次)

http://www.pudn.com/Download/item/id/1843947.html

[图形图像处理] adaboost

提升算法adaboost工具箱,源自莫斯科大学学生所写,内容丰富,使用便捷。
boosting algorithm AdaBoost toolbox, from Moscow State University student , rich in content, easy to use. (2012-04-13, Visual C++, 192KB, 下载55次)

http://www.pudn.com/Download/item/id/1828045.html

[图形图像处理] weinacPP

图像维纳滤波的代码,使用visualc++,还包括运动模糊的处理算法的实现代码,这是一个完整处理图像的整体代码
Image of Wiener filtering code, using VisualC++, including motion blur processing algorithm code, this is a complete image processing whole code (2012-01-22, Visual C++, 250KB, 下载4次)

http://www.pudn.com/Download/item/id/1759827.html

[图形图像处理] PCA

本程序实现了pca算法,使用的是一维数组存储的样式,跟以往的二维算法有所不同
Realized by the pca algorithm, using a one-dimensional array to store the style, with two-dimensional algorithm is different from the past (2011-06-22, Visual C++, 3KB, 下载4次)

http://www.pudn.com/Download/item/id/1576733.html

[图形图像处理] LaplacianSharpening

拉普拉斯锐化算法,对bmp影像实现边缘检测,包括源代码和测试影像
Laplacian sharpening algorithm, edge detection for bmp image, including source code and test images (2010-12-12, Visual C++, 174KB, 下载9次)

http://www.pudn.com/Download/item/id/1377742.html

[图形图像处理] enhanimg_gradient_laplacian_6

结合拉普拉斯算子和梯度实现的图像增强代码,实验效果很好
this code combining laplacian with gradient algorithms has better result for image enhanging (2010-08-09, Visual C++, 14KB, 下载9次)

http://www.pudn.com/Download/item/id/1263902.html

[图形图像处理] lapla

使用C++语言,对图像进行拉普拉斯变换,其中用到CImg图像处理库。
The use of C++ language, Laplace transform of the image, which uses image processing CImg library. (2009-05-14, Visual C++, 5214KB, 下载2次)

http://www.pudn.com/Download/item/id/759967.html

[图形图像处理] TemplateTrans

对图像进行锐化,平滑处理和彩色化。具体有中值滤波,拉普拉斯锐化等
Image sharpening, smoothing and color of treatment. Median filter has specific, such as Laplacian sharpening (2009-03-26, Visual C++, 2113KB, 下载4次)

http://www.pudn.com/Download/item/id/688666.html

[图形图像处理] DCT

DCT变换的源代码,支持一维二维DCT变换及反变换
DCT transform of the source code, to support the one-dimensional two-dimensional DCT transform and inverse transform (2008-10-06, Visual C++, 2KB, 下载184次)

http://www.pudn.com/Download/item/id/556519.html

[图形图像处理] 11_IMGRestore

人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第11章图像复原。 包括对运动模糊图像的复原(逆滤波、维纳滤波)等源代码
Posts (2008-06-03, Visual C++, 216KB, 下载102次)

http://www.pudn.com/Download/item/id/480555.html

[图形图像处理] mydip

图像的拉普拉斯变换处理方法,采用VC实现,编译后可以直接运行。
Laplace transform image processing method, the use of VC to achieve, the compiler can be run directly. (2007-11-24, Visual C++, 50KB, 下载4次)

http://www.pudn.com/Download/item/id/363773.html

[图形图像处理] inpaiting_code_i_c

采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程。
taken inverse filter and two Wiener filtering algorithm to image restoration of degraded images to achieve the restoration process. (2007-06-16, Visual C++, 4KB, 下载102次)

http://www.pudn.com/Download/item/id/296616.html

[图形图像处理] ImageBrowserEx003

医学图像处理 三维重建 数字人重建可用003
medical image processing digital three-dimensional reconstruction can be used to rebuild 003 (2006-01-04, Visual C++, 26KB, 下载256次)

http://www.pudn.com/Download/item/id/138331.html