ARToolKit | Mailing List Archive |
![]() |
From: | Andriamasinoro Rahajaniaina <ra_haja501@y ........> | Received: | Feb 23, 2007 |
To | artoolkit@h .................. | ||
Subject: | pb with arDetectMarker in Tracker base class | ||
Hi, What are the different between arDetectMarker function use in calc function of ARToolKitPlus and arDetectMarker in Tracker base class? because when I use the function calc, this function return >0 and <0 when I use arDetectMarker of Tracker base class. I used the same camera images. Best regards ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com |
From: | Daniel Wagner <daniel@i ...............> | Received: | Feb 23, 2007 |
To | Andriamasinoro Rahajaniaina <ra_haja501@y ........> | ||
Subject: | Re: pb with arDetectMarker in Tracker base class | ||
Andriamasinoro Rahajaniaina wrote: > What are the different between arDetectMarker function > use in calc function of ARToolKitPlus and > arDetectMarker in Tracker base class? because when I > use the function calc, this function return >0 and <0 > when I use arDetectMarker of Tracker base class. I > used the same camera images. > There is only one implementation of arDetectMarker which is in arDetectMarker.cxx as can be seen when looking into the source code. The derived classes just call this implementation. If you experience problems such as you described above, I suggest that you step through the code with a debugger and see where those differences happen... Daniel |