Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InRangeOptions

Hierarchy

Index

Properties

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.

lowerb

lowerb: Mat | Scalar

inclusive lower boundary array or a scalar.

src

src: Mat

Input image.

upperb

upperb: Mat | Scalar

inclusive upper boundary array or a scalar.

Generated using TypeDoc