Trait opencv::core::ToInputArray [−][src]
pub trait ToInputArray {
fn input_array(&self) -> Result<_InputArray>;
}
Expand description
Trait to serve as a replacement for InputArray
in C++ OpenCV
You can pass references to the types implementing this trait everywhere where OpenCV API expects
InputArray
or InputArrayOfArrays
.
More info in OpenCV docs.