GeneralizedHough¶
Methods¶
detect(image: Cv::InputArray, positions: Cv::OutputArray, votes: Cv::OutputArray) -> NilClass
detect(edges: Cv::InputArray, dx: Cv::InputArray, dy: Cv::InputArray, positions: Cv::OutputArray, votes: Cv::OutputArray) -> NilClass
get_canny_high_thresh -> Integer
get_canny_low_thresh -> Integer
get_max_buffer_size -> Integer
set_canny_high_thresh(canny_high_thresh: Integer) -> NilClass
set_canny_low_thresh(canny_low_thresh: Integer) -> NilClass
set_max_buffer_size(max_buffer_size: Integer) -> NilClass
set_min_dist(min_dist: Float) -> NilClass
set_template(templ: Cv::InputArray, templ_center: Cv::Point) -> NilClass
set_template(edges: Cv::InputArray, dx: Cv::InputArray, dy: Cv::InputArray, templ_center: Cv::Point) -> NilClass