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

[图形图像处理] pca-face-recognition

一个简单的人脸识别演示使用PCA算法。pca_svm_face_recogition.m是一种Matlab代码,它利用PCA实现人脸识别程序,降低特征的维数,并利用one-vs-one多类SVM对图像进行分类。 我使用PCA将数据缩减到50维,然后使用SVM线性核函数进行分类,最终得到了0.9437的准确率。
A simple face recognition demonstration using PCA algorithm. Pca_svm_face_recogition.m is a kind of MATLAB code. It uses PCA to realize face recognition program, reduces the dimension of features, and uses one-vs-one multi-class SVM to classify images. I use PCA to reduce the data to 50 dimensions, then use SVM linear kernel function to classify, and finally get the accuracy of 0.9437. (2019-04-29, MultiPlatform, 4066KB, 下载3次)

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

[图形图像处理] oumrloadingfunctionscomplex

实现实数加复数运算符重载为友元函数形式的功能
Realizing the function of overloading Real numbers and complex operators as friend functions (2018-09-04, MultiPlatform, 2KB, 下载0次)

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

[图形图像处理] tqe-xot

图象降维算法,比如有名的等,对研究图象分析的研究人员有很大的帮助
Image dimension reduction algorithm, such as famous, etc., to study image analysis has a lot to help the researchers (2017-05-04, MultiPlatform, 14KB, 下载0次)

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

[图形图像处理] 06

冈萨雷斯第二版第三章3.6.2实验完整m文件
Gonzalez Second Edition Chapter 3.6.2 Experiment complete m files (2015-06-19, MultiPlatform, 106KB, 下载1次)

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

[图形图像处理] 04

冈萨雷斯第二版第三张3.5.2完整m文件
Gonzalez Second Edition 3.5.2 third complete m files (2015-06-19, MultiPlatform, 8KB, 下载1次)

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

[图形图像处理] 03

冈萨雷斯第二版第三章3.4实验完整m文件
Gonzalez Second Edition Chapter 3.4 m Experiment complete file (2015-06-19, MultiPlatform, 220KB, 下载1次)

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

[图形图像处理] 02

冈萨雷斯第二版第三章3.3实验完整m文件
Gonzalez Second Edition Chapter 3.3 m Experiment complete file (2015-06-19, MultiPlatform, 1KB, 下载1次)

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

[图形图像处理] 01

冈萨雷斯第二版3.2节实验完整m文件(包括原图像)
Gonzalez Second Edition 3.2 m experimental complete file (including the original image) (2015-06-19, MultiPlatform, 1KB, 下载1次)

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

[图形图像处理] FastMarchingImageFilter

水平集是跟踪轮廓和表面运动的一种数字化方法。不直接对轮廓进行操作,而是将轮廓 设置成一个高维函数的零水平集,这个高维函数叫做水平集函数:Ψ(X,t) 。然后水平集函数 运动成为一个微分方程。在任何时候,通过从输出中提取零水平集 (( ), ) { ( , ) 0} Xt Xt Γ =Ψ = 来 得到运动的轮廓。使用水平集的主要优点是可以对任何复杂的结构进行模式化和拓扑变换, 比如暗中操作融合和分离。
The paradigm of the level set is that it is a numeri-cal method for tracking the evolution of contours and surfaces. Instead of ma-nipulating the contour di-rectly, the contour is embed-ded as the zero level set of a higher dimensional function called the level-set function,ψ(X,t). The level-set func-tion is then evolved under the control of a differential equation. At any time, the evolving contour can be ob-tained by extracting the zero level-set Γ((X),t) ={ψ(X,t) =0}from the output. The main advantages of using level sets is that arbitrarily complex shapes can be modeled and topological changes such as merging and splitting are handled implicitly. (2013-08-10, MultiPlatform, 8KB, 下载5次)

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

[图形图像处理] wavelet-packet-noise-reduction

一维小波包降噪的代码,降噪了2次,效果很明显
One dimensional wavelet packet denoise code, the noise reduction for 2 times, the effect is very obvious (2013-01-09, MultiPlatform, 1KB, 下载53次)

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

[图形图像处理] MATLABon-wavepack

应用MATLAB小波工具箱中的一维小波包分析函数,采用默认阈值、调节后的阈值两种方法对含噪声的信号进行处理,并以一可见吸收光谱降噪为例,说明该方法在信号降噪中有效可行.
Application of MATLAB wavelet toolbox one dimensional wavelet packet analysis function, using the default threshold value, the adjusted threshold value of two kinds of methods including noise signal processing, and with a visible absorption spectrum noise reduction as an example to show the method is effective in signal noise reduction is feasible. (2013-01-09, MultiPlatform, 26KB, 下载23次)

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

[图形图像处理] GPU_Water_Simulation

在128*128的网格上求解2维波动方程来模拟大范围的水波。用一个像素渲染程序完成对波动方程的时间积分,结果存放于一个浮点数纹理中,.然后将此纹理传给渲染模块。此外使用凹凸贴图来描述水面的细节波纹,这会给稍后的逐像素渲染带来逼真的水面闪烁高光效果.
128* 128 grid on the solution of 2-dimensional wave equation to simulate a wide range of water. With a pixel shader program to complete the wave equation of time points, the result is stored in a floating point texture,. And then this texture to the rendering module. In addition the use of bump mapping to describe the details of the surface corrugation, which will later bring about-by-pixel rendering realistic water effects of high light flashes. (2008-11-06, MultiPlatform, 1700KB, 下载94次)

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

[图形图像处理] PSF

本文针对灰度图像的盲复原问题进行了一些研究,介绍了两种不同的图像盲复 原处理的方法。一种是误差一参数分析法,该方法适合于辨识可以用参数来表征的 点扩散函数,如线性移动模型和Gauss模型等,然后根据估计的参数确定退化图像 的点扩’散函数,再利用常规的复原算法(如维纳滤波法)对退化图像进行复原处理 另一种是非负支撑域约束递归逆滤波(NAS-R工F)算法,文中介绍了NAS-R工F算法 的基本思想,并结合正则化的思想,提出了NAS-RIF的改进算法,相应对该算法的 性能效果进行了仿真分析。 1.图像去噪MATLAB仿真程序.m 2.图像点扩展函数获取MATLAB仿真程序.m 3.约束最小二乘法图像复原MATLAB仿真程序.m (2008-07-10, MultiPlatform, 3690KB, 下载977次)

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

[图形图像处理] image-noise

一个图像将躁的程序,使用MATLAB和C平台,需要自己加一个图片。
an image of the patient, the use of MATLAB and C platform, it needs its own plus a photo. (2006-05-02, MultiPlatform, 180KB, 下载5次)

http://www.pudn.com/Download/item/id/179266.html
总计:14