Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Determining normals and Poisson surface reconstruction or: convert <Point, Vector> pair to Point_with_normal_3?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Determining normals and Poisson surface reconstruction or: convert <Point, Vector> pair to Point_with_normal_3?


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Determining normals and Poisson surface reconstruction or: convert <Point, Vector> pair to Point_with_normal_3?
  • Date: Thu, 20 Jul 2017 14:10:24 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:zCXLJhEIqIvZ1kArvbuG5J1GYnF86YWxBRYc798ds5kLTJ7zpsuwAkXT6L1XgUPTWs2DsrQf2rWQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbQhFgDiwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOSMn/mHZisJwi6FVrhyvqBNwwYHbfI6bOeFifq7fZ94WWXZNU8hRWiFHH4iyb5EPD+0EPetAs4T9oUYBrQGgCga2H+Pk1z9GiWXt0q0g0uQqDAbL0xYmH90TqnTbss/6NLwIXeC71qbH1i/Db/JN1Dfy9ofIdRUhru+QXbJqccvRx1MgGB/ZjlWXs4zkPymZ2fgKs2ie9udtU/+khW0/qwxpvzSixMQhhpPHi48b0FzI6Dh1zJsvKdGmVkJ3fcaoHIZMuyyeLYd6XN8uTmJytCokxLAKp4S3cDUOxZklwRPUduaJfJKS4h35UeacOTd4i2xheLK4nxu+7FKsyuj7VsWp0ltHqjBJktzWuXAM0xzf88+HSuZh/ku73jaPyQDT5vtCIU8qiarXM58hwrgumZoPqUnPAy37lUbsgKKYeEgo4PWk5/n6brn8uJOQKZN4hhn7Mqs0m8y/Beo4MhIJX2ie4emzzrvj8lDjQLpUlPI2ibPVsJ7AKssAvK65AhRY0ok95Ba4CjepzsgYnWMHLVJLYh2Ik5TpO1bUIPH4F/uwn1OskDJzy/DcIrLhGonNLmTEkLr5Ybl95FRTyA4qwd9C5pJUEa0OIO/oWk/qr9HYFR84Mwmsw+n9Etl914UeWXiOAqCDKq/Sv0WItaoTJLyHa4YR/Tr8MPM4/OXGjHkjmFZbc7P684EQbSWRGPh8LkyCKVTliM0AWTMDuAYkQeXxzlOLWyRST3m/WKcx+isqBoutEYDZV8amh7nXj3TzJYFfem0TUgPEKnzvbYjRA/o=
  • Organization: GeometryFactory


You mean the example in the gist didn't work?
What went wrong? The compilation, the execution
crashed. The normals look wrong?....

On 20/07/2017 12:33, Oliver Arend wrote:
I couldn't get it to work with the jet normals, but with

Poisson needs Eigen. Have a look at
examples/Poisson_surface_reconstruction/CMakeList.txt
# Find Eigen3 (requires 3.1.0 or greater)
find_package(Eigen3 3.1.0)
if (EIGEN3_FOUND)
include( ${EIGEN3_USE_FILE} )
endif()

at least the pca normals worked.

Thanks
Oliver




--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.18.

Top of Page