vvvwo / II-resampling

The implementation for Intrinsic and Isotropic Resampling for 3D Point Clouds
Other
13 stars 2 forks source link

Run without .exe file #2

Open Nina-Konovalova opened 1 year ago

Nina-Konovalova commented 1 year ago

Thank you very much for your work!

But is it possible to run the pipeline not using .exe file? Where can I find the whole pipeline to run it just from VSCode?

vvvwo commented 1 year ago

Thank you very much for your work!

But is it possible to run the pipeline not using .exe file? Where can I find the whole pipeline to run it just from VSCode?

You can use .sln to deploy the project on your local machine with VS2019. The source codes are included. For now, it just support win64+VS2019.

Nina-Konovalova commented 1 year ago

Thank you very much for your responce! Is it correct, that main functions for resampling are included in Method_AIVS_SimPro file, so if I just want to run resampling - I can use this code file?

vvvwo commented 1 year ago

Thank you very much for your responce! Is it correct, that main functions for resampling are included in Method_AIVS_SimPro file, so if I just want to run resampling - I can use this code file?

The method is implemented in "Method_AIVS_RNPro.hpp". It combines all required functions.