How to get target location when using TrackerObjectQuad in Boofcv

92 Views Asked by At

I am using a tracker i.e TrackerObjectQuad tracker = FactoryTrackerObjectQuad.circulant(null, GrayU8.class); and also TrackerObjectQuadPanel gui = new TrackerObjectQuadPanel(null); as gui for displaying results. I am setting the target as gui.setTarget(location, true);.

How can I get the target location?

One option was to get a low level tracker as here. I don't know how to use it.

Please tell me if there is any other option?

0

There are 0 best solutions below