JARToolkit.cpp bugs
Brought to you by:
ozone_abandon,
tisch
Hello,
The JARToolkit.cpp file has some bugs in the following
methods:
getTransMatrixCont__IIFF_3D
getTransMatrixContJava3D__IIFF_3D
getTransMatrixContJava3D___3DIIFF_3D
The bugs are always the same, the index 'j' used for
finding the corresponding marker_info with the
patternID was reused right after finding the pattern.
This has overlapped the found marker_info[].id which
was on 'j'.
The proposed c++ code modified is attached
Marcelo Fernandez
PS: Modification were done in an academic research
project at the EPFL (www.epfl.ch).
Modified Version
Logged In: YES
user_id=1457246
Remark:
This bug has been found in a research project between the
Signal Processing
Institute (http://itswww.epfl.ch) at the EPFL and the ECAL
(Ecole Cantonal
d'art de Lausanne, http://www.ecal.ch\).
Marcelo Fernandez
David Marimon