필터 지우기
필터 지우기

Principal Component Analysis for feature extraction

조회 수: 12 (최근 30일)
farheen asdf
farheen asdf 2016년 6월 3일
댓글: Aya Ahmed 2020년 4월 4일
Hi. I'm learning about PCA and wanted to learn how it can be used for feature extraction and if it is feasible to extract features using PCA? Also I don't understand when exactly is PCA used in image processing. From what I understand it is used to reduce the size of a dataset and then features are extracted from that dataset using some other methods such as GLCM. Am I correct?

답변 (1개)

deepak panday
deepak panday 2018년 1월 10일
[coff,score]=pca(data) newData = data*coff(:,1:n)
where n is number of feature to selected.
  댓글 수: 2
Aya Ahmed
Aya Ahmed 2020년 3월 29일
this line code only for PCA feature extraction?
Aya Ahmed
Aya Ahmed 2020년 3월 29일
how can i apply this code on real images??

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

카테고리

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