Community Profile

photo

farahnaz


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Question


How do i use pca on image?
is this code correct? ................................................... function [signals,PC,V] = pca() I=imread('G:\User...

10 years ago | 0 answers | 0

0

answers

Answered
PCA OF AN IMAGE...
please use this cod : function [signals,PC,V] = pca() I=imread('G:\Users\farahnaz\Downloads\018.jpg'); b= im2double(I); ...

10 years ago | 0