Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] mesh_smoothing_method with Ceres.

Subject: CGAL users discussion list

List archive

[cgal-discuss] mesh_smoothing_method with Ceres.


Chronological Thread 
  • From: Frank Dz <>
  • To:
  • Subject: [cgal-discuss] mesh_smoothing_method with Ceres.
  • Date: Tue, 25 Feb 2020 23:56:03 -0600 (CST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Fail ; spf=Pass
  • Ironport-phdr: 9a23:t7T/lR96zKd+Cf9uRHKM819IXTAuvvDOBiVQ1KB52ukcTK2v8tzYMVDF4r011RmVBNmduqkP27uempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmTWwbal2IRi4ognctc0bipZ+J6gszRfEvnRHd+NKyG1yOFmdhQz85sC+/J5i9yRfpfcs/NNeXKv5Yqo1U6VWACwpPG4p6sLrswLDTRaU6XsHTmoWiBtIDBPb4xz8Q5z8rzH1tut52CmdIM32UbU5Uims4qt3VBPljjoMOjgk+2/Vl8NwlrpWrhyhqRJhwIDafY6aO+ZxcK7GYdMXR3ZNUtpNWyBdHI+xaZYEAeobPeZfqonwv1sArQGkCgmqB+Pk1zFGh37r1qA9yOQuDBzG0xEhHtMOq3nYsdT4OakIXe+py6nIyCzOYvVL0jnz74jIdwouofCKXb9od8re01IgGBjBjlqOs4DqIzSV1uELvmOG7ORgTfqih3Mjpgx1uDSiyMQhhpPKi48U0FzJ9CR0zYAoLtOiUkF7e8SrEJ5IuiGaKYR2RsQiTnluuCs10LEGv4S0czMRx5Qj2RHTceCIc4+N4h77VeaRJyl3hG59db6igxu/9VKsx+P/W8Wu01tHrzBJn9jNu3wV0hzc8MmHSv9z/ke73jaP0hje6vpZLkApiKXaKp4gz6UtmpcSv0nPBDP5mELzjKOObEUr5vCo6/j7YrXhvpKTK4B0hRv6Mqg3h8O/AP84PRQTX2iA4uSxz6bj/E38QLVSlPI6iKjZsJbAJcQavKG1GQFV0pxwoyq4Wjyp2dBdkXgcJ09eYzqGiZLoMhfAOqPWF/C61nq2mTFoj9zUdun6DojBPGnryem6O7167hgPm0II0dlD6scMWfk6K/XpVxqp7Y2KPloCKwWxht3fJpB434IaV3iIB/7Laf2J91SP47BzerXeVMouoD/4bsMdybv2l3ZoywZDJu+i2p5FMCnlTMQjGF2QZD/XuvlEEWoOuVNjHuq2zluLWzRXajC5WKduvzw=


Hi~ I want to run mesh_smoothing_method which gets Ceres involved. I
successfully installed Ceres as well as CGAL.
Below is a snapshot of the Ceres code demo.
<http://cgal-discuss.949826.n4.nabble.com/file/t376165/1.jpg>

Then I add the *.lib files into my project:
in VS15: Properties->Linker->Input
C:\local\SP_ROOT_output\install\lib64\libspqr.lib
C:\local\SP_ROOT_output\install\lib64\libcholmod.lib
C:\local\SP_ROOT_output\install\lib64\libccolamd.lib
C:\local\SP_ROOT_output\install\lib64\libcamd.lib
C:\local\SP_ROOT_output\install\lib64\libcolamd.lib
C:\local\SP_ROOT_output\install\lib64\libamd.lib
C:\local\SP_ROOT_output\install\lib64\suitesparseconfig.lib

But it still told me:

Area-based smoothing requires the Ceres Library, which is not available.
No such smoothing will be performed!

Then I thought I need to reinstall CGAL 5.0 via cmake with Ceres path, but
there is no such choice.
<http://cgal-discuss.949826.n4.nabble.com/file/t376165/2.jpg>

Any guidance on this problem?

Best,
Frank





-----
be open, be creative, be critical
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page