From: Stefanie on 2 Jun 2010 06:37 Hello, I'm processing large video files with up 25000 frames by detecting objects in them. To read the video data into Matlab, I am using videoreader and mmread. The program works on each frame on its on and than goes on to the next one. In principle, the program works fine, but if the frame number reaches a value of about 12000 or higher, the program starts to find only every 5th frame for the rest of the video file. This step of 5 frames is very constant. If I restart the program from frame 12000 on, everything works fine again. So I assume this is a memory problem of either Matlab or one of the functions, videoreader o mmread. Did anyone have the same problem or has an idea how to overcome this? I don't know how to find the 'bug' in my code, because it only occurs after a long running time like 2 hours. Thanks, Steffi
|
Pages: 1 Prev: message authentication code Next: What are the limitations of hinfsyn? |