PCA and LDA on a binary black and white image

조회 수: 1 (최근 30일)
Karan Ratnaparkhi
Karan Ratnaparkhi 2011년 4월 5일
Hi guys I need a matlab code for PCA and LDA to carry out on binary black and white image. Plz help me with it.
  댓글 수: 2
Sean de Wolski
Sean de Wolski 2011년 4월 5일
What have YOU done so far to solve YOUR homework problem?
Karan Ratnaparkhi
Karan Ratnaparkhi 2011년 4월 5일
wat do you mean?

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

채택된 답변

Walter Roberson
Walter Roberson 2011년 4월 5일
PCA:
[COEFF,SCORE] = princomp(YourImage);
LDA: use classify
  댓글 수: 4
Karan Ratnaparkhi
Karan Ratnaparkhi 2011년 4월 6일
nope!!
Walter Roberson
Walter Roberson 2011년 4월 6일
The MATLAB routines for PCA and LDA are part of the {optional, extra cost} Statistics Toolbox.
I imagine that if you were to use a search engine, you would be able to find alternative code Files that other people have Contributed for the Exchange of MATLAB ideas.

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

추가 답변 (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