[−][src]Trait opencv::core::ToOutputArray
Trait to serve as a replacement for OutputArray in C++ OpenCV
You can pass reference to the type implementing this trait everywhere where OpenCV API expects
OutputArray or OutputArrayOfArrays.
More info in OpenCV docs.