We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1de9b9 + 9a25cde commit e19ca9fCopy full SHA for e19ca9f
Catalano.Image/src/Catalano/Imaging/Filters/CannyEdgeDetector.java
@@ -243,7 +243,7 @@ else if ( orientation < 157.5 )
243
244
p = 0;
245
246
- // STEP 3 - suppres non maximums
+ // STEP 3 - suppress non maximums
247
for (int x = 1; x < height - 1; x++) {
248
for (int y = 1; y < width - 1; y++, p++) {
249
// get two adjacent pixels
@@ -286,4 +286,4 @@ else if ( orientation < 157.5 )
286
throw new IllegalArgumentException("CannyEdgeDetector only works in grayscale images.");
287
}
288
289
-}
+}
0 commit comments