Table of Contents

Method GetTickCount

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetTickCount()

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.

public static long GetTickCount()

Returns

long