fixes typo

This commit is contained in:
Mark Hoekveen
2019-03-03 11:18:45 +01:00
parent de879d15df
commit ddcf8d7ca5
+1 -1
View File
@@ -249,7 +249,7 @@ private:
const double sobelY[9] = { 1, 2, 1, 0, 0, 0, -1, -2, -1 }; const double sobelY[9] = { 1, 2, 1, 0, 0, 0, -1, -2, -1 };
}; };
//Peason code //Pearson code
//Creates a map of the 8*8 image which has 1 //Creates a map of the 8*8 image which has 1
//iff the pixel is higher than the next pixel, //iff the pixel is higher than the next pixel,
//0 otherwise //0 otherwise