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§
Sourcefn image_point(&self) -> Point2<f64>
fn image_point(&self) -> Point2<f64>
Retrieves the point on the image