Subject: CGAL users discussion list
List archive
- From: Simon Giraudot <>
- To:
- Subject: Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem
- Date: Mon, 12 Feb 2018 10:16:08 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
- Ironport-phdr: 9a23:lUNzjBfJqBQLYDAIASKv0iKplGMj4u6mDksu8pMizoh2WeGdxcS9Zx7h7PlgxGXEQZ/co6odzbaO6ua4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahfL9+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM37X/ZisJwgqxYrhyuqRNwzIzIb4+aL/d+YqDQcMkGSWZdUMtcVypMCZ68YYsVCOoBOP5VoZT8p1sLqhu+AxSnCuLuyj9SnHD2wLA10+M9EQrb2wEgBNMOsHHTrNXzLqsSXuG1zLPSwjXecvxW3iv95ZPHch8/pvGMWKx/cdbLyUgvGQPKlEmfqZDiPzOP1uUBqXSU7+1lVe+2jWMstg9/oj+qxsg2i4nJgJoYyl/a+iV+xYY6O8G4SFR7YN6qCpRfqz2aN4xsQsIiWW1npCE6yrgAtJWmfyYK0IwqyhHeZvCdboSE/hLuWPyeLDtknn5pZb2yihWq/US9zuDxWNO43EtWoidKiNXBuG0B2wbO5sSbV/dw+Fqq1yyV2ADJ8O5EJFg5larFJJ4lxb49jpoevV7GHi/xhUn7jqGbel8h+uey6uTnZqzqppiBN49okA3+NboumsylDeQ+LAcOQ3CX+eW61LL94U30WLpHg/wsnqXErJzXJd4Xq6GlDwNPz4ou5BWyAy+j0NsCnHkHKFxFeAiAj4jsI1zOO/H4DfK4g1SqijtryPHGPqf7DZXQM3fDl6vhcK1y60FCzwozyM5Q545OCrABLvL8QFP+tMDfDh8jMw242froCNJ41o8GQ2KAHreZML/OsV+P/u8gP+aMa5URuDrkNvcl5uXugmMkmV8GZqmkxoAXaXC9HvR+OUqVe3vsgtEbEWcLpAUyVuLqiEfRGQJUMn29VqZ56jAgA5+9Fq/CQJqsifqPxnSVBJpTM1tHD1eKWVjpbYyZV/AQIHaJI8pmlHoLVKKoVoMmyTmhuQj/xqZ9P+Td8TEfr4Ol399wsb6A3Sou/CB5WpzOm1qGSHt5yztRFm0GmZtnqEk48W+tlK1xgvhWD9tWvaobXQo9MJPA1f10AtvuXRjQONyOTQT+G4n0MXQKVts0huQ2TQNlAdz410LM0i2vDqMPhrKCD4Az6LOa1H/0dZ4kliT2kZI5hlxjefNhcG2rgqklqVqOQYvOyhrC0aOjdKBZ2zPRsmCdzSyIsV0KCAM=
Hello,
Le 12/02/2018 à 07:11, williamlai3a a écrit :
I tried to run the code again, and deleted my try catch.Did you add the normal map (point_set.add_normal_map()) before calling normal estimation? From your first mail, it seems that you did, but I just want to check (as a missing normal map could lead to this error).
It shows the following error message:
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: parray_ != NULL
File:
/home/william/CGAL/Installation/lib/cmake/CGAL/../../../../Surface_mesh/include/CGAL/Surface_mesh/Properties.h
Line: 518
Aborted (core dumped)
You're saying that it happens on large data sets after a long time: how large is it? Is it possible that it exceeds the memory limits of your computer? (How much RAM do you have?)
No ideas on why jet_estimate_normals will call things in Surface_meshThe class CGAL::Point_set_3 relies on some internal code that is from the Surface_mesh package.
Best,
--
Simon Giraudot, PhD
R&D Engineer
GeometryFactory - http://geometryfactory.com/
- [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, williamlai3a, 02/09/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, Sebastien Loriot (GeometryFactory), 02/09/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, Andreas Fabri, 02/09/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, williamlai3a, 02/12/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, williamlai3a, 02/12/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, Simon Giraudot, 02/12/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, williamlai3a, 02/20/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, Simon Giraudot, 02/12/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, williamlai3a, 02/12/2018
- Re: [cgal-discuss] CGAL::write_xyz_point_set precision and normal problem, Sebastien Loriot (GeometryFactory), 02/09/2018
Archive powered by MHonArc 2.6.18.