Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Roi

Return an image which has a src sub region defined by in given rectangle expression

Hierarchy

Implements

Index

Constructors

constructor

  • new Roi(defaultOptions?: T): Roi

Properties

Protected Optional defaultOptions

defaultOptions: T

description

description: string = `Return an image which has a src sub region defined by in given rectangle expression`

isInPlace

isInPlace: boolean = false

name

name: string = "Roi"

noDst

noDst: boolean = false

noInPlace

noInPlace: boolean = false

optionsOrder

optionsOrder: ("dst" | "src" | "expr")[] = ['src', 'dst', 'expr'] as (keyof RoiOptions)[]

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