get_image_time ( Image : : : MSecond, Second, Minute, Hour, Day, YDay, Month, Year )
Request time at which the image was created.
The operator get_image_time returns the time at which
the image was created.
Parameters
Image (input_object)
|
image -> object
|
Input image. |
MSecond (output_control)
|
integer -> integer
|
Milliseconds (0..999). |
Second (output_control)
|
integer -> integer
|
Seconds (0..59). |
Minute (output_control)
|
integer -> integer
|
Minutes (0..59). |
Hour (output_control)
|
integer -> integer
|
Hours (0..11). |
Day (output_control)
|
integer -> integer
|
Day of the month (1..31). |
YDay (output_control)
|
integer -> integer
|
Day of the year (1..365). |
Month (output_control)
|
integer -> integer
|
Month (1..12). |
Year (output_control)
|
integer -> integer
|
Year (19xx). |
Result
The operator get_image_time returns the value TRUE if
exactly one image was passed.
The behavior in case of empty input (no input images available) is set via
the operator set_system(::'no_object_result',<Result>:).
If necessary an exception is raised.
Possible Predecessors
read_image,
read_picture,
grab_image
See also
count_seconds
Copyright © 1996-1997 MVTec Software GmbH