~rojtberg/artoolkitplus/trunk

« back to all changes in this revision

Viewing changes to include/ARToolKitPlus/TrackerSingleMarker.h

  • Committer: Pavel Rojtberg
  • Date: 2012-09-15 12:29:50 UTC
  • Revision ID: pavel@rojtberg.net-20120915122950-3sd07f32lc8azklh
* add support for reading OpenCV calibration files (requires boost)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    /**
61
61
     * initializes TrackerSingleMarker
62
 
     *  nCamParamFile is the name of the camera parameter file
63
 
     *  nLogger is an instance which implements the ARToolKit::Logger interface
 
62
     * @param nCamParamFile is the name of the camera parameter file
64
63
     */
65
64
    virtual bool init(const char* nCamParamFile, ARFloat nNearClip, ARFloat nFarClip);
66
65