How Can I add OpenTLD into OpenCV 3.4.1 and VS2015?
I uploaded all of opencv libraries by Cmake for Visual Studio 2015 but ı didnt add OpenTLD into OpenCV.Do you know how can I upload it.May you describe step by step.
which TLD implementation, exactly ? this one ? have a look here for build instructions
No no already ı have extra moduls OpenTLD is different than opencv-contrib.I had downloaded from "gnebehay-OpenTLD-v1.4.0-23-g160a7e2" Github.But I failed to add OpenTLD
that's why i wanted you to clarify.
how can we help, without exact error msgs / problem description ?
please be more exact.
"But I failed to add OpenTLD" -- what does it mean ?
I will upload pictures about erros
these are error
please in general, spare us screenshots like yours. they cannot be searched, noone can quote you, etc.
also, none of this is an opencv problem. the (3rd party) repo you're trying to use is not properly maintained, and probably won't compile ou-of-the-box with a more modern opencv version..
you could try to add the include/opencv folder to your "additional include path" in VS, so it will find the outdated cxcore, cvaux, etc. headers. you'll also have to add src/3rdparty there.
again, configuration problem on your side, not an opencv one.