필터 지우기
필터 지우기

two dimensional Principal component analysis

조회 수: 9 (최근 30일)
D.Regan
D.Regan 2011년 6월 27일
댓글: Image Analyst 2015년 5월 25일
how can i write code of 2D PCA transform for image processing.i intend to use this transform in image compression as well as for denoising purpose.pls help me sir..
  댓글 수: 2
Shubhobrata
Shubhobrata 2015년 5월 25일
Sir. I am looking for the code of 2D-PCA. Please help.
Image Analyst
Image Analyst 2015년 5월 25일
See code in my answer here.

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

채택된 답변

Daniel Shub
Daniel Shub 2011년 6월 27일
You can preform PCA on a set of images by converting them to vectors, getting the principal components, and then converting those components back to a image
doc reshape
Basically, PCA doesn't care about the relative positions of elements in the input array.

추가 답변 (0개)

카테고리

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