Sigmoidal contrast and decontrast Aviutl plugin. ImageMagick is not being used.
Should be easy to build as there are no external dependency (except for VS2015 redist). There is a property sheet in the project that set a macro for AviUtl's path. By default, DEBUG auf will be in the same folder as aviutl.exe, while RELEASE build will be put inside the \plugins folder.
std::thread
for parallelization/vectorizationNothing. ImageMagick or OpenCV is not used.
Use
git clone --recursive https://github.com/MaverickTse/SigContrastFastAviUtl.git
or
git clone https://github.com/MaverickTse/SigContrastFastAviUtl.git
git submodule update --init
to download dependency.