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?