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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,15 @@ Module to provide 2D Image EdgeMatcher functionality to search for objects withi
9
9
The app includes an intuitive GUI.
10
10
For further information check out the [documentation](https://raw.githack.com/SICKAppSpaceCodingStarterKit/CSK_Module_MultiImageEdgeMatcher/main/docu/CSK_Module_MultiImageEdgeMatcher.html) in the folder "docu".
11
11
12
+
## Known issues
13
+
- Even if found multiple matches, module will only provide the aligned image / transformation of first match
14
+
12
15
## Information
13
16
14
17
Tested on:
15
18
|Device|Firmware|Module version
16
19
|--|--|--|
17
-
|SICK AppEngine|V1.5.0|V0.1.0|
20
+
|SICK AppEngine|V1.5.0|V1.0.0|
18
21
19
22
This application / module is part of the SICK AppSpace Coding Starter Kit developing approach.
20
23
It is programmed in an object oriented way. Some of the modules use kind of "classes" in Lua to make it possible to reuse code / classes in other projects.
0 commit comments