Vector≺vector≺cv꞉꞉KeyPoint≻≻¶
Constructors¶
initialize(count: Integer)
initialize(arg_0: Array)
initialize(count: Integer, value: Std::Vector≺cv꞉꞉KeyPoint≻)
Methods¶
[](pos: Integer) -> Std::Vector≺cv꞉꞉KeyPoint≻
[](start: Integer, length: Integer) -> Integer
[]=(pos: Integer, value: Std::Vector≺cv꞉꞉KeyPoint≻) -> NilClass
data -> Rice::Pointer≺vector≺cv꞉꞉KeyPoint≻≻
delete_at(pos: Integer) -> Std::Vector≺cv꞉꞉KeyPoint≻
first -> Std::Vector≺cv꞉꞉KeyPoint≻
include?(value: Std::Vector≺cv꞉꞉KeyPoint≻) -> TrueClass
index(value: Std::Vector≺cv꞉꞉KeyPoint≻) -> Integer
delete(value: Std::Vector≺cv꞉꞉KeyPoint≻) -> Std::Vector≺cv꞉꞉KeyPoint≻
initialize_copy(other: Std::Vector≺vector≺cv꞉꞉KeyPoint≻≻) -> NilClass
insert(pos: Integer, value: Std::Vector≺cv꞉꞉KeyPoint≻) -> Std::Vector≺vector≺cv꞉꞉KeyPoint≻≻
last -> Std::Vector≺cv꞉꞉KeyPoint≻
pop -> Std::Vector≺cv꞉꞉KeyPoint≻
push(value: Std::Vector≺cv꞉꞉KeyPoint≻) -> Std::Vector≺vector≺cv꞉꞉KeyPoint≻≻
reserve(new_cap: Integer) -> NilClass
resize(count: Integer) -> NilClass
to_a -> Integer
to_s -> String