Update of /cvsroot/artoolkit/artoolkit/include/AR
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11034
Modified Files:
ar.h
Log Message:
Documentation fixes.
Index: ar.h
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/include/AR/ar.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ar.h 23 Jul 2005 00:00:49 -0000 1.5
--- ar.h 23 Aug 2005 18:20:40 -0000 1.6
***************
*** 1,720 ****
! /* --------------------------------------------------------------------------
! * Copyright (c) 20042-2005 HIT Lab NZ.
! * The distribution policy is described in the file COPYING.txt furnished
! * with this library.
! * -------------------------------------------------------------------------*/
! /**
! * \file ar.h
! * \brief ARToolKit subroutines.
! *
! * Core of the ARToolKit Library. This file provides image analysis and marker
[...1394 lines suppressed...]
! double prev_conv[3][4],
! double center[2], double width,
! double transL[3][4], double transR[3][4] );
! double arsGetTransMat2 ( double rot[3][3],
! double ppos2dL[][2], double ppos3dL[][3], int numL,
! double ppos2dR[][2], double ppos3dR[][3], int numR,
! double transL[3][4], double transR[3][4] );
! double arsGetPosErr( double pos2dL[2], double pos2dR[2] );
! int arsCheckPosition ( double pos2dL[2], double pos2dR[2], double thresh );
! int arsCheckMarkerPosition( ARMarkerInfo *marker_infoL, ARMarkerInfo *marker_infoR,
! double thresh );
!
! double arsModifyMatrix( double rot[3][3], double trans[3], ARSParam *arsParam,
! double pos3dL[][3], double pos2dL[][2], int numL,
! double pos3dR[][3], double pos2dR[][2], int numR );
!
! #ifdef __cplusplus
! }
! #endif
! #endif
|