Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Redudant Points

Subject: CGAL users discussion list

List archive

[cgal-discuss] Redudant Points


Chronological Thread 
  • From: Dennis Endt <>
  • To:
  • Subject: [cgal-discuss] Redudant Points
  • Date: Wed, 08 Oct 2008 13:16:08 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=EFLGm9FpeP6e3hOr+nyW8cw24gARzaRDFjASPTZyjtacSYgjn6BAwfxFwbX2bTY3mD EUCsk2g+gBkKv6aAhLsov11gLFsVGT/r7rtOOb1sALSFj2fLAZmK1CBR2ULcfuOmSADL BjBhcFd7UclItb7fqUmkhZ0rndL8jy9+QOqgQ=

Hi,

I`ve a question if a Functionality in CGAL exists that I need.

*The problem:*
As I described so far I worked with geodata and faces, described as
walls, roofs, ground surfaces.

So now I would like to remove redudant points:

In the first step I compute the convex hull of every face. So now I have
the boundary points of the face.

In the next step I would like to remove the points, which are
approxiamatly ordered along a line between two other points.

The problem is the points are not collinear and in 3D.

How can I solve this problem?

Best
Dennis



Archive powered by MHonArc 2.6.16.

Top of Page