Closed FPtje closed 7 years ago
I renamed flipMat
to matFlip
and transposeMat
to matTranspose
to be consistent with the naming scheme in OpenCV.Core.ArrayOps
.
I also constrained the type of flipMat
to work only on 2D matrices.
Lastly I added some examples.
They're simple, yet very useful operations. They would fit well in
OpenCV.Core.ArrayOps
Example implementation: