From ddcf8d7ca58c95a6b9cad9182d731dacc20b11cd Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 3 Mar 2019 11:18:45 +0100 Subject: [PATCH] fixes typo --- Descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Descriptor.h b/Descriptor.h index 06e38ba..60986a2 100644 --- a/Descriptor.h +++ b/Descriptor.h @@ -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