Update of /cvsroot/artoolkit/artoolkit/include/AR
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv2344
Modified Files:
ar.h gsub_lite.h
Log Message:
arDebug fixes.
Index: ar.h
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/include/AR/ar.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ar.h 3 Oct 2006 21:35:37 -0000 1.11
--- ar.h 17 Nov 2006 03:22:23 -0000 1.12
***************
*** 580,583 ****
--- 580,592 ----
/**
+ * \brief clean up static data allocated by arLabeling.
+ *
+ * In debug mode, arLabeling may allocate and use static storage.
+ * This function deallocates this storage.
+ */
+ void arLabelingCleanup(void);
+
+
+ /**
* \brief XXXBK
*
Index: gsub_lite.h
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/include/AR/gsub_lite.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** gsub_lite.h 4 Oct 2006 03:44:41 -0000 1.14
--- gsub_lite.h 17 Nov 2006 03:22:23 -0000 1.15
***************
*** 134,138 ****
#endif
#include <AR/config.h>
! #include <AR/ar.h> // ARUint8, AR_PIXEL_FORMAT
#include <AR/param.h> // ARParam, arParamDecompMat(), arParamObserv2Ideal()
--- 134,138 ----
#endif
#include <AR/config.h>
! #include <AR/ar.h> // ARUint8, AR_PIXEL_FORMAT, arDebug, arImage.
#include <AR/param.h> // ARParam, arParamDecompMat(), arParamObserv2Ideal()
|