getTickCount (cv.TickMeter) - MATLAB File Help |
Returns the number of ticks.
t = cv.TickMeter.getTickCount()
The function returns the number of ticks after a 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.
Access | public |
Sealed | false |
Static | true |