chili-epfl / chilitrack

A marker-less tracking library for augmented reality (heavily relying on OpenCV)
15 stars 10 forks source link

`track` doesn't work without Debug build #2

Closed ayberkozgur closed 10 years ago

ayberkozgur commented 10 years ago

Should be noted somewhere.

severin-lemaignan commented 10 years ago

It works: it simply does not display anything. I agree, this is a bit disturbing :-) I should add a warning.

ayberkozgur commented 10 years ago

No it throws the !(window.size > 0) exception and crashes since you try to imshow and empty mat.

ayberkozgur commented 10 years ago

This is the sample by the way, not the module itself.

severin-lemaignan commented 10 years ago

Closed, thanks for the report.