plugin makes Program not responding

For any question about plugins!
Post Reply
Authur
Posts: 5
Joined: Wed Aug 05, 2020 8:48 am

plugin makes Program not responding

Post 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
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: plugin makes Program not responding

Post by daniel »

Daniel, CloudCompare admin
Authur
Posts: 5
Joined: Wed Aug 05, 2020 8:48 am

Re: plugin makes Program not responding

Post 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
Post Reply