[][src]Trait cv::ImagePoint

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

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

Required methods

fn image_point(&self) -> Point<f64, U2>

Retrieves the point on the image

Loading content...

Implementors

impl ImagePoint for cv::feature::akaze::KeyPoint[src]

impl ImagePoint for cv::KeyPoint[src]

Loading content...