Im using Windows 8.1 Pro with Intel Xeon CPU E5 3.7 GHZ, 64 bit. For image processing using OpenCV with Eclipse and C++. Also as a compiler using GCC C compiler. I have done object detection on some images .So for one openCV exe program for object detection would like to know how long it takes to process one image (frame). So would like to know the processing time of my OpenCV code for one image(frame). Which commands in windows can use for that purpose. Should I do first code optimization on level 3 with gcc-03? So is this related with real time processing, like 2fps?
Any help?