Classes | |
| class | MinMax |
| Min/Max Filter operator for morphological image processing. Read the documentation for more info. More... | |
Enumerations | |
| enum | OperationType { Min = 0 , Max = 1 , Open = 2 , Close = 3 , Gradient = 4 } |
| enum | KernelShape { Box = 0 , Ellipse = 1 , Cross = 2 , Diamond = 3 } |
| enum | ChannelMode { PerChannel = 0 , Luminance = 1 } |
| enum | ProcessChannels { RGB = 0 , RGBA = 1 , AlphaOnly = 2 } |
| enum MinMax.ChannelMode |
| enum MinMax.KernelShape |
| enum MinMax.OperationType |