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