CVBpy 14.0
FixedFilterSize Class Reference

Filter size values for filters using a fixed or discrete sized kernel. More...

Inherits object.

Static Public Attributes

int Kernel3x3 = 0
 Filter mask 3x3 pixels.
 
int Kernel5x5 = 1
 Filter mask 5x5 pixels.
 
int Kernel7x7 = 2
 Filter mask 7x7 pixels.
 

Detailed Description

Filter size values for filters using a fixed or discrete sized kernel.

Please refer to the respective filter's documentation, as not all filters support all filter kernel sizes. Functions, that used fixed size filter masks, are implicitly always assuming the mask to be centered around the center pixel.