how can I draw/create a human face using whatever in MATLAB? image types don't matter

as I said at the title. I'm preparing my own project drawing or creating someone's face by recognizing hi/her voice.
can anyone have advice for me??

Answers (1)

Once you have recognized which person it is out of the list of people you have data on, then imread() the picture of their face, and either image() or imshow() to display it.

Categories

Find more on 이미지 in Help Center and File Exchange

Asked:

on 3 Dec 2017

Answered:

on 3 Dec 2017

Community Treasure Hunt

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

Start Hunting!