Signature#
The Signature
class holds the Vision Sensor Signatures. Signature
objects are used to make Code Class objects and used directly with the Vision
class. Up to seven Signatures can be stored at once.
The Signature
constructor creates a Signature object.
This constructor uses nine parameters:
Parameter |
Description |
---|---|
|
The |
|
The value from |
|
The value from |
|
The value from |
|
The value from |
|
The value from |
|
The value from |
|
The value from |
|
The value from |
In order to create a Signature, go to the Vision Utility and configure a Signature. Once a Signature is configured, copy the parameter values from the Configuration window.
# Create a new Signature "dark_blue" with the Colordesc class.
dark_blue = Signature(1, -3911, -3435, -3673,10879, 11421, 11150,2.5, 0)