Struct cv_core::WorldToCamera[][src]

pub struct WorldToCamera(pub IsometryMatrix3<f64>);
Expand description

This contains a world pose, which is a pose of the world relative to the camera. This maps WorldPoint into CameraPoint, changing an absolute position into a vector relative to the camera.

Tuple Fields

0: IsometryMatrix3<f64>

Trait Implementations

Performs the conversion.

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Note that the residual error is returned as a 64-bit float. This allows the residual to be used for things other than sample consensus, such as optimization problems. For sample consensus, the residual should only be used to ensure it is within a threshold that roughly distinguishes inliers from outliers. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Retrieve the isometry.

Creates a pose with no change in position or orientation.

Takes the inverse of the pose.

Applies a scale factor to the pose (scales the translation component)

Create the pose from rotation and translation.

Retrieve the homogeneous matrix.

Retrieve the se(3) representation of the pose.

Set the se(3) representation of the pose.

Transform the given point to an output point, while also retrieving both Jacobians. Read more

Transform the given point to an output point, while also retrieving the input Jacobian. Read more

Transform the given point to an output point, while also retrieving the transform Jacobian. Read more

Transform the given point to an output point, while also retrieving the transform Jacobian. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

Performance hack: Clone doesn’t get inlined for Copy types in debug mode, so make it inline anyway.

Tests if Self the same as the type T Read more

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.