Cv::Utils¶
Singleton Methods¶
copy_mat_and_dump_named_arguments(src: Cv::InputArray, dst: Cv::OutputArray, params: Cv::Utils::FunctionParams) -> String
dump_bool(argument: TrueClass) -> String
dump_c_string(argument: String) -> String
dump_double(argument: Float) -> String
dump_float(argument: Float) -> String
dump_input_array(argument: Cv::InputArray) -> String
dump_input_array_of_arrays(argument: Cv::InputArray) -> String
dump_input_output_array(argument: Cv::InputOutputArray) -> String
dump_input_output_array_of_arrays(argument: Cv::InputOutputArray) -> String
dump_int(argument: Integer) -> String
dump_int64(argument: Integer) -> String
dump_range(argument: Cv::Range) -> String
dump_rect(argument: Cv::Rect) -> String
dump_rotated_rect(argument: Cv::RotatedRect) -> String
dump_size_t(argument: Integer) -> String
dump_string(argument: String) -> String
dump_term_criteria(argument: Cv::TermCriteria) -> String
dump_vec2i(value: Cv::Vec2i) -> String
dump_vector_of_double(vec: Std::Vector≺double≻) -> String
dump_vector_of_int(vec: Std::Vector≺int≻) -> String
dump_vector_of_rect(vec: Std::Vector≺cv꞉꞉Rect_≺int≻≻) -> String
generate_vector_of_int(len: Integer, vec: Std::Vector≺int≻) -> NilClass
generate_vector_of_mat(len: Integer, rows: Integer, cols: Integer, dtype: Integer, vec: Std::Vector≺cv꞉꞉Mat≻) -> NilClass
generate_vector_of_rect(len: Integer, vec: Std::Vector≺cv꞉꞉Rect_≺int≻≻) -> NilClass
get_thread_id -> Integer
test_async_array(argument: Cv::InputArray) -> Cv::AsyncArray
test_async_exception -> Cv::AsyncArray
test_overload_resolution(rect: Cv::Rect) -> String
test_overload_resolution(value: Integer, point: Cv::Point) -> String
test_overwrite_native_method(argument: Integer) -> Integer
test_raise_general_exception -> NilClass
test_reserved_keyword_conversion(positional_argument: Integer, lambda: Integer, from: Integer) -> String
test_rotated_rect(x: Float, y: Float, w: Float, h: Float, angle: Float) -> Cv::RotatedRect
test_rotated_rect_vector(x: Float, y: Float, w: Float, h: Float, angle: Float) -> Std::Vector≺cv꞉꞉RotatedRect≻