can I apply CCA to thePCA features of two different images.

조회 수: 1 (최근 30일)
HIMA BINDU
HIMA BINDU 2015년 7월 14일
편집: Aashray 2025년 2월 27일
I am trying to obtain PCA features of two images of same size. My question is can i find correlation of the two PCA features using CCA.

답변 (1개)

Aashray
Aashray 2025년 2월 7일
편집: Aashray 2025년 2월 27일
Hello!
To find CCA (Canonical Correlation Analysis) using two PCA (Principal Component Analysis) features of two images, you need to load the desired images first into MATLAB, and then flatten those images using the “reshape” function into 1 dimensional vector.
After that, find the PCA coefficient and the score of both the images using “pca” function.
These scores can then be fed to “canoncorr” function for finding out the desired CCA result.
For more information regarding the “pca” and “canoncorr” function, kindly refer to the following MATLAB documentation:

카테고리

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