FEATURE EXTRACTION OF CROPPED IMAGE
Mostra commenti meno recenti
I am following this:

X=imread('croppedImage.jpg');
croppedImage.jpg

dimension=size(croppedImage)
% Mean M=mean2(X)
% Covariance C=(X-M)*(X-M)'
Now I do not know how to find Eigen Value and Eigen Vector from Covariance Matrix.
Please help
Also write code for this statement "Finally the Eigen vectors are arranged in such a way that the corresponding Eigen value is in the decreasing order."
Thanks!
3 Commenti
NARGISH
il 16 Apr 2014
hi, i have read the same paper as above. Can you please tell me how the red color hand image is obtained after the hsv image as shown below:

Image Analyst
il 16 Apr 2014
I'd say that the image was probably converted to HSV space and they thresholded the S channel. Then took the largest blob.
NARGISH
il 17 Apr 2014
Thank u
Risposte (0)
Categorie
Scopri di più su Image Processing and Computer Vision in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!