Ask Your Question

radha's profile - activity

2014-07-02 13:03:42 -0600 asked a question Grabcut algorithm

Is there any RANSAC functionality in Grabcut function which used in opencv?

2014-06-24 05:53:45 -0600 asked a question Same image is inputted to the opencv-ios and opencv-android on different desktops to process. RGB's are differing, why?

Wrote an opencv algo which handles the subtask of returning RGB and tried to integrate with ios and android. The RGB of ios and android are differing with a small delta value.

2014-06-23 06:52:54 -0600 asked a question Alternative for imread without giving path to it.

Can anybody to help out the alternatives of imread without giving the path.

2014-06-19 12:04:53 -0600 received badge  Editor (source)
2014-06-19 11:49:25 -0600 commented question set timer for process of opencv application and if not exit thread

yeah, CPP

2014-06-19 11:40:25 -0600 commented question How do I Create a Mat structure in C++, from the image file data received from Java Code?

Will it supports? Then why am i getting the problem while reading an image?

2014-06-19 11:20:52 -0600 commented question How do I Create a Mat structure in C++, from the image file data received from Java Code?

Am trying to integrate the application of Opencv C++ into andriod, imread in opencv is not supporting in android. So is there any solution to do this?

2014-06-19 11:13:48 -0600 commented question set timer for process of opencv application and if not exit thread
  1. read an image
  2. applied grabcut segmentation algorithm to extract the portion of the image.
  3. while segmenting it out, sometimes it is taking too much time or doesn't segment it out the portion correctly. At that time i wanna be out from the application without continuing the rest of the program.
2014-06-19 11:04:41 -0600 asked a question How do I Create a Mat structure in C++, from the image file data received from Java Code?

imread function used in our openCV Code while integrating it with Android SDK.

2014-06-19 07:56:20 -0600 asked a question set timer for process of opencv application and if not exit thread

Please Provide me the solution on how to set the timer, how create a thread in opencv and exit if not necessary