-
palmprint recognition
这是一个简单的掌纹识别系统,运用了PCA算法,可以做到较快的运算。(This is a simple palmprint recognition system that uses the PCA algorithm to achieve faster calculations.)
- 2018-04-12 17:58:55下载
- 积分:1
-
FAST-ICA
1、对观测数据进行中心化,;
2、使它的均值为0,对数据进行白化—>Z;
3、选择需要估计的分量的个数m,设置迭代次数p<-1
4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数);
5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的)
6、用对称正交法处理下W
7、归一化W(:,p)=W(:,p)/norm(W(:,p))
8、若W不收敛,返回第5步
9、令p=p+1,若p小于等于m,返回第4步
剩下的应该都能看懂了
基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
- 2013-06-27 15:39:00下载
- 积分:1
-
Susan
说明: Susan角点提取检测,进行图像处理,主要运用在数字水印特征提取方面(Susan,In the aspect of image feature extraction, watermark is mainly used for corner detection)
- 2021-04-06 11:03:19下载
- 积分:1
-
lvbo2
基于DCT的数字水印抗滤波性能检测matlab代码(DCT-based digital watermarking anti-filtering performance detection matlab code)
- 2013-04-25 14:44:42下载
- 积分:1
-
ls_fyytt
此算法实现了分形图形分形树的一种叠代算法的实现过程。它充分利用了叠代的思想(algorithm achieved a fractal graphics fractal tree an iterative algorithm implementation process. It makes full use of iterative thinking)
- 2006-12-11 10:03:51下载
- 积分:1
-
gaijin_hessian
一种改进后的海森矩阵算法代码,针对医学图像处理效果比较好,可以识别较细的血管。(An improved Hessian matrix algorithm code, medical image processing effects for better, you can identify smaller vessels.)
- 2015-12-16 22:28:43下载
- 积分:1
-
Segmentation-assess-Benchmark
伯克利图像小组提出来的图像分割评价指标:边界误差。(Evaluation of image segmentation. Image: Berkeley group boundary error.)
- 2015-04-18 15:22:48下载
- 积分:1
-
cvpr16_deblur_study-master
文献 "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior" 的参考代码
用Lp正则化方法做盲复原的代码
demo_text_deblurring 是主函数(refer to "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior"
main function: demo_text_deblurring)
- 2020-11-13 14:59:43下载
- 积分:1
-
DIP-toolbox-matlab
数字图像处理matlab工具箱,包含彩色图像分割,RGB分量提取等基本源程序(Digital image processing toolbox matlab)
- 2011-09-14 16:43:13下载
- 积分:1
-
image-stitching
实验两张图片的拼接,对于图片中的匹配对,用ransac方法消除错配,并估计出仿射矩阵。然后将一张图进行仿射变换,再实现拼接(Experiment two pictures of the stitching, matching pairs for the picture, with ransac way to eliminate mismatches, and to estimate the affine matrix. Then an affine transformation diagram, and then realize splicing)
- 2011-06-23 22:00:33下载
- 积分:1