Search found 94 matches

by Ingsayyad
Thu Feb 13, 2020 11:21 am
Forum: Questions
Topic: Error while Compiling CC
Replies: 5
Views: 7714

Error while Compiling CC

I am trying to compile CC, but getting the error (see error.png). See also Cmake1.png and Cmake2.png for more info.

I also did the following changes (see Cake3.png), but no success.
by Ingsayyad
Fri Feb 08, 2019 12:06 pm
Forum: Questions
Topic: getting volume of Mesh relative to a plane
Replies: 1
Views: 1071

getting volume of Mesh relative to a plane

I want to get the volume of a mesh relative to a plane with different heights. e.g.,

The volume is of a box relative to the plane (under) with different heights (.05 m steps). Is it possible to do it with a script?
by Ingsayyad
Thu Jan 31, 2019 12:54 pm
Forum: Questions
Topic: Segmention of point cloud with 3d Clipping box, command line
Replies: 9
Views: 6742

Re: Segmention of point cloud with 3d Clipping box, command line

I have many large point cloud datasets and about 70 small AOI polygons per dataset, CC is a very effective tool but reloading of the cloud for each polygon is terrible and not efficient.
No....and this is exactly I am trying to explain to Daniel.
by Ingsayyad
Wed Jan 30, 2019 8:59 am
Forum: Questions
Topic: Segmention of point cloud with 3d Clipping box, command line
Replies: 9
Views: 6742

Re: Segmention of point cloud with 3d Clipping box, command line

I have in fact more than 500 clipping boxes for a project of more than 20gb data. I will divide it into 5-6 sub-projects. I don't want to read point cloud 500 times to crop 500 elements. I want to open once the cloud and crop it with 500 clipping boxes. In other words, I don't want to write -o "...
by Ingsayyad
Tue Jan 29, 2019 8:56 am
Forum: Questions
Topic: Segmention of point cloud with 3d Clipping box, command line
Replies: 9
Views: 6742

Re: Segmention of point cloud with 3d Clipping box, command line

I am trying this "C:\Program Files\CloudCompare\CloudCompare" -AUTO_SAVE OFF -o "H:\CloudComparetest\MHAUS.e57" ^ -CROP -3.3087:-2.6080:-1.3729:-3.2041:-0.8512:0.7371 -C_EXPORT_FMT E57 -SAVE_CLOUDS FILE "Croped_1" ^ -o "HAUS.e57" ^ // DONOT KNOW HOW TO SELECT ...
by Ingsayyad
Mon Jan 28, 2019 4:54 pm
Forum: Questions
Topic: Segmention of point cloud with 3d Clipping box, command line
Replies: 9
Views: 6742

Re: Segmention of point cloud with 3d Clipping box, command line

Thank you for your reply. It works fine, but it is difficult to implement this for the segmentation of 100 elements from a point cloud of 4gb+. So, I am trying to implement the cross-section option. But I don't know how to implement it with XML. e.g. Xsection.xml e.g., area1 xmin,ymin,zmin 10,10,0 a...
by Ingsayyad
Fri Jan 25, 2019 12:15 pm
Forum: Questions
Topic: Segmention of point cloud with 3d Clipping box, command line
Replies: 9
Views: 6742

Re: Segmention of point cloud with 3d Clipping box, command line

I am trying "C:\Program Files\CloudCompare\CloudCompare" -AUTO_SAVE OFF ^ -o "H:\CloudComparetest\Wand.e57" ^ -CROP {379:242:106:381:244:242} ^ -C_EXPORT_FMT E57 -SAVE_CLOUDS I also tried -CROP {379:242:106:2:2:1} ^// assuming width of box (2,2,1) but getting error Invalid parame...
by Ingsayyad
Thu Jan 24, 2019 2:41 pm
Forum: Questions
Topic: Segmention of point cloud with 3d Clipping box, command line
Replies: 9
Views: 6742

Segmention of point cloud with 3d Clipping box, command line

I want to segment point cloud by using 3d clipping boxes and save the results in folders by using the command line. I have text data (CSV) with Clipping box id, xs, ys, zs, xe, ye, ze, width, height, thickness or I can provide coordinates at each corner of the box. -------Width--------- / /| / / | -...
by Ingsayyad
Thu Jun 21, 2018 11:34 am
Forum: Questions
Topic: Windows Mixed reality
Replies: 1
Views: 951

Windows Mixed reality

I want to ask if CC stereo supports Windows mixed reality (e.g., HP, lenovo etc.)
by Ingsayyad
Thu Feb 22, 2018 10:07 am
Forum: Questions
Topic: Export Clouds with given filename
Replies: 1
Views: 1704

Export Clouds with given filename

I am trying to save merge cloud as TEST.e57. How can I do it?

Code: Select all

"C:\Program Files\CloudCompare\CloudCompare" -AUTO_SAVE OFF -o C:\CloudComparetest\r02.las -C_EXPORT_FMT E57 -SAVE_CLOUDS  % ---WHERE CAN I ADD NAME OF FILE---%