Dear all openCV seniors,
I am working on ORB project.
I am trying to solve the function multiple definition issue for ORB source file.
[https://github.com/Itseez/opencv/blob/master/modules/features2d/src/orb.cpp#L715](https://github.com/Itseez/opencv/blob/master/modules/features2d/src/orb.cpp#L715)
I created another new project and test function definition outside the class (No build error).
Then, I put this test class "abcd" and its external function definition into my project with the original ORB source file (Build error comes out as attached with the test class and its function definition)
After that, I switch both project source files to test project settings. (still build error for ORB files, no build error for test files, it means the error goes together with source files, not project setting).
Please advise.

↧