This commit is contained in:
codemasher
2021-11-29 19:08:00 +01:00
parent e57f24c5d0
commit eb33b62a51
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ final class Binarizer{
/**
*
*/
public function getHistogramBlackMatrix(int $width, int $height):BitMatrix{
private function getHistogramBlackMatrix(int $width, int $height):BitMatrix{
$matrix = new BitMatrix(max($width, $height));
// Quickly calculates the histogram by sampling four rows from the image. This proved to be