搜索资源列表
Harris
- 研究一种红外医学图像处理与分析方法,实现红外人脸图像中特征区域的自动定位。方法 针对红外正面脸部图像,采用一种无监督的局部和全局的特征提取方法,首先通过阈值法区分出前景和 背景,并根据面部特征对称性在前景中确定鼻区 然后在面部确定一个包含所有特征的矩形区域,利用 Harris算子在该区域检测出角点,并找出这些点的局部最大值点 最后用K-means方法对这些点进行 聚类 -To develop an mi age analyzing procedure forautomatic
CS
- 用matlab利用压缩感知CS实现对一位信号的处理~小波稀疏分解,正交追踪算法重构~1-D信号压缩传感的实现(正交匹配追踪法Orthogonal Matching Pursuit) 测量数M>=K*log(N/K),K是稀疏度,N信号长度,可以近乎完全重构-CS with matlab using compressed sensing to achieve a sparse signal processing- wavelet decomposition, the orthogona
testopticalflow.m
- 实现了L-K光流法, 用Matlab实现,经测试可以使用。最基本的方法。(L-K optical flow, it is used by lucas-kanada method to finish it. it is simple, but useful.)