Can CloudCompare Export a points data file like ZMAP?

Feel free to ask any question here
Post Reply
bingyu1413
Posts: 19
Joined: Tue Oct 28, 2014 5:53 am

Can CloudCompare Export a points data file like ZMAP?

Post by bingyu1413 »

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: maximum x-coordinate of the associated COP
ymin: minimum y-coordinate of the associated COP
ymax: maximum y-coordinate of the associated COP
width: Total number of columns of the ZMap
height: Total number of rows of the ZMap

Does CloudCompare have such function to export to a ZMAP file?
daniel
Site Admin
Posts: 7709
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

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

Post by daniel »

The 'Rasterize' tool (http://www.cloudcompare.org/doc/wiki/in ... =Rasterize) can be used to create a 2D grid (raster) and then to export it as a matrix ASCII file.

Maybe if you manually add the ZMAP header (xmin, xmax, ymin, ymax and width and height) it could work?

What kind of software actually opens those ZMAP files?
Daniel, CloudCompare admin
bingyu1413
Posts: 19
Joined: Tue Oct 28, 2014 5:53 am

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

Post by bingyu1413 »

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.
daniel
Site Admin
Posts: 7709
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

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

Post by daniel »

So I guess you are talking about this format:
http://www.aqsense.com/support/support- ... .html#ZMAP

This is not really a proper specification of the format though. Do you have more information? A sample file maybe?
Daniel, CloudCompare admin
Post Reply