1 | initial version |
flip is simply the C++ version of the old cvflip. It takes an InputArray (like Mat or vector<mat>) and puts its result in the OutputArray.
The cvflip method (and the other methods relating to flip) is in the core module, copy.cpp.