Properties
Protected Optional defaultOptions
description
description: string = "smoothes an image using the median filter with the ksize x ksize aperture."
isInPlace
isInPlace: boolean = false
name
name: string = "MedianBlur"
noDst
noDst: boolean = false
noInPlace
noInPlace: boolean = false
Optional optionsOrder
optionsOrder: keyof T[]
sameSizeAndType
sameSizeAndType: boolean = false
validChannels
validChannels: number[] | undefined = undefined
Protected validateEachExec
validateEachExec: boolean = false
Protected validated
validated: boolean = false
smoothes an image using the median filter with the ksize x ksize aperture.