JansenFelipe\OMR\Contracts\Scanner::rectangleArea PHP Method

rectangleArea() abstract protected method

Returns pixel analysis in a rectangular area
abstract protected rectangleArea ( Point $a, Point $b, float $tolerance ) : Area
$a JansenFelipe\OMR\Point
$b JansenFelipe\OMR\Point
$tolerance float
return JansenFelipe\OMR\Area
    protected abstract function rectangleArea(Point $a, Point $b, $tolerance);