There was an error while loading. Please reload this page.
1 parent b33c633 commit 8887264Copy full SHA for 8887264
README.md
@@ -12,10 +12,10 @@ I tested this method on a large number of photos of cells made under a microscop
12
13
## **Available algorithms:**
14
15
- - Canny edge detector
16
- - Sobel edge detector
17
- - Prewitt edge detector
18
- - Roberts cross
+ - [Canny edge detector](https://en.wikipedia.org/wiki/Canny_edge_detector)
+ - [Sobel edge detector](https://en.wikipedia.org/wiki/Sobel_operator)
+ - [Prewitt edge detector](https://en.wikipedia.org/wiki/Prewitt_operator)
+ - [Roberts cross](https://en.wikipedia.org/wiki/Roberts_cross)
19
- Scharr operator
20
21
## **Used articles:**
0 commit comments