Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Dense 3D Reconstruction

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Dense 3D Reconstruction


Chronological Thread 
  • From: Bo Zhou <>
  • To:
  • Subject: Re: [cgal-discuss] Dense 3D Reconstruction
  • Date: Fri, 14 Aug 2009 19:41:24 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Zcl2l+RcN7VhYHtIQZs9bKB6j77tp1nUz2k8enr8wlbILOOT/9pMq0y8ZoY26ZPLEo XIavDptTpboQvYt5HLUttNG+mfei6INN6I2pmeVrQuAUFit5ef4xCFCsFvZE2UXhO38c 7mGxnluumiDYyTQ9Eh6IAyxh+bpSPzgzkDSrs=

Indika Tantrigoda wrote:
Hello,
I am in the middle of a research where I try to reconstruct a 3D model based on photographs.
So far I am able to obtain a sparse point could containing the points of the object. I have developed a point cloud
viewer in XNA to view this point cloud data.
What I would like to do is to generate a dense 3D model based on this point could. Would this be possible with CGAL, if so
any advice would be very much appreciated.
I recently found out about CGAL and my knowledge in using CGAL is very minimal (non actually).

Thanks in advance.

Regards,
indika
Hi,

It seems that you want to reconstruct mesh from point cloud, you could have a look at

*Chapter 34 3D Alpha Shapes*

or
to find some useful implementation here

http://www.cs.jhu.edu/~misha/Code/

Thanks.

--
/**
* Bo Zhou
* Blog : http://jedimaster.cnblogs.com
* Mobile : +86 13451813691
*/




Archive powered by MHonArc 2.6.16.

Top of Page