フィルターのクリア

how can i preprocess this 7000 jpg image in order to experiment a face recognition software ???

1 回表示 (過去 30 日間)
I downloaded a data base of 7000 image each of which is a matrix 196*196*3 matrix .I need to experiment my clastering algorithm so in my algorithm the data base is a matrix N*m . how can i preprocess this 7000 jpg image in order to experiment the algo ???
  1 件のコメント
Mariem Harmassi
Mariem Harmassi 2012 年 9 月 22 日
I heard about a method consists on sampling several points on each face contour such as eyebrows, eyes, nose, mouth and cheek, and considering the median of points sampled from the nose as the origin

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2012 年 9 月 22 日
There are several code examples in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F You can take the code there and use it, or adapt it, to have it process your 7000 files with your experimental algorithm.
  2 件のコメント
Mariem Harmassi
Mariem Harmassi 2012 年 10 月 5 日
thank u for this solution :)
Image Analyst
Image Analyst 2012 年 10 月 5 日
You're welcome. Can you then mark it as "Answered" or do you need additional help?

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by