FEATURE EXTRACTION OF CROPPED IMAGE

조회 수: 1 (최근 30일)
Explorer
Explorer 2014년 1월 21일
댓글: NARGISH 2014년 4월 17일
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
Image Analyst
Image Analyst 2014년 4월 16일
I'd say that the image was probably converted to HSV space and they thresholded the S channel. Then took the largest blob.
NARGISH
NARGISH 2014년 4월 17일
Thank u

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by