Ask Your Question
0

Tracker KCF

asked 2017-05-09 21:48:08 -0600

cagiva gravatar image

updated 2020-10-07 19:37:42 -0600

How do I create a Tracker object in Java? I find examples for C++ and Python, but I'm not able to find the interface for Java.

C++: Tracker::create( "MIL" );
Python: cv2.Tracker_create("MIL")

edit retag flag offensive close merge delete

Comments

  • did you build opencv3.2 with opencv_contrib libs ?
  • cmake -DBUILD_DOCS=ON should have generated javadocs for the tracking module, too.
  • there are no java samples, try to port thisc++ one , come back, when you run into trouble
berak gravatar imageberak ( 2017-05-10 00:55:14 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-05-13 13:51:10 -0600

cagiva gravatar image

updated 2017-05-13 16:38:19 -0600

@berak, I built opencv-master with opencv_contrib-master libs as you suggested; and I now have access to the Tracker api and its documentation via the provided java wrapper. Big thanks for that.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-05-09 21:48:08 -0600

Seen: 1,330 times

Last updated: May 09 '17