Options
All
  • Public
  • Public/Protected
  • All
Menu

Applies histogram equalization using cv.equalizeHist or cv.CLAHE. In case src image has multiple channels, equalization is applied on each of them independently and then the result is merged

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected Optional defaultOptions

defaultOptions: T

description

description: string = "Applies histogram equalization using cv.equalizeHist or cv.CLAHE. In case src image has multiple channels, equalization is applied on each of them independently and then the result is merged"

isInPlace

isInPlace: boolean = false

name

name: string = "HistEqualization"

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

Methods

Protected _exec

Protected afterExec

Protected allChannels

Protected checkDst

Protected checkInPlaceAfter

Protected checkInPlaceBefore

Protected checkInputImage

Protected checkOptions

  • checkOptions(o?: T): T

exec

Protected histEqualizationOne

resolveOptionsObject

Protected validate

Generated using TypeDoc