Transform Module ================ The transform module provides functions for transforming images including flipping, rotating, scaling, shifting, resizing, cropping, and padding. .. automodule:: cv3.transform :members: :undoc-members: :show-inheritance: .. autosummary:: :toctree: generated/ :template: function.rst vflip hflip dflip transform rotate rotate90 rotate180 rotate270 scale shift translate xshift xtranslate yshift ytranslate resize crop pad copyMakeBorder