JansenFelipe\OMR\Area::percentWhite PHP Method

percentWhite() public method

Percentage of white pixels
public percentWhite ( )
    public function percentWhite()
    {
        return 100 * $this->whitePixels / $this->pixels;
    }