pub const MIN_DEPTH: f64 = 1e-6;
Minimum depth for valid 3D points (meters).
Points closer than this to the camera are considered invalid. Default: 1e-6 meters (1 micrometer)