Property | Type | Description | |
---|---|---|---|
$blackPixelsPercent | float | Black pixels percentage | |
$id | string | Identifier | |
$marked | boolean | Store results if the target was marked | |
$tolerance | float | Black pixels percentage compared to whites to consider marked |
Method | Description | |
---|---|---|
getBlackPixelsPercent ( ) : float | ||
getId ( ) : string | ||
getTolerance ( ) : float | ||
isMarked ( ) : boolean | Checks if the target was marked | |
setBlackPixelsPercent ( float $blackPixelsPercent ) | ||
setId ( string $id ) | ||
setMarked ( boolean $marked ) | Tells whether the target was marked | |
setTolerance ( float $tolerance ) |
public setBlackPixelsPercent ( float $blackPixelsPercent ) | ||
$blackPixelsPercent | float |
protected float $blackPixelsPercent | ||
return | float |
protected bool $marked | ||
return | boolean |
protected float $tolerance | ||
return | float |