Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Measuring performance of OpenCV functions

Suppose I have written an optimized code for a function in OpenCV (say some SSE optimized code), how can I measure performance comparison between OpenCV function and my implementation? Can anyone show an example?