PlaneDetection icon indicating copy to clipboard operation
PlaneDetection copied to clipboard

when i click ‘’quick‘’ of ‘’estimate normals‘’,it's too slow

Open syly666 opened this issue 4 years ago • 2 comments

It's a great honor to read your paper. But when i test "Autodetect planes",it shows no plane has been found. I try click ‘’quick‘’ of ‘’estimate normals‘’ ,then "Autodetect planes". It works,but why estimate normals cost so many time(more than 800s). Thank you very much,If you can reply to me. image image

This is my test file. crop.zip

syly666 avatar Apr 17 '20 10:04 syly666

Hello. It's slow because it's currently doing it sequentially. You can speed up the process by enabling TBB for parallel processing. Refer to the file:

https://github.com/abnerrjo/PlaneDetection/blob/master/PointCloudEditor/normalestimatorworker.cpp

And uncomment the commented lines. Don't forget to link TBB to the project.

https://software.intel.com/en-us/tbb

abner-math avatar Apr 17 '20 13:04 abner-math

Thank you very much,i get it.👍

syly666 avatar Apr 21 '20 11:04 syly666