필터 지우기
필터 지우기

How to estimate the depth map for a 2D face image?

조회 수: 21 (최근 30일)
Soroush Fatemifar
Soroush Fatemifar 2018년 8월 2일
답변: George Abrahams 2024년 1월 23일
Depth maps are a representation of the 3D shape of the face in a 2D image, which shows the face location and the depth information of different facial areas.
Although there is a way to estimate the disparity map between stereo images in Matlab( https://uk.mathworks.com/help/vision/ref/disparity.html ), but there is no (Matlab built-in) function to estimate the depth of a face in single 2D image.
Does anyone have a solution for that?

답변 (1개)

George Abrahams
George Abrahams 2024년 1월 23일
This task is called "monocular depth estimation" and it is a heavily researched field.
For a still image, the most common, traditional method would be shape from shading, but these days deep neural networks are most commonly used. You may even be able to find a pretrained CNN.
Here's an open-access review paper on "Monocular Neural Facial Depth Estimation".

Community Treasure Hunt

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

Start Hunting!

Translated by