Click or drag to resize

Cv2GetTickFrequency Method

Returns the number of ticks per second. The function returns the number of ticks per second.That is, the following code computes the execution time in seconds:

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static double GetTickFrequency()

Return Value

Type: Double

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

See Also