Ask Your Question

Bhatt's profile - activity

2015-07-16 08:47:40 -0600 received badge  Enthusiast
2015-07-12 09:35:12 -0600 commented question How to create custom descriptor to use with Bag of words?

I am struggling with the same problem here... berak please can you specify the assumptions you are talking about... ( Is it about having no separate vector representing keypoints? ) PaoloPoli please update what you've got so far!

2015-07-12 09:24:36 -0600 received badge  Supporter (source)
2015-06-28 14:01:21 -0600 commented question Can't find xfeatures2d.hpp

@Wilk, Thank you... that did the thing.....

2015-06-26 14:03:56 -0600 commented question Can't find xfeatures2d.hpp

Seems like a similar problem I am stuck with.

I installed the opencv_contrib using cmake-gui(WINDOWS 8) and i am having the same problem(I cannot include any of these new files )... I checked the "opencv\build\include" folder there is a new CMakeFIles directory but no recently modified file in the "opencv" or "opencv2" directory...

Most probably I am getting this problem because of the following reason: I could't understand the 7th step of the readme --> build the opencv core with the method you chose (make and make install if you chose Unix makfile at step 6)

Please can anyone explain this step?