Ask Your Question

yogeshopencv's profile - activity

2016-10-24 21:12:51 -0600 received badge  Popular Question (source)
2015-03-16 19:17:13 -0600 received badge  Nice Question (source)
2014-01-04 23:32:52 -0600 received badge  Student (source)
2013-02-27 05:49:47 -0600 received badge  Teacher (source)
2013-02-27 05:34:22 -0600 answered a question loading an image
2013-02-24 02:10:23 -0600 asked a question DescriptorExtractor::compute

Hi, I want to know what exactly DescriptorExtractor::compute function does and how it perform its task.

While looking into the src C:\openCV\modules\features2d\src\descriptors.cpp I found only that it basically call the function computeImpl() and I am unable to understand what actually computeImpl() computes.

Any help or any link will be really apreciated.

Thanks in advance.

2013-02-16 23:47:04 -0600 answered a question want to know the functioning of opencv library functions
2013-02-13 23:33:57 -0600 received badge  Supporter (source)
2013-02-06 07:49:19 -0600 commented answer Is there any official IRC for OpenCV?
2013-02-06 07:31:07 -0600 asked a question SetMouseCallback definition not found.

I am unable to find the definition of cv::SetMouseCallback function. It may be possible that I am looking in entirely different direction. Can somebody help.

Thanks in advance.

2013-02-05 14:53:33 -0600 commented answer Is there any official IRC for OpenCV?

Ya, I think open CV should have one.

2013-02-05 04:42:47 -0600 received badge  Scholar (source)
2013-02-05 04:28:04 -0600 received badge  Editor (source)
2013-02-05 04:25:51 -0600 asked a question Is there any official IRC for OpenCV?

There is a channel on freenode (#opencv) but to my knowledge it is not a official OpenCV IRC.

2013-02-05 04:21:06 -0600 answered a question Missing opencv_core243d.dll

HI, Everything seems okay here.I suggest you to check *d.dll files names that you added to Additional Dependencies under Linker > Input and the ones that are really present in your bin folder.They may have different digits in their name.

2013-02-04 14:02:30 -0600 commented answer How to submit a patch for a bug in open CV.

Thanks. Whats the difference between branch "master" and "2.4".? Is their any official IRC for openCV?I know about freenode #opencv.

2013-02-03 08:44:14 -0600 asked a question How to submit a patch for a bug in open CV.

I found a bug in open CV and I can fix it. How to select that bug to work on and where can I submit the patch.