PictureEffectsConsole Xojo Plugin

RankOrderMethod Module

Constants for RankOrderMethod that can be used with the RankOrderFilter effect. (Note defined in the main PictureEffects plugin, not in PictureEffectsConsole)

module RankOrderMethod

Constants

MIN = 0Minimal value of the ranking matrix is used.
MAX = 1Maximum value of the ranking matrix is used.
MEDIAN = 2Median value of the ranking matrix is used.

Note
Since to find a median then values need to be sorted then this method can be slow as each channel for every pixels surrounding matrix needs to be sorted.