CheckMask

A YV12 spatial dot finding filter for AVISynth
Download

CheckMask Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Dan Donovan
  • Operating Systems:
  • Windows All
  • File Size:
  • 20 KB

CheckMask Tags


CheckMask Description

The CheckMask AVISynth filter will vertically search an image for pixels within a threshold, and will mask all of the areas that are within the threshold and are between a minimum and maximum length. It will then do the same search horizontally. It should be used with a plugin that works on masks, such as MaskTools. Usage source.CheckMask(int minblocksize, int maxblocksize, int ythresh,bool vmaxonly) Default: CheckMask(2,2,4,true) Parameter Explanations - minblocksize: Areas must be at least this many pixels tall/wide (2 for dot crawl) - maxblocksize: Areas must be no more than this many pixels tall/wide (2 for dot crawl) - ythresh: Threshold for comparing pixels, higher is more sensitive. You might try less than the default of 4 at first... - vmaxonly: When true, pixels have no maximum width. Dot crawl often blends in with the color it is on. So it's defaulted to true.


CheckMask Related Software