Search found 19 matches

by bingyu1413
Wed Apr 01, 2015 12:48 am
Forum: Questions
Topic: Calculation of point to plane distance
Replies: 3
Views: 5515

Re: Calculation of point to plane distance

I have checked the DistanceComputationTool.
In my application,I use ccPlane::Fit(cloud, &rms) to get an average plane.How can I use this plane to caculante the distance from one point to this plane.I couldn't find the ax+by+cz+d=0;[a,b,c,d] in the ccplane;
by bingyu1413
Mon Mar 30, 2015 7:45 am
Forum: Questions
Topic: Calculation of point to plane distance
Replies: 3
Views: 5515

Calculation of point to plane distance

How can I use CC to do some calculation of point to plane distance?
by bingyu1413
Mon Mar 30, 2015 3:20 am
Forum: Questions
Topic: Can I use Qcreator to make a project to build the CC?
Replies: 1
Views: 1291

Can I use Qcreator to make a project to build the CC?

I want to develop some new functions to deal with the pointcloud,but it's not convenient to code in VS2013.Because I'll change some UI in CC.So I have to use cmake to build the CC,and change something in VS2013,it's not convenient. I want to use QT to develop,my step is: 1:click 'open project' in QC...
by bingyu1413
Thu Mar 12, 2015 6:11 am
Forum: Questions
Topic: CC Display Question
Replies: 3
Views: 2590

Re: CC Display Question

Sorry,I didn't say clearly.In fact I use the 'edit->mesh->Delaunay 2D'.But I can't see the word at the surface of the scan data.
But the other 3D program can show the word like below:
15_1.jpg
15_1.jpg (172.69 KiB) Viewed 2568 times
by bingyu1413
Mon Mar 09, 2015 6:07 am
Forum: Questions
Topic: CC Display Question
Replies: 3
Views: 2590

CC Display Question

Can CC display a Mesh like this?
test.jpg
test.jpg (218.66 KiB) Viewed 2590 times
by bingyu1413
Sun Feb 15, 2015 12:16 am
Forum: Questions
Topic: Can CloudCompare Export a points data file like ZMAP?
Replies: 3
Views: 2640

Re: Can CloudCompare Export a points data file like ZMAP?

Because the 3D vision does not have a lot Automatic measurement. So we have to use ZMAP to do some automatic measurement.The picture is also Ok to deal with automatic measurement.
by bingyu1413
Fri Feb 13, 2015 4:00 am
Forum: Questions
Topic: Can CloudCompare Export a points data file like ZMAP?
Replies: 3
Views: 2640

Can CloudCompare Export a points data file like ZMAP?

The ZMap consists on a planar projection of cloudofpoints onto the z plane. Its constructor transforms each cloudofpoints element to the ZMap using the following relation: ZMap(X, Y) = Zcop A ZMap object internally contains a list of factors: xmin: minimum x-coordinate of the associated COP xmax: ma...
by bingyu1413
Mon Feb 02, 2015 5:34 am
Forum: Questions
Topic: Some question for ICP Registration
Replies: 9
Views: 8301

Re: Some question for ICP Registration

Thanks a lot.Maybe FPCS registration is what I need.I have build a single program to use FPCSRegistrationTools to do registration with two scan data. But the return value is always false.What param should I set in the function CCLib::FPCSRegistrationTools::RegisterClouds(...) /** Implements the 4 Po...
by bingyu1413
Fri Jan 30, 2015 1:06 am
Forum: Questions
Topic: Some question for ICP Registration
Replies: 9
Views: 8301

Re: Some question for ICP Registration

There still have a problem with how to roughly register the While Cloud .Is there any algorithm can help me ?
by bingyu1413
Thu Jan 29, 2015 2:53 am
Forum: Questions
Topic: Some question for ICP Registration
Replies: 9
Views: 8301

Re: Some question for ICP Registration

Sorry for the picture,I have upload the picture again. Thanks a lot for your help.Maybe I haven't understand the 'overlap' parameter.That I can't do a good registration. the picture I want is like this: 977562594133866524.png 977562594133866523.png I hope the model cloudpoints can match the one part...