a length unit of 'create_point_map_and_color_map' method in python

Post Reply
jay
Posts: 7
Joined: Sat Apr 02, 2022 1:18 pm

a length unit of 'create_point_map_and_color_map' method in python

Post by jay »

Hello,

I'm trying to get only the values ​​on the z-axis using the 'create_point_map_and_color_map' method.

When I checked the stored values, I was curious about the unit of length such as 'mm' or 'm'.

maximum distance between camera and object(actually ground) is 12m.

but, stored values are from 8135.056 to 11.490.

Which unit of length is the correct? 'm' or 'mm' ?

thanks.
k.schauwecker
Posts: 120
Joined: Mon Mar 25, 2019 1:12 pm

Re: a length unit of 'create_point_map_and_color_map' method in python

Post by k.schauwecker »

Coordinates are always measured in meters. The coordinate system is described in the current user manual on page 21:
https://nerian.com/nerian-content/downloads/manuals/scenescan/scenescan_manual_v1_14.pdf

Typically there are always some outliers and they can have a much higher depths. This is why in the API and in NVCom you have the option to enter a maximum depth when saving a point cloud. In this case, points with a higher depth are ignored. This is a useful feature because in most pointcloud viewers (such as MeshLab and CloudCompare) it is difficult to view point clouds that contain very distant points.
Post Reply