MaskTools/Binarize

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(New page: {{FilterCat|External_filters|Other_filters|Support_filters}} {{FuncDef|Binarize(clip, [int "threshold", [bool "upper"]])}} '''Plugin''': MaskTools The Binarize filter allows a basic...)

Revision as of 03:56, 28 February 2008


Binarize(clip, [int "threshold", [bool "upper"]])

Plugin: MaskTools

The Binarize filter allows a basic thresholding of a picture. If upper=true, a pixel whose value is strictly superior to threshold will be set to zero, else to 255. On the contrary, if upper=false, a pixel whose value is strictly superior to threshold will be set to 255, else to zero.

Defaults are threshold = 20 and upper = true.


Back to MaskTools.

Personal tools