Hot Search : Source embeded web remote control p2p game More...
Location : Home SourceCode Mathimatics-Numerical algorithms
Mathimatics-Numerical algorithms list
Sort by :
« 1 2 ... .53 .54 .55 .56 .57 27858.59 .60 .61 .62 .63 ... 28523 »
Downloaded:0

Date : 2008-12-03 Size : 970byte User : juanlianxiang


Date : 2008-12-04 Size : 178.94kb User : emmilion

雷达速度欺骗干扰的仿真
Date : 2008-12-04 Size : 288.02kb User : songcl


Date : 2008-12-06 Size : 3.07kb User : air_craft

Downloaded:0

Date : 2008-12-10 Size : 134.08kb User : zmm019

Downloaded:0

Date : 2008-12-12 Size : 1.22kb User : sental


Date : 2008-12-13 Size : 4.38kb User : xinwang85

Downloaded:0
x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
Date : 2008-12-14 Size : 378byte User : xie3256035

Downloaded:1
vasp 读取dos 和band的tool
Date : 2008-12-14 Size : 1.38kb User : h123456

本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。 随软件附上设计文档和参考资料。
Date : 2008-12-14 Size : 2.18mb User : taoyingxue


Date : 2008-12-13 Size : 900byte User : 88888888


Date : 2008-12-15 Size : 6.84kb User : camejay
« 1 2 ... .53 .54 .55 .56 .57 27858.59 .60 .61 .62 .63 ... 28523 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.