Page 1 of 1
qRansacSD
Posted: Thu May 23, 2013 3:29 pm
by pguth
Hi,
I am trying to get the qRansacSD plugin. The DLL appears in the list of found plugins, and the DLL is present, but the plugin is disabled.
Do I understand correctly that I have to recompile the source code for the plugin to be enabled? (C++ is not my native language, and I will have to track down a compiler, and learn it peculiarities, since I try to live as much as possible in the Delphi world, which things its own way).
Peter Guth
Re: qRansacSD
Posted: Thu May 23, 2013 5:25 pm
by daniel
If the icon appears (and is disabled), you only have to select a point cloud to make it enabled (at least that's the normal behavior).
Re: qRansacSD
Posted: Thu May 23, 2013 6:46 pm
by pguth
Hi Daniel,
Thanks for the speedy reply. I had loaded 5 LAS files, so none was selected. Now it's working.
Peter Guth
Re: qRansacSD
Posted: Thu May 23, 2013 7:29 pm
by pguth
Quick follow on question:
When saving the RANSAC shapes, is there a way to transform the coordinates back to real world geometry, since it does not look like the re-centering options are being applied? If not, I can deal with the issue, but I would vote for adding it to your list of potential enhancements.
Peter Guth
Re: qRansacSD
Posted: Fri May 24, 2013 7:21 am
by daniel
That's a good idea! It's already fixed in the sources and it will be available with the next release.
Re: qRansacSD
Posted: Wed Aug 13, 2014 5:03 pm
by pontoontodd
Is there a way to save the ransac results as some type of CAD file (dxf, step, igs, etc)?
Re: qRansacSD
Posted: Thu Aug 14, 2014 8:27 am
by daniel
I don't think so right now. But we could save them in a DXF files (I'll add this to the TODO list).
Re: qRansacSD
Posted: Thu Aug 14, 2014 12:09 pm
by pontoontodd
daniel wrote:I don't think so right now. But we could save them in a DXF files (I'll add this to the TODO list).
DXF would be great. Is there any way to save the results in any other format?
Re: qRansacSD
Posted: Sun Aug 17, 2014 8:38 pm
by daniel
Well, I believe you should be able to save them as triangular meshes (in OBJ formats if you want to save them all or also as PLY, OFF or STL files if you save them one by one).
Re: qRansacSD
Posted: Fri Oct 17, 2014 4:46 pm
by daniel
While trying to do this with dxf lib, I realize that dxf doesn't support '3D' primitives (cylinders, spheres, etc.). Mainly 2D primitives and a few 3D 'general' objects (triangular meshes - which are already supported - or extruded polygons).
I guess we should find another solution...