Changeset 53 in pacpussensors for trunk/PtGreyCameras/Flea3Grabber.h


Ignore:
Timestamp:
06/20/14 17:36:27 (10 years ago)
Author:
phudelai
Message:

StereoVisionDisparity updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PtGreyCameras/Flea3Grabber.h

    r51 r53  
    2222#include "Pacpus/PacpusTools/ShMem.h"
    2323#include "PtGreyCamerasExp.h"
     24
     25#include "opencv2/objdetect/objdetect.hpp"
     26#include "opencv2/calib3d/calib3d.hpp"
     27#include "opencv2/imgproc/imgproc.hpp"
     28#include "opencv2/core/core.hpp"
     29#include "opencv2/highgui/highgui.hpp"
    2430
    2531#include "FlyCapture2.h"
     
    6268        float cam_strobe_delay;
    6369        float cam_strobe_duration;
    64 
     70        FlyCapture2::TimeStamp timeStamp;
     71        double distCoe[8];
     72        cv::Mat_<double> distCoeffs;
     73        double tmp_matrix[3][3];
     74        cv::Mat_<double> matrix;
    6575        int cam_ColorProcessingAlgorithm;       /**
    6676                                                                                * Color processing algorithms. Please refer to our knowledge base at
     
    110120        DbiteFile mDbtImage;
    111121        bool use_shmem;                                                 // If is to use shared memory
     122        bool shmem_corrected;
    112123        bool THREAD_ALIVE;
    113124
     
    122133        int nbrCamera_;
    123134        int masterCamera_;
     135        float rot_[3], trans_[3];
    124136
    125137        std::vector<camSetting> settings_;
Note: See TracChangeset for help on using the changeset viewer.