Trait ImagePoint

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

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

Required Methods§

Source

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

Retrieves the point on the image

Implementors§