Can PCA be applied directly on an image?

조회 수: 4 (최근 30일)
sidra
sidra 2013년 11월 13일
댓글: sidra 2013년 11월 21일
Can PCA be applied directly on an image, in contrast to a matrix(in which rows correspond to observations & columns to variables)?
When i try to apply PCA using SVD/Covariance directly on an image i get the following error:
"Error using minus
Integers can only be combined with integers of same class or scalar doubles.
Error in pca2 at 14
data=data-repmat(mn,1,N);"
Thanking you in advance
  댓글 수: 2
Algorithms Analyst
Algorithms Analyst 2013년 11월 13일
Check ur image type should be double date try.
sidra
sidra 2013년 11월 14일
Algorithms Analyst ,the image type is double.

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

채택된 답변

Walter Roberson
Walter Roberson 2013년 11월 14일
Apply it to im2double() of the image.

추가 답변 (1개)

sidra
sidra 2013년 11월 18일
Walter, it works fine for a single image but when i try the same on array of images i get the error :
"Array dimensions must match for binary array op.
error in pca2 at 14
data=data-repmat(mn,1,N);
error in db.pca at 18
pc=pca2(imagearray);"

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by