rectFound property

IntRect get rectFound

The rectangle location of this artifact.

Implementation

IntRect get rectFound =>
    IntRect.fromLTWH(locationFound.x, locationFound.y, cols, rows);