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 : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
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 (xxxx).


Result

The operator get_image_time returns the value 2 (H_MSG_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 handling is raised.


Parallelization Information

get_image_time is reentrant, local, and processed without parallelization.


Possible Predecessors

read_image, grab_image


See also

count_seconds


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH