Difference of x, y coordinates of dual return mode #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am currently investigating the Dual Return mode for the Horizon Lidar and found that in the SDK the data field for such point (LivoxDualExtendRawPoint) does contain 2 x and 2 y values. In my understanding this information could be reduced to only 1 x,y and 2 z values, because both z values are returned from the exact same direction (e.g. by scaling x2 = (x1 / z1) * z2). Is this a valid or is this wrong and there is indeed a possible different direction also for the x,y values?
Furthermore, what are the returned dual values: first and last return, or strongest and last return or something like this?
Hi mbcel,
For dual return mode, two points will be written at the exact same direction.
First return mode: the closest point will be counted
Strongest return mode: the most "powerful" point along the path will be counted (e.g. If a high reflection object placed a bit further, it may be counted rather than a closer low reflation rate object)
Dual return mode: since the laser beam is not exactly a point, is an area, so there will be a situation that a beam detect 2 things at the same time, if dual return modes on, both points will be counted