Joan fixes
Angel look at a number of fixes that I had to apply to compile on my mac:
-
Struct for params were forward-declared also as class inside the pointers macros. Changed called macro.
-
parameter
const InputArray&
was not accepted (const qualifyer has no effect
type of error). NoticedInputArray
is already definedconst
in a typedef. Removedconst
qualifyer. -
Some minor bugs in quich_harris (unused variable)
-
I could not pass the following ctests (possibly they require files that I don't have):
gtest_trifocaltensor gtest_detectors gtest_matchers
Please check that all is OK.