How to build wireframe meshes for 3D faces
3 views (last 30 days)
Show older comments
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 Comments
Answers (3)
Omer Faruk SOYLEMEZ
on 8 May 2014
Hi Idil,
Did you have any luck about this issue? I'm trying to do same on Bosphorus Database.
0 Comments
jeshima priya
on 31 May 2014
Edited: jeshima priya
on 31 May 2014
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 Comments
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!