OptimizeStandardDeviation¶
- plugin OptimizeStandardDeviation(FramePass)¶
Plugin Type:
FramePassRuns across the video and determines the optimal value for the standard deviation for the 2D gaussian transition function used in
MITViterbi.Settings
- setting bin_size: RoundedDecimal[precision=5] = 2¶
A decimal, the size of each bin used in the histogram for computing the mode, in pixels.
- setting ignore_bins_below: RoundedDecimal[precision=5] = 1¶
A decimal, the offset of the first bin used in the histogram for computing the mode, in pixels. Defaults to 1.
- setting std_multiplier: RangedFloat[min=0.0, max=inf] = 3¶
A positive float, the computed standard deviation is multiplied by this value before
- setting DEBUG: bool = False¶
Set to True to print the optimal standard deviation found…