Ask Your Question

hesam's profile - activity

2013-08-21 01:55:58 -0600 commented answer including own function instead of interrior opencv function

I did what you said(except renaming my freak.h and .cpp to myfreak.h), but i got this error:

object of abstract class type "mycv::FREAK"is not allowed thank you

2013-08-20 12:44:11 -0600 asked a question including own function instead of interrior opencv function

I want to use FREAK(an opencv key-point descriptor), generally speaking, a source file which exist in opencv or vc++, on the other hand i need to include the same header file to use the other functions, and when i use that source file i get "ambiguity error" how can i select to use that function from my current directory instead of interior function? thank you so much for your help