HALCON Reference Manual 10.0.2
Name
get_image_timeget_image_timeget_image_timeGetImageTimeGetImageTime — Request time at which the image was created.
Herror get_image_time(const Hobject Image, Hlong* MSecond, Hlong* Second, Hlong* Minute, Hlong* Hour, Hlong* Day, Hlong* YDay, Hlong* Month, Hlong* Year)
Herror T_get_image_time(const Hobject Image, Htuple* MSecond, Htuple* Second, Htuple* Minute, Htuple* Hour, Htuple* Day, Htuple* YDay, Htuple* Month, Htuple* Year)
Herror get_image_time(Hobject Image, Hlong* MSecond, Hlong* Second, Hlong* Minute, Hlong* Hour, Hlong* Day, Hlong* YDay, Hlong* Month, Hlong* Year)
Hlong HImage::GetImageTime(HTuple* Second, HTuple* Minute, HTuple* Hour, HTuple* Day, HTuple* YDay, HTuple* Month, HTuple* Year) const
void HOperatorSetX.GetImageTime(
[in] IHUntypedObjectX* Image, [out] VARIANT* MSecond, [out] VARIANT* Second, [out] VARIANT* Minute, [out] VARIANT* Hour, [out] VARIANT* Day, [out] VARIANT* YDay, [out] VARIANT* Month, [out] VARIANT* Year)
Hlong HImageX.GetImageTime(
[out] Hlong* Second, [out] Hlong* Minute, [out] Hlong* Hour, [out] Hlong* Day, [out] Hlong* YDay, [out] Hlong* Month, [out] Hlong* Year)
static void HOperatorSet.GetImageTime(HObject image, out HTuple MSecond, out HTuple second, out HTuple minute, out HTuple hour, out HTuple day, out HTuple YDay, out HTuple month, out HTuple year)
int HImage.GetImageTime(out int second, out int minute, out int hour, out int day, out int YDay, out int month, out int year)
The operator get_image_timeget_image_timeget_image_timeGetImageTimeGetImageTime returns the time at which
the image was created.
- Supports objects on compute devices.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
DayDayDayDayday (output_control) integer → HTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong)
Day of the month (1..31).
Day of the year (1..366).
The operator get_image_timeget_image_timeget_image_timeGetImageTimeGetImageTime 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>)set_system("no_object_result",<Result>)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>).
If necessary an exception is raised.
read_imageread_imageread_imageReadImageReadImage,
grab_imagegrab_imagegrab_imageGrabImageGrabImage
count_secondscount_secondscount_secondsCountSecondsCountSeconds
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |