I am working on video frames. And I have to calculate frame processing time. Kindly guide me what is this frame processing time and How do I calculate it using MatLab.
Before you start the processing enter tic and after one frame enter toc and you can get the elapsed time. If you repeat the process several times you can make statistics about the processing time.
Before you start the processing enter tic and after one frame enter toc and you can get the elapsed time. If you repeat the process several times you can make statistics about the processing time.