mt.cv

Additional utitlities dealing with OpenCV for Python.

Instead of:

import cv2

You do:

from mt import cv

It will import the OpenCV package plus the additional stuff implemented in :module:`mt.opencv`.

Please see opencv package for Python for more details.