Struct realsense_rust::base::Rs2Intrinsics [−][src]
pub struct Rs2Intrinsics(pub rs2_intrinsics);
Expand description
Type representing the model for describing the way that light bends in a stream.
This stores the focal length, principal point, dimensions, and distortion model used on the image frame. See the documentation for Rs2Distortion for specifics on the available distortion models for RealSense devices.
Use the function stream_profile.intrinsics()
to retrieve these intrinsics from a certain stream.
Implementations
Horizontal coordinate of the principal point of the image, as a pixel offset from the left edge
Vertical coordinate of the principal point of the image, as a pixel offset from the top edge
Distortion model and coefficients of the image
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rs2Intrinsics
impl Sync for Rs2Intrinsics
impl Unpin for Rs2Intrinsics
impl UnwindSafe for Rs2Intrinsics