Skip to content

Dictionary

Singleton Methods

get_bits_from_byte_list(byte_list: Cv::Mat, marker_size: Integer) -> Cv::Mat

get_byte_list_from_bits(bits: Cv::Mat) -> Cv::Mat

Constructors

initialize()

initialize(bytes_list: Cv::Mat, _marker_size: Integer, maxcorr: Integer)

Attributes

bytes_list: Cv::Mat (read/write)

marker_size: Integer (read/write)

max_correction_bits: Integer (read/write)

Methods

generate_image_marker(id: Integer, side_pixels: Integer, _img: Cv::OutputArray, border_bits: Integer) -> NilClass

get_distance_to_id(bits: Cv::InputArray, id: Integer, all_rotations: TrueClass) -> Integer

identify?(only_bits: Cv::Mat, idx: Integer, rotation: Integer, max_correction_rate: Float) -> TrueClass

read_dictionary?(fn: Cv::FileNode) -> TrueClass

write_dictionary(fs: Cv::FileStorage, name: String) -> NilClass