Ask Your Question

opencv student's profile - activity

2017-08-31 17:57:36 -0600 received badge  Popular Question (source)
2014-07-10 02:14:16 -0600 received badge  Student (source)
2013-08-26 03:16:16 -0600 received badge  Editor (source)
2013-08-26 02:59:05 -0600 asked a question calling opencv [c++ ] function from C#

I got an opencv [c++] function to perform certain image processing algorithms. Now i want to call that function from c#, i am not allowed to use any wrappers or emgu cv. is there any other way to achieve this ?

thanks

2013-08-18 23:57:43 -0600 asked a question Grabcut example Opencv c++ code with transparent background ??

Hello,

after using the grabcut example code i am getting the resultant image with white background. is it possible to get the resultant image on transparent background instead of white ??

Thanks