movePlus


Author V. C. Mohan
Date 30 Dec 2016

This plugin has 3 functions, which move pixels to new locations either for correcting for distortions or rotating. These functions were originally coded as individual plugins for avisynth. Due to recent changes in avisynth+ capabilities, these functions were put together, modified and updated. All these functions are thread safe. (MT_NICE_FILTER )

The functions in this plugin are:
1. Turn : Turns the image through given degrees about a specified fulcrum
2. Reform : Converts a quadrilateral image into rectangular one or vice versa.
3. Barrel : Due to sphericity of the lenses used in cameras, either Barrel type or Pin cushion type distortions are often seen in images. This Function corrects these distortions. All these functions can be used for bit depths 8 to 16 as well as float formats. These are thread safe MT_NICE_FILTER
To my index page down loadmovePlus plugin To Avisynth