I am working on Zed-mini camera with Nvidia Jetson TX2.
I want to get the indices(row/column) of a set of points (with known X,Y,Z tuple values) from the point cloud.
Is there any fast search algorithm instead of checking each of the points in the point cloud data?
Thanks in advance!