필터 지우기
필터 지우기

How can I get the 20 facial feature points?

조회 수: 1 (최근 30일)
Hawa Mohammad
Hawa Mohammad 2018년 5월 21일
댓글: Hawa Mohammad 2018년 5월 31일
i already try this code:
%{
corners=detectHarrisFeatures(face);
[features,valid_corners]=extractFeatures(face,corners);
figure, imshow(face);
hold on;
plot (valid_corners);
hold off;
%}
however, the output points are scattered.
how can i get exactly like this? can anyone help me with the code, please?
  댓글 수: 4
Mohamed
Mohamed 2018년 5월 31일
i have several questions regarding facial feature..can you drop your email??
Hawa Mohammad
Hawa Mohammad 2018년 5월 31일
Sure. Feel free to contact me at hawamohammad286@gmail.com

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

답변 (1개)

Image Analyst
Image Analyst 2018년 5월 21일
Find a published paper here in vision bib where someone solved it, and program up their algorithm (rather than yours). It's not going to be some simple 6 line program though.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by