PHP Class JansenFelipe\OMR\Area

Show file Open project: jansenfelipe/omr Class Usage Examples

Public Methods

Method Description
__construct ( $pixels, $whitePixels, $blackPixels ) Constructor
percentBlack ( ) Percentage of black pixels
percentWhite ( ) Percentage of white pixels

Method Details

__construct() public method

Constructor
public __construct ( $pixels, $whitePixels, $blackPixels )

percentBlack() public method

Percentage of black pixels
public percentBlack ( )

percentWhite() public method

Percentage of white pixels
public percentWhite ( )