Page 1 of 1

plugin makes Program not responding

Posted: Wed Aug 05, 2020 9:00 am
by Authur
Hello,

i am trying to develop a plugin for indoor plane Extraction based on regionGrowing and RANSAC,however when i complete the plugin and use in the program,it always make Program not responding,and cant use in a point cloud with about 2 million numbers of point.The algorithm is successful run in a win32 console program with the same point cloud.

If possible ,please tell me the reason.

Thank you,
Authur

Re: plugin makes Program not responding

Posted: Fri Aug 07, 2020 8:45 pm
by daniel

Re: plugin makes Program not responding

Posted: Thu Aug 13, 2020 8:30 am
by Authur
Hi Daniel
That issue was posted by me,after these days debug,i thought that there may be another way to realize the plugin based on the PCL library,so I develop the plugin based on the framework of qPCL,i developed the plugin like the NormalEstimation in the qPCL.However,it also spends a lot of time on normal estimiting.
Unfortunately,I cant deal with this problem,so,I have to generate the exe program and call the program by the command line in the Plugin.I dont think its a right way to develop a Plugin for CloudCompare.
If you know how to deal with this problem,please tell me.
Thanks