How Can I add OpenTLD into OpenCV 3.4.1 and VS2015?

asked 2018-04-03 22:05:59 -0600

Electrobrain gravatar image

updated 2018-04-04 07:44:01 -0600

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.image descriptionimage description

edit retag flag offensive close merge delete

Comments

which TLD implementation, exactly ? this one ? have a look here for build instructions

berak gravatar imageberak ( 2018-04-04 01:31:05 -0600 )edit
1

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

Electrobrain gravatar imageElectrobrain ( 2018-04-04 07:16:45 -0600 )edit

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 ?

berak gravatar imageberak ( 2018-04-04 07:24:19 -0600 )edit

I will upload pictures about erros

Electrobrain gravatar imageElectrobrain ( 2018-04-04 07:35:47 -0600 )edit

these are error

Electrobrain gravatar imageElectrobrain ( 2018-04-04 07:45:22 -0600 )edit

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.

berak gravatar imageberak ( 2018-04-04 07:56:44 -0600 )edit