Properties
Protected Optional defaultOptions
description
description: string = "convolves the source image with the specified Gaussian kernel. In-place filtering is supported."
isInPlace
isInPlace: boolean = false
name
name: string = "GaussianBlur"
noDst
noDst: boolean = false
noInPlace
noInPlace: boolean = false
Optional optionsOrder
optionsOrder: keyof T[]
sameSizeAndType
sameSizeAndType: boolean = true
validChannels
validChannels: number[] | undefined = undefined
Protected validateEachExec
validateEachExec: boolean = false
Protected validated
validated: boolean = false
convolves the source image with the specified Gaussian kernel. In-place filtering is supported.