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

[图形图像处理] pca

人脸搜索简单实现,使用主成分分析算法(PCA),依赖opencv,对若干张人脸图片进行PCA降维处理,然后将输入人脸图片与降维后的数据做比较,根据权重输出结果,权重越大则人脸越相似
Simple face search, using the principal component analysis (PCA) algorithm, opencv, for a number of face images for PCA dimension reduction, and then the input image and reduce the dimension of the data to do a comparison, according to the weight of the results, the greater the weight of the face more similar (2015-09-25, Visual C++, 1120KB, 下载19次)

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

[图形图像处理] yasiftgpu

该代码是用在3维图像检索中进行提取特征的
The code is performed using the three-dimensional image feature extraction Retri (2014-10-22, Visual C++, 2943KB, 下载2次)

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

[图形图像处理] harris-laplace

一种拉普拉斯变化的学习文章,其中有简单的程序可以帮你更好地了解拉普拉斯变换。
An essay for the algorithm of Laplace. You can learn it clearly. (2014-10-17, Visual C++, 4540KB, 下载27次)

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

[图形图像处理] canny

高斯滤波加canny边缘检测源码,用的是CImg图像库,比较易懂
Gaussian filter plus canny edge detection source, using CImg image library, relatively easy to understand (2014-05-08, Visual C++, 2KB, 下载4次)

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

[图形图像处理] ImageProcess

界面化图像处理,包括改变亮度,几何变化,加躁去噪等
Interface of the image processing, including changing the brightness, geometry changes, plus a bit denoising (2013-11-05, Visual C++, 6194KB, 下载1次)

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

[图形图像处理] imnoise

imnoise的M文件,对数字图像的加噪声非常有用处!
imnoise M-files, plus noise on digital images is very useful! (2013-10-19, Visual C++, 1KB, 下载5次)

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

[图形图像处理] change

可以实现2维图形的旋转、平移、对称、错切、缩放五个功能
Can achieve 2-D graphics, rotation, translation, symmetric, shear, scaling five functional (2013-05-20, Visual C++, 1871KB, 下载3次)

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

[图形图像处理] Algorithm

图像处理的颜色空间转换,经典拉普拉斯,高斯等滤波处理算法,以及简单的地形校正算法实现源码
Image processing, color space conversion, the classic Laplace, Gauss filtering algorithm for processing, and the simple terrain correction algorithm to achieve source (2013-01-05, Visual C++, 18KB, 下载12次)

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

[图形图像处理] Icchap_04n

包括直方图、图像加噪、去噪、锐化化、伪色彩处理等编程实例。
Histogram, image plus noise, noise removal, sharpening, pseudo-color processing, programming examples. (2012-08-13, Visual C++, 218KB, 下载4次)

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

[图形图像处理] V28rari

Visual C++下图像基基本处理方法源代码:维纳滤波处理
Image Kiki Visual C++ under this approach the source code: Wiener filtering (2012-07-24, Visual C++, 1KB, 下载3次)

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

[图形图像处理] FFt

以上是一维傅里叶正变换程序代码,包含8个数组
More than one-dimensional Fourier transform program code, including eight array (2012-05-27, Visual C++, 5KB, 下载4次)

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

[图形图像处理] colour

打开图像,进行二值化,robet,拉普拉斯算子等各种算子
open picture (2011-11-06, Visual C++, 779KB, 下载2次)

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

[图形图像处理] zaosheng

在vc中调用matlab进行图像处理 这个是给图像加噪声
Call matlab in vc image processing that is added to the image noise (2011-07-13, Visual C++, 3415KB, 下载13次)

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

[图形图像处理] juanji

基于一幅彩色图像的拉普拉斯模板卷积算子程序
image model (2011-02-22, Visual C++, 214KB, 下载4次)

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

[图形图像处理] 3Dpmedicalpimagepprocessing

3维医学图像处理,详细介绍每一步是怎样实现的。
3-D medical image processing, details of how to achieve each step. (2011-01-12, Visual C++, 21KB, 下载9次)

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

[图形图像处理] laplace

拉普拉斯锐化(边缘检测) VC++实现
Laplacian sharpening (edge detection) VC++ Implementation (2010-09-20, Visual C++, 328KB, 下载22次)

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

[图形图像处理] CharRander

一个字符的简单渲染程序,实现了单个字符的加边、加影、贴图和光照等功能。其中贴图时需要BMP图片,光照需要BMP灰度图片。这里没有提供,请自己找
Simple rendering of a character program, to achieve a single character plus side, plus video, textures and lighting functions. Which requires BMP image mapping, lighting needs BMP grayscale image. There is no offer to find their own (2010-06-23, Visual C++, 3556KB, 下载3次)

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

[图形图像处理] 28

vc++下图像基本处理方法源代码:维纳滤波处理
vc under the basic image processing method of the source code: Wiener filter processing (2009-01-21, Visual C++, 1KB, 下载6次)

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

[图形图像处理] edgeDetection

该程序对BMP图像进行边缘提取。实现了Roberts算子,Sobel算子,Prewitt算子,拉普拉斯算子和高斯拉普拉斯算子。
The procedure of extracting the edge of BMP images. Achieved Roberts operator, Sobel operator, Prewitt operator, Laplacian and Gaussian Laplacian. (2008-10-23, Visual C++, 339KB, 下载31次)

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

[图形图像处理] Noise

图像的多种去噪处理方法,有均值滤波、维纳滤波等多种方法,采用VC实现,编译后可以直接运行。
A variety of image denoising approach, there are mean filter, Wiener filter and other methods, using VC to achieve, the compiler can be run directly. (2007-11-24, Visual C++, 10KB, 下载138次)

http://www.pudn.com/Download/item/id/363783.html
总计:892