Ignore:
Timestamp:
09/04/14 11:19:05 (10 years ago)
Author:
phudelai
Message:

Programme détection d'obstacles amélioré

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StereoVisionDisparity/ObstacleDetectionComponent.h

    r56 r64  
    3131
    3232#include <QThread>
    33 #include <QMutex>
    3433
    3534namespace pacpus {
     
    7170        int cam_height;                 // image height
    7271        int cam_channels;               // number of channels
     72        double cam_ref_cx;              // cx camera divide by x image size
     73        double cam_ref_cy;              // cy camera divide by y image size
     74        double cam_ref_fx;              // fx camera divide by x image size
     75        double cam_ref_fy;              // fy camera divide by y image size
    7376        bool showdebug;                 // Show frame acquired
    7477        int min_disp;                   // Minimum disparity value to detect obstacles in the u/v-disp map
     
    191194        A CalcMedian(std::vector<A> vetor) const;
    192195
     196        //bool PointTriangulate(int row, int col, double &x, double &y, double &z, double disparity);
    193197};
    194198
Note: See TracChangeset for help on using the changeset viewer.