|
bkGet
|
|
| Input
|
|
|
| An integer between 1 and 116 specifying the frame number of the image. Values in the range of 100-116 correspond to hidden frames.
|
|
|
| The background value currently assigned to the image.
|
|
|
| ERR_OK
|
|
|
| The flag set if successful.
|
|
|
| ERR_FAILED
|
|
|
| The flag set if failed.
|
| The following operator sets the background of an image to the maximum intensity found in the image, retrieves the assigned background and prints its value.
|
|
|
| grabIm(1)
|
| bkAssign(1)
|
| Print bkGet(1)
|