rectFound property

IntRect get rectFound

the rectangle location of this matrix.

Implementation

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