Search found 6 matches

by manolo-
Wed Mar 29, 2017 2:51 pm
Forum: Questions
Topic: Compute normals using command line
Replies: 13
Views: 5397

Re: Compute normals using command line

Oh okay, I didn't understand it this way !

I would be happy to try but not during the next 3 months.. still have a lot of work to do!
by manolo-
Wed Mar 29, 2017 12:43 pm
Forum: Questions
Topic: Compute normals using command line
Replies: 13
Views: 5397

Re: Compute normals using command line

I guess I've found the code your were speaking about (ccPointCloud::computeNormalsWithOctree): https://github.com/CloudCompare/CloudCompare/blob/master/libs/qCC_db/ccPointCloud.h But I don't really know how to exploit it... Do you think I could write a batch file or a Python script calling this *.h ...
by manolo-
Wed Mar 29, 2017 11:28 am
Forum: Questions
Topic: Compute normals using command line
Replies: 13
Views: 5397

Re: Compute normals using command line

Yep of course it would be better to only use one software :)
by manolo-
Wed Mar 29, 2017 11:16 am
Forum: Questions
Topic: Compute normals using command line
Replies: 13
Views: 5397

Re: Compute normals using command line

I'm using 3DReshaper to align the 2 clouds together. (If find it easier and faster to use + there is a function 'Best Fit' which seems to work very well^^)
by manolo-
Wed Mar 29, 2017 7:25 am
Forum: Questions
Topic: Compute normals using command line
Replies: 13
Views: 5397

Re: Compute normals using command line

Thank you for your answer Daniel. My point clouds are acquired from photogrammetric methods (using PhotoScan). First of all I get the first half of the object. (.ply with normals computed in PhotoScan) Then, i get the other side of the object (again, .ply with normals computed in PhotoScan) The thir...
by manolo-
Tue Mar 28, 2017 3:31 pm
Forum: Questions
Topic: Compute normals using command line
Replies: 13
Views: 5397

Compute normals using command line

Hello, I have a lot of point clouds in format .LAS What I'd like to do is to create a batch file which will automatize the "compute normals" process and save the point clouds files in the format .PLY Here is the code of the batch I've written: (it gives me another ply file in output howeve...