Ask Your Question
0

I cant find tracker , in OpenCV for Java

asked 2018-05-19 15:37:08 -0600

i am using KCF tracker for my project , works well on python But i want to use the tracker in my java application (using javaFX) couldn't find the tracker .

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-05-20 01:49:43 -0600

berak gravatar image

updated 2018-05-20 01:51:44 -0600

you need to (re)build the opencv libs with opencv_contrib modules , then you can use the tracking module

edit flag offensive delete link more

Comments

how ? i cant find a tutorial

RayanArfawi gravatar imageRayanArfawi ( 2018-05-20 11:18:07 -0600 )edit

sorry, but there is no (java) tutorial. you'll have to use the readme there, and maybe this

what you'll need:

  • python (any version will do)
  • a c++ compiler (if on win, prefer VS over mingw)
  • java jdk (obviously)
  • cmake
  • apache ant
berak gravatar imageberak ( 2018-05-20 11:22:06 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-05-19 15:37:08 -0600

Seen: 172 times

Last updated: May 20 '18