Hi, I am a beginner in CC(CloudCompare). I was already build CC.
In addition, I succeed in between two STL Models, Picking Registration and ICP Registration by using CC V2.10 Software.
I would like to develop only the part of Picking Registration and ICP Registration after I read two STL Models by using CC Library (C++).
However, I cannot find examples for using CC Library.
I just find CCLib class List and structure, http://www.cloudcompare.org/doc/CCLib/h ... tated.html .
I know that Itk and Vtk have many example and sample Code for using the library.
Can somebody help me? I need sample code for using Cc Libray.
How can I use CC (CloudCompare) Library C++?
Thank you for your attention.
How can I use CC (CloudCompare) Library C++?
Re: How can I use CC (CloudCompare) Library C++?
Well, we don't have so many users of the CC_CORE_LIB library as ITK or VTK ;)
The only real source of examples is CloudCompare itself:
https://github.com/CloudCompare/CloudCo ... ls.cpp#L46
The only real source of examples is CloudCompare itself:
https://github.com/CloudCompare/CloudCo ... ls.cpp#L46
Daniel, CloudCompare admin