You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# simple_edge_detection
2
2
3
+
**Note: Substantial parts of the code described here have been created during my working relationship with [Truststone Software GmbH](https://www.truststone-software.com/).**
4
+
3
5
A Flutter plugin enabling the user to detect edges of a given image. It returns the relative coordinates of the detection rectangle.
4
6
5
7
## Demo
@@ -58,4 +60,4 @@ This package uses the OpenCV C++ library version 4.4.0 to perform the detection
58
60
59
61
## Tutorial / Infos / Article
60
62
61
-
Find the respective tutorial about how everything was created and how it's to be used on https://www.flutterclutter.dev/flutter/tutorials/implementing-edge-detection-in-flutter/2020/1509/
63
+
Find the respective tutorial about how everything was created and how it's to be used on https://www.flutterclutter.dev/flutter/tutorials/implementing-edge-detection-in-flutter/2020/1509/
0 commit comments