[][src]Trait cv_core::ImagePoint

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

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

Required methods

fn image_point(&self) -> Point2<f64>

Retrieves the point on the image

Loading content...

Implementors

impl ImagePoint for KeyPoint[src]

Loading content...