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: Indika Tantrigoda <>
  • To:
  • Subject: Re: [cgal-discuss] Dense 3D Reconstruction
  • Date: Fri, 14 Aug 2009 23:49:22 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tBgBvLu7Jo3j3WfFK6hRy6EGfZoLdEPgWO0wKjArU5SjaMZNpry3EQD72F5jB4Vhl4 3a8hdAoXH33DwevDhoLLU614cKlcZnOGdngV65tJqHbKRtSYL1oc6WanaursCYpgQ83P /Fkwss/hOn9zcOOhSNK3X2M04kTR4xaphP8ko=

He,
Thanks for the reply. I'll have a look at chapter 34. I did however go through the link you mentioned.
The problem is that the methods given in the link such as Possion surface reconstruction and using Octrees require
the surface normals. But these are not available, only the x,y,z co-ordinates of the points which forms the point cloud.

Is there any method that can be used when the surface normals are not present to construct a mesh ???

Regards,
Indika
 

2009/8/14 Bo Zhou <>
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
*/

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page