Options
All
  • Public
  • Public/Protected
  • All
Menu

convert an image into a cartoon-like image

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected Optional defaultOptions

defaultOptions: T

description

description: string = `convert an image into a cartoon-like image`

isInPlace

isInPlace: boolean = false

name

name: string = "Cartoonize"

noDst

noDst: boolean = false

noInPlace

noInPlace: boolean = false

optionsOrder

optionsOrder: ("dst" | "src" | "ksize" | "downSampleCount" | "filterIterations" | "filterDiameter" | "filterColor" | "filterSpace" | "blurSize" | "dirt")[] = ['src', 'dst', 'downSampleCount', 'filterIterations', 'filterDiameter', 'filterColor', 'filterSpace', 'blurSize'] as (keyof CartoonizeOptions)[]

sameSizeAndType

sameSizeAndType: boolean = false

validChannels

validChannels: number[] | undefined = undefined

Protected validateEachExec

validateEachExec: boolean = false

Protected validated

validated: boolean = false

Methods

Protected _exec

Protected afterExec

Protected allChannels

Protected checkDst

Protected checkInPlaceAfter

Protected checkInPlaceBefore

Protected checkInputImage

Protected checkOptions

  • checkOptions(o?: T): T

exec

resolveOptionsObject

Protected validate

Generated using TypeDoc