The ClickAndTeach type exposes the following members.
Methods| | Name | Description |
|---|
 | AutoCalibrate |
Tries to auto calibrate. A sufficient calibration job must be
visible in the workspace.
|
 | ClearImage |
Clears the given camera's scan field image.
|
 | SetProcessTrafo |
Sets the process transformation.
|
 | StartAutoCalibration |
Starts the auto calibration process of a camera emulator. Only
needed for convenience during testing.
|
 | Tile(dvec3, TilingSize, Boolean, Boolean, Boolean) |
Creates a single tile or several tiles (according to the
demanded size) around the given point and puts them into a bitmap of
the size needed for the whole scan field. If there is an offset
between the scan head and the workspace it will be taken into
account automatically.
With boolean parameter crop set to true, the resulting image will be
cropped to the relevant size.
|
 | Tile(dvec2, dvec2, Boolean, Double, Boolean, Boolean) |
Creates a single tile or several tiles to cover at least the
rectangular area which is spanned by the two given points and puts
them into a bitmap of the size needed for the whole scan field. The
points are given in world coordinates in the workspace's coordinate
system. If there is an offset between the scan head and the
workspace it will be taken into account automatically.
|
 | TileAll |
Tiles the whole scan field and puts the tiles at the appropriate
positions into the returned bitmap.
|
Top
See Also