Click or drag to resize

Cv2GetTickCount Method

Returns the number of ticks. The function returns the number of ticks after the certain event (for example, when the machine was turned on). It can be used to initialize RNG or to measure a function execution time by reading the tick count before and after the function call.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static long GetTickCount()

Return Value

Type: Int64

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetTickCount"]

See Also