Module Opencv.Generalized_hough_ballard

type t = unit Ctypes_static.ptr
val set_template1 : ?⁠templ_center:point2i -> Generalized_hough.t -> Cvdata.t -> unit

Usage: set_template1 ?templ_center __self templ

val set_template2 : ?⁠templ_center:point2i -> Generalized_hough.t -> Cvdata.t -> Cvdata.t -> Cvdata.t -> unit

Usage: set_template2 ?templ_center __self edges dx dy

val detect1 : ?⁠positions:Cvdata.t -> ?⁠votes:Cvdata.t -> Generalized_hough.t -> Cvdata.t -> Cvdata.t * Cvdata.t

Usage: detect1 ?positions ?votes __self image

val detect2 : ?⁠positions:Cvdata.t -> ?⁠votes:Cvdata.t -> Generalized_hough.t -> Cvdata.t -> Cvdata.t -> Cvdata.t -> Cvdata.t * Cvdata.t

Usage: detect2 ?positions ?votes __self edges dx dy

val set_canny_low_thresh : Generalized_hough.t -> int -> unit

Usage: set_canny_low_thresh __self canny_low_thresh

val get_canny_low_thresh : Generalized_hough.t -> int

Usage: get_canny_low_thresh __self

val set_canny_high_thresh : Generalized_hough.t -> int -> unit

Usage: set_canny_high_thresh __self canny_high_thresh

val get_canny_high_thresh : Generalized_hough.t -> int

Usage: get_canny_high_thresh __self

val set_min_dist : Generalized_hough.t -> float -> unit

Usage: set_min_dist __self min_dist

val get_min_dist : Generalized_hough.t -> float

Usage: get_min_dist __self

val set_dp : Generalized_hough.t -> float -> unit

Usage: set_dp __self dp

val get_dp : Generalized_hough.t -> float

Usage: get_dp __self

val set_max_buffer_size : Generalized_hough.t -> int -> unit

Usage: set_max_buffer_size __self max_buffer_size

val get_max_buffer_size : Generalized_hough.t -> int

Usage: get_max_buffer_size __self

val set_levels : t -> int -> unit

Usage: set_levels __self levels

val get_levels : t -> int

Usage: get_levels __self

val set_votes_threshold : t -> int -> unit

Usage: set_votes_threshold __self votes_threshold

val get_votes_threshold : t -> int

Usage: get_votes_threshold __self