bkAssign
|
![]() ![]() ![]() |
|
Input
|
|
An integer between 1 and 116 specifying the frame number of the image to which the background intensity will be assigned. Values in the range of 100-116 correspond to hidden frames.
|
|
Output
|
|
An integer between 1 and 116 specifying the output image frame number. Values in the range of 100-116 correspond to hidden frames.
|
|
Intensity
|
|
A floating variable or constant specifying the average intensity of the bright field that will be used in transmission and optical density measurements. If this value is set to zero, the background value will be set to the maximum intensity found in the image.
|
|
ERR_OK
|
|
The flag set if successful.
|
|
ERR_FAILED
|
|
The flag set if failed.
|
The following operator assigns a value of 234. to the background intensity of the image #1:
|
|
bkAssign(1,234.)
|