Class RoiMapManager

Implements

Constructors

Properties

blackRois: Roi[]
whiteRois: Roi[]

Methods

  • Returns the ROI map as a correct width and height matrix.

    Returns number[][]

    The ROI map matrix.

  • Return the value at the given coordinates in an ROI map.

    Parameters

    • column: number

      Column of the value.

    • row: number

      Row of the value.

    Returns number

    The value at the given coordinates.