Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectangleOptions

Hierarchy

Index

Properties

Properties

color

color: Scalar

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.

pt1

pt1: Point

Vertex of the rectangle.

pt2

pt2: Point

Vertex of the rectangle opposite to [pt1].

src

src: Mat

Input image.

Generated using TypeDoc