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