ModPlus

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(modPlus: add documentation (WIP))
 
m (copy paste errors)
Line 20: Line 20:
 
<br>
 
<br>
 
* [https://www.microsoft.com/en-us/download/details.aspx?id=53587 Microsoft Visual C++ 2015 Redistributable Package (x86 / x64)]
 
* [https://www.microsoft.com/en-us/download/details.aspx?id=53587 Microsoft Visual C++ 2015 Redistributable Package (x86 / x64)]
:<span style="color:red">***</span> <tt>vcredist_x86.exe</tt> is required for <tt>RgTools-x86</tt>
+
:<span style="color:red">***</span> <tt>vcredist_x86.exe</tt> is required for <tt>modPlus-x86</tt>
:<span style="color:red">***</span> <tt>vcredist_x64.exe</tt> is required for <tt>RgTools-x64</tt>
+
:<span style="color:red">***</span> <tt>vcredist_x64.exe</tt> is required for <tt>modPlus-x64</tt>
 
<br>
 
<br>
  
Line 46: Line 46:
 
|
 
|
 
}}
 
}}
{{PluginFilterRow|RgTools|Morph|
+
{{PluginFilterRow|modPlus|Morph|
 
Using morphology princeples image is 'dilate' or 'erode' or 'open' or 'close' or 'median' filtered ( corresponds to morph function of colorit plugin of avisynth 2.5. Now deprecated)
 
Using morphology princeples image is 'dilate' or 'erode' or 'open' or 'close' or 'median' filtered ( corresponds to morph function of colorit plugin of avisynth 2.5. Now deprecated)
 
|
 
|
 
}}
 
}}
{{PluginFilterRow|RgTools|Neutral|
+
{{PluginFilterRow|modPlus|Neutral|
 
Given a target image derived from input, learns to process to get similar results.( corresponds to NeuralNetLN of NeuralNet plugin of avisynth).
 
Given a target image derived from input, learns to process to get similar results.( corresponds to NeuralNetLN of NeuralNet plugin of avisynth).
 
|
 
|
Line 62: Line 62:
 
|
 
|
 
}}
 
}}
{{PluginFilterRow|RgTools|TweakHist|
+
{{PluginFilterRow|modPlus|TweakHist|
 
Equalizes or matches Histogram. (see HistogramAdjust plugin of avisynth).
 
Equalizes or matches Histogram. (see HistogramAdjust plugin of avisynth).
 
|
 
|
 
}}
 
}}
{{PluginFilterRow|RgTools|Veed|
+
{{PluginFilterRow|modPlus|Veed|
 
A gentle filter to remove either green or blue sheen seen in some videos ( corresponds to DeVeed plugin of avisynth).
 
A gentle filter to remove either green or blue sheen seen in some videos ( corresponds to DeVeed plugin of avisynth).
 
|
 
|

Revision as of 04:20, 18 April 2020

Abstract
Author V. C. Mohan
Version 2018/09/17
Download modPlus.7z
Category Multipurpose Filters
License GPLv3
Discussion Doom9 Thread

Contents

Description

This plugin has 11 functions, which modify values of color components to attenuate noise, blur or equalize input. 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 )


Requirements


*** vcredist_x86.exe is required for modPlus-x86
*** vcredist_x64.exe is required for modPlus-x64


Filters

Filter Description Color format
GBlur

Introduces Gaussian Blur on image.

Fan

A filter to attenuate regular frequency noise or (white or black) streaks ( corresponds to Fan Filter plugin of avisynth).

MBlur

Introduces motion or focus blur on image.(F2QBlur of FQPlus operates in frequency domain while this is in 2D image domain). Corresponds to HBlur plugin of avisynth

Median

In a grid size of which adapts, noise is attenuated.( see AdaptiveMedian of avisynth plugins).

minvar

By minimising variance noise is attenuated. ( corresponds to DeNoise plugin of avisynth)

Morph

Using morphology princeples image is 'dilate' or 'erode' or 'open' or 'close' or 'median' filtered ( corresponds to morph function of colorit plugin of avisynth 2.5. Now deprecated)

Neutral

Given a target image derived from input, learns to process to get similar results.( corresponds to NeuralNetLN of NeuralNet plugin of avisynth).

SaltPepper

Removes Salt and Pepper noise spikes from image. (See DeSaltPepper plugin of avisynth ).

SegAmp

Smooths and sharpens image using watershed algorithm for segmentation(See SegmentedAmp plugin of avisynth ).

TweakHist

Equalizes or matches Histogram. (see HistogramAdjust plugin of avisynth).

Veed

A gentle filter to remove either green or blue sheen seen in some videos ( corresponds to DeVeed plugin of avisynth).


Changelog

Version      Date            Changes
2018/09/17 - Latest release 2017/08/25 - Add Fan and Neural functions - Fan is improved version of FanFilter (of 2.5) and works better. 2017/04/04 - Add Morph and Median functions 2017/01/02 - Initial release




Back to External Filters

Personal tools