-
Yale
这是一个模式识别中关于主成分分析的特征提取的matlab源码 (This is a pattern recognition principal component analysis on the feature extraction matlab source)
- 2010-06-02 09:14:08下载
- 积分:1
-
stego
Simple steganography code to hide text inside image
The code include embedding and extracting procedure
- 2014-09-03 14:00:28下载
- 积分:1
-
ConvertGpsTime
在matlab软件中将GPS时间转换成周和周秒(Convert Gps Time)
- 2011-09-14 11:01:53下载
- 积分:1
-
Angular-precision
基于均匀圆阵的信号二维方向角高精度估计 (Angular precision estimates based on two-dimensional uniform circular array signal direction)
- 2013-12-08 17:06:55下载
- 积分:1
-
edgeextracting
matlab灰度图像的边缘提取:直方图均衡化,canny算子实现一阶偏微分,计算梯度幅值和方向(matlab Gray Image Edge Extraction: histogram equalization, canny realization of first-order partial differential operator, calculate the gradient magnitude and direction)
- 2010-11-30 13:53:18下载
- 积分:1
-
VTB4Matlab
说明: 一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。(AP as a video processing with C/C code, the software can be used in Matlab. AVI including reading and CIF/QCIF video sequence code, Canny operator, Harris corner detection, and overall value threshold algorithm, dynamic threshold algorithm and so on.)
- 2005-11-22 21:38:47下载
- 积分:1
-
SHADW
shadow detection paper from net,it is value
- 2013-12-19 19:43:01下载
- 积分:1
-
CPPPrima
Mathematic Pascal problems. it is a lil bit easy with a triangle structure. and the number inside.
- 2009-03-17 21:26:58下载
- 积分:1
-
MagicBox
Magic number.. This programme can guess your decided number, by VB simple programme.
- 2009-03-17 21:31:02下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1