How to build wireframe meshes for 3D faces
3 次查看(过去 30 天)
显示 更早的评论
Dear all, I am a researcher interested in working with 3D faces; I obtained access to the Bosphorus 3D face database. In its last version the database has:
- "filename.bnt”: storing the 3D coordinates with corresponding 2D image coordinates. On the web page, is written: data format is like 3D coordinate map of the acquired 2D images over the segmented regions; wireframe meshes are not available.
- “filename.png”: color image file
- “filename.lm2”: 2D landmark file with the corresponding labels
- “filename.lm3”: 3D landmark file with the corresponding labels
- A Matlab function to read the “bnt” files is provided.
Using the given MATLAB function, I open the bnt file and I reach “data”, which is a matrix of size (41625*5) of doubles; the size of every image is 225*185=41625.
As far as I understand, I need a function to create wireframe meshes so as to be able to see the 3D faces and plot their face landmarks (lm3) on the top of them.
I would really appreciate if you could direct me in this issue. Thanks in advance, Idil
0 个评论
回答(3 个)
Omer Faruk SOYLEMEZ
2014-5-8
Hi Idil,
Did you have any luck about this issue? I'm trying to do same on Bosphorus Database.
0 个评论
jeshima priya
2014-5-31
编辑:jeshima priya
2014-5-31
Hi, I am also doing process in that Bosphorus 3D face database... I am having this issue.. if anyone know the answer pls help us...
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!