Update of /cvsroot/artoolkit/artoolkit/include/AR
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8686
Modified Files:
param.h
Log Message:
Spelling corrections.
Index: param.h
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/include/AR/param.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** param.h 28 Jul 2005 00:00:40 -0000 1.5
--- param.h 30 Jul 2005 01:01:56 -0000 1.6
***************
*** 48,65 ****
* \brief camera intrinsic parameters.
*
! * this structure contains the main parameters for
* the intrinsic parameters of the camera
* representation. The camera used is a pinhole
! * camera with standard parameters. User can
! * report on Computer Vision Book for more informations.
! * (like Three-Dimensional Computer Vision
* (Artificial Intelligence) by Olivier Faugeras).
* \param xsize length of the image (in pixels).
* \param ysize height of the image (in pixels).
* \param mat perspective matrix (K).
! * \param dist_factor radial distorsions factor
! * dist_factor[0]=x center of distorsion
! * dist_factor[1]=y center of distorsion
! * dist_factor[2]=distorsion factor
* dist_factor[3]=scale factor
*/
--- 48,65 ----
* \brief camera intrinsic parameters.
*
! * This structure contains the main parameters for
* the intrinsic parameters of the camera
* representation. The camera used is a pinhole
! * camera with standard parameters. User should
! * consult a computer vision reference for more
! * information. (e.g. Three-Dimensional Computer Vision
* (Artificial Intelligence) by Olivier Faugeras).
* \param xsize length of the image (in pixels).
* \param ysize height of the image (in pixels).
* \param mat perspective matrix (K).
! * \param dist_factor radial distortions factor
! * dist_factor[0]=x center of distortion
! * dist_factor[1]=y center of distortion
! * dist_factor[2]=distortion factor
* dist_factor[3]=scale factor
*/
|