Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is it possible to check status of loading a big size file?

Hello all, I am using the load function in opencv to load a big size file (about 64MB). It works well without error. However, when the application is loading the file, I cannot use any other task. Do we have any way to check that the file is loading? I want to show in the console that "File is loading". If it is finished, I want to show "Done". Could you suggest to me one way to do it? Thanks in advance.

click to hide/show revision 2
retagged

updated 2015-03-30 09:40:10 -0600

berak gravatar image

Is it possible to check status of loading a big size file?

Hello all, I am using the load function in opencv to load a big size file (about 64MB). It works well without error. However, when the application is loading the file, I cannot use any other task. Do we have any way to check that the file is loading? I want to show in the console that "File is loading". If it is finished, I want to show "Done". Could you suggest to me one way to do it? Thanks in advance.

Is it possible to check status of loading a big size file?

Hello all, I am using the load function in opencv to load a big size file (about 64MB). It works well without error. However, when the application is loading the file, I cannot use any other task. Do we have any way to check that the file is loading? I want to show in the console that "File is loading". If it is finished, I want to show "Done". Could you suggest to me one way to do it? Thanks in advance.advance. This is my code

cv::Ptr<cv::FaceRecognizer>  model;   
model = cv::createFisherFaceRecognizer();
model->load("fisherface.yml");