Skip to content

DAISY

Singleton Methods

create(radius: Float, q_radius: Integer, q_theta: Integer, q_hist: Integer, norm: Cv::Xfeatures2d::DAISY::NormalizationType, h: Cv::InputArray, interpolation: TrueClass, use_orientation: TrueClass) -> Cv::Ptr≺cv꞉꞉xfeatures2d꞉꞉DAISY≻

Methods

compute(image: Cv::InputArray, descriptors: Cv::OutputArray) -> NilClass

compute(image: Cv::InputArray, roi: Cv::Rect2i, descriptors: Cv::OutputArray) -> NilClass

compute(images: Cv::InputArray, keypoints: Std::Vector≺vector≺cv꞉꞉KeyPoint≻≻, descriptors: Cv::OutputArray) -> NilClass

compute(image: Cv::InputArray, keypoints: Std::Vector≺cv꞉꞉KeyPoint≻, descriptors: Cv::OutputArray) -> NilClass

get_default_name -> String

get_descriptor(y: Float, x: Float, orientation: Integer, descriptor: Rice::Pointer≺float≻) -> NilClass

get_descriptor(y: Float, x: Float, orientation: Integer, descriptor: Rice::Pointer≺float≻, h: Rice::Pointer≺double≻) -> TrueClass

get_h -> Cv::Mat

get_interpolation? -> TrueClass

get_norm -> Integer

get_q_hist -> Integer

get_q_radius -> Integer

get_q_theta -> Integer

get_radius -> Float

get_unnormalized_descriptor(y: Float, x: Float, orientation: Integer, descriptor: Rice::Pointer≺float≻) -> NilClass

get_unnormalized_descriptor(y: Float, x: Float, orientation: Integer, descriptor: Rice::Pointer≺float≻, h: Rice::Pointer≺double≻) -> TrueClass

get_use_orientation? -> TrueClass

set_h(h: Cv::InputArray) -> NilClass

set_interpolation(interpolation: TrueClass) -> NilClass

set_norm(norm: Integer) -> NilClass

set_q_hist(q_hist: Integer) -> NilClass

set_q_radius(q_radius: Integer) -> NilClass

set_q_theta(q_theta: Integer) -> NilClass

set_radius(radius: Float) -> NilClass

set_use_orientation(use_orientation: TrueClass) -> NilClass