chili-epfl / chilitags

Robust Fiducial Markers for Augmented Reality And Robotics
http://chili.epfl.ch/software
123 stars 57 forks source link

We should make DETECT_PERIODICALLY default #76

Open ayberkozgur opened 9 years ago

ayberkozgur commented 9 years ago

We should make DETECT_PERIODICALLY the default detection trigger because with DETECT_ONLY the "doesn't care about tweaking settings" user is missing out on tracking goodness. He/she will not even notice we have tracking at all.

qbonnard commented 9 years ago

Adding to 3.0 since it's kind of backward incompatible, and tracking is still a bit new.

qbonnard commented 9 years ago

I remember that we already discussed this, but can't find the discussion again. One point was that for unrelated image (e.g. batch processing of input files, or in the tests), that's bad.

ayberkozgur commented 9 years ago

Batch processing is actually a valid point but I would say real-time usage would be much more common than batch processing use cases.