Questions: LiDAR and 3D Point Cloud Processing

1 questions to test your understanding

Score: 0 / 1
Question 1 Multiple Choice

A LiDAR scanner measures depth d along a ray with bearing (azimuth θ, elevation φ) relative to the sensor. The 3D point in sensor frame coordinates is:

AP = (d·cos(θ)·cos(φ), d·sin(θ)·cos(φ), d·sin(φ))
BP = (d, θ, φ) (distance and angles)
CP = (d·sin(θ), d·cos(θ), 0) (2D horizontal only)
DInsufficient information; need the sensor's intrinsic calibration parameters