Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to filter noise of point cloud

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to filter noise of point cloud


Chronological Thread 
  • From: Samay Kumar <>
  • To:
  • Subject: Re: [cgal-discuss] How to filter noise of point cloud
  • Date: Tue, 29 Sep 2009 03:30:28 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=SdxaEch/aAZebPkhDg1nadxTAwc3UgCeoBpHBHwoZhNKyzGjU38JylptQ/rvpOx4NVHe5ENIRCuR/BzWW22Ldm43zl78Lx30AqMutSp/tQhI6Q3bK4ZuQieroANEkod+QelSnLUydwboHY9ZasuW+fo0G/UJc0rIvaIUcQvcXts=;

Hello Salman and Laurent,
 
Thanks for the help. I read what you have suggested and I guess that's it what I was asking for. I'll try the same.
 
Greetings,
Samay


From: "" <>
To:
Sent: Thursday, September 24, 2009 4:57:40 PM
Subject: Re: [cgal-discuss] How to filter noise of point cloud

Dear Samay,

first of all thank you for being interested in CGAL.
So the answer to your question is yes! And guess what
you can get it in CGAL :-)

It is called the Point Set Processing package:
This Cgal package [1] implements algorithms to analyze and process
unorganized 3D point sets. The input is an unorganized 3D point set,
possibly with normal attributes (unoriented or oriented). The point
set can be analyzed to measure geometric properties such as average
spacing between points and their k-nearest neighbors. It further
offers functions devoted to the simplication, outliers removal,
smoothing, normal estimation and normal orientation.

The processing of point sets is often needed in case of 3D point
clouds extracted by dense multi-view stereovision or being
acquired through laser devices.

And i basically use it personally for passive multi-view stereo
point clouds which are rather far from the range scan quality...

So please if you encounter any kind of problems i'd be glad to provide
some help.

Best,

Nader Salman



> Hello friends,
>
> I have point clouds acquired by SwissRanger SR-3000. Number of points in
> the point cloud is 25,000+. I want to fit some parametric model in this
> point cloud of which result is very much affected by accuracy of point
> clouds. So that I want to filter the point cloud for measured geometric
> noise.
>
> Can anybody give idea how CGAL/other library can be useful?
>
> Greetings,
> Samay
>
>
>      --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>

--
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