Trait cv_core::ImagePoint[][src]

pub trait ImagePoint {
    fn image_point(&self) -> Point2<f64>;
}
Expand description

Allows the retrieval of the point on the image the feature came from.

Required methods

Retrieves the point on the image

Implementors