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: CSK_Module_MultiImageEdgeMatcher/pages/pages/CSK_Module_MultiImageEdgeMatcher/CSK_Module_MultiImageEdgeMatcher.html
Copy file name to clipboardExpand all lines: CSK_Module_MultiImageEdgeMatcher/project.mf.xml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ This module provides a UI for all relevant features. +
11
11
{empty} +
12
12
Typically to configure this module to work with other modules you should do this: +
13
13
{empty} +
14
-
1) If multiple instances are needed, these can be added via 'addInstance' (not needed if you only use 1 single instace). +
14
+
1) If multiple instances are needed, these can be added via 'addInstance' (not needed if you only use 1 single instance). +
15
15
2) Select the instance you want to configur via setInstance(). +
16
16
3) Set the event providing the images to be processed e.g. via setRegisterEvent('CSK_ImagePlayer.OnNewImage'). +
17
17
4) Optionally edit EdgeMatcher parameters via 'setEdgeThreshold', 'setMaximumMatches', 'setDownsampleFactor'. +
18
-
5) Press the "Teach Mode" button within the UI. It will provide a ROI editor to select a an object and show its teached edges. Press the button again to confirm the teached structure.+
18
+
5) Press the "Teach Mode" button within the UI. It will provide a ROI (Region of interest) editor to select an object and show its tought edges. Press the button again to confirm the tought structure.+
19
19
6) Define the minimum valid score via 'setMinScore'. +
20
20
7) The module will align the image in relation to the first found object. Other modules can register on the 'CSK_MultiImageEdgeMatcher.OnNewAlignedImage[NUM]' event to receive the aligned image for further processing, on the 'CSK_MultiImageEdgeMatcher.OnNewTransformation[NUM]' event to receive the transformation itself or on 'OnNewStatusFoundMatchesNUM' / 'OnNewStatusMatchScoreResultNUM' to receive the processing result values. +
21
21
{empty} +</desc>
@@ -34,17 +34,17 @@ Typically to configure this module to work with other modules you should do this
34
34
</event>
35
35
<eventname="OnNewProcessingParameter">
36
36
<desc>Event to share processing parameters to the instances.</desc>
37
-
<paramdesc="Number of the instance to receive the parameter."multiplicity="1"name="objectNo"type="int"/>
37
+
<paramdesc="Numeric identifier of the instance to receive the parameter."multiplicity="1"name="objectNo"type="int"/>
38
38
<paramdesc="Name of the parameter."multiplicity="1"name="parameter"type="string"/>
39
39
<paramdesc="Value of the parameter."multiplicity="1"name="value"type="auto"/>
40
-
<paramdesc="If parameter is for specifici internal used object, its number."multiplicity="?"name="internalObjectNo"type="int"/>
40
+
<paramdesc="Numeric identifier, if parameter is for specific internal used object."multiplicity="?"name="internalObjectNo"type="int"/>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Module to provide 2D Image EdgeMatcher functionality to search for objects withi
6
6
7
7
## How to Run
8
8
9
-
The app includes an intuitive GUI.
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".
0 commit comments