Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThresholdOptions

Hierarchy

Index

Properties

Optional dst

dst: Mat

Output image. If not given it will be created. Note that you can give [src] as output image in which case the input image will be written.

maxval

maxval: number

maximum value to use with the THRESH_BINARY and THRESH_BINARY_INV thresholding types.

src

src: Mat

Input image.

thresh

thresh: number

threshold value

thresholdType

thresholdType: ThresholdTypes

thresholding type (see ThresholdTypes).

Generated using TypeDoc