Search found 186 matches

by WargodHernandez
Mon May 10, 2021 5:08 pm
Forum: Questions
Topic: Can cc display the coordinates of each point? Can cc display video?
Replies: 7
Views: 4224

Re: Can cc display the coordinates of each point? Can cc display video?

So actually you can do both of these (sort of). for the point index label, use the point picking tool, select a single point and create a 2d label, then select the label in the DB tree and turn off "Show 2D label" and turn on "Show legend(s)" for the coordinate display you can us...
by WargodHernandez
Mon May 10, 2021 4:42 pm
Forum: Questions
Topic: Command line mode - Output problem
Replies: 5
Views: 3105

Re: Command line mode - Output problem

the -h_export_fmt command will set the hierarchy file type (used to store cloud and mesh into a single file). The problem is I introduced that for the Ransac plugin to be able to save the resulting mesh and point clouds at the same time, I did not however add a general purpose -save-hierarchy comman...
by WargodHernandez
Wed Apr 21, 2021 5:39 pm
Forum: Questions
Topic: Command line mode -> 2.5D quadratic Fit
Replies: 6
Views: 6387

Re: Command line mode -> 2.5D quadratic Fit

Milly wrote: Wed Apr 21, 2021 2:16 pm Okay Thanks for yor fast answer
I will implement it. How can I send you my Solution?
And Thanks for the entire Projekt !!
Easiest is submitting a pull request on Git https://github.com/CloudCompare/CloudCompare/pulls
by WargodHernandez
Tue Apr 20, 2021 9:38 pm
Forum: Questions
Topic: Can't export to las
Replies: 8
Views: 7827

Re: Can't export to las

hi there, I'm using the cloudcompare version v2.11.3 and I run into a similar problem, as I have tried to save a .las file: PDAL exeption: No type found for undefined dimension. Has somebody run into a similar problem? Many thanks for your help. All the best, Gregor Can you create a bug report here...
by WargodHernandez
Fri Apr 16, 2021 10:50 pm
Forum: Questions
Topic: Known primitive to point cloud registration/alignment?
Replies: 3
Views: 2100

Re: Known primitive to point cloud registration/alignment?

If you want the point cloud fixed, just apply the inverse of the transform to the cloud and the primitive after alignment and they should move together back to the original cloud location.
by WargodHernandez
Sun Apr 11, 2021 7:06 pm
Forum: Questions
Topic: Default Coordinate System
Replies: 3
Views: 3774

Re: Default Coordinate System

Also I based that answer on the ENU system definition I found here http://www.dirsig.org/docs/new/coordina ... ate_system
by WargodHernandez
Sun Apr 11, 2021 7:02 pm
Forum: Questions
Topic: Default Coordinate System
Replies: 3
Views: 3774

Re: Default Coordinate System

CC would be ENU, East X, North Y, Up Z And that should be what you see from the "Top" View when looking at the trihedron in the lower right corner. if you want more info about how the views are generated you can look at ccGLUtils.cpp ccGLMatrixd ccGLUtils::GenerateViewMat(CC_VIEW_ORIENTATI...
by WargodHernandez
Thu Apr 08, 2021 5:39 pm
Forum: Questions
Topic: How to pick a rotation center for Translate/Rotate tool?
Replies: 11
Views: 10358

Re: How to pick a rotation center for Translate/Rotate tool?

You should be able to use the advanced mode in the Translate/Rotate tool, that will let you select a "Translate Along" and "Rotate Around" objects, these can be polylines (as long as they only contain a start and end point), Planes, or CoordinateSystem primitives. if you create a...
by WargodHernandez
Tue Mar 30, 2021 10:26 pm
Forum: Questions
Topic: Move scalarfield index, or use "last" in set_active_sf in command line
Replies: 2
Views: 1475

Re: Move scalarfield index, or use "last" in set_active_sf in command line

It should be pretty easy to add the Last option to set_active_sf, I'll see if I can get it today