Ask Your Question

Purva's profile - activity

2018-07-12 02:55:38 -0600 commented question Memory issue in imread function

So, I would like to know what best practice is to cancel the process running in imread function. I am using Linux OS AR

2018-07-12 02:55:12 -0600 commented question Memory issue in imread function

I am trying to explain again if it is not clear. Pseudo code: Create a Thread Open 10MB BMP image in mat form using i

2018-07-11 06:34:59 -0600 received badge  Editor (source)
2018-07-11 06:34:59 -0600 edited question Memory issue in imread function

Memory issue in imread function During flushing of 45 to 50 images in sequence, opencv imread function is giving error o

2018-07-11 02:32:43 -0600 commented question Memory issue in imread function

Pseudo code: Mat Input_Image; main () { Thread_to_Process_Images() if(interrupt_event_occures) { can

2018-07-11 02:32:16 -0600 commented question Memory issue in imread function

The scenario is as follow: There is a large image of about 10MB and I am reading it using imread in thread. After readi

2018-07-11 01:58:56 -0600 asked a question Memory issue in imread function

Memory issue in imread function During flushing of 45 to 50 images in sequence, opencv imread function is giving error o