fixes typo
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ private:
|
||||
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
|
||||
//iff the pixel is higher than the next pixel,
|
||||
//0 otherwise
|
||||
|
||||
Reference in New Issue
Block a user