Ignore:
Timestamp:
10/08/14 15:02:31 (10 years ago)
Author:
phudelai
Message:

New function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StereoVisionDisparity/ObstacleDetectionComponent.h

    r64 r68  
    7474        double cam_ref_fx;              // fx camera divide by x image size
    7575        double cam_ref_fy;              // fy camera divide by y image size
     76        double cam_baseline;    // distance between two cameras in meter
    7677        bool showdebug;                 // Show frame acquired
    7778        int min_disp;                   // Minimum disparity value to detect obstacles in the u/v-disp map
     
    194195        A CalcMedian(std::vector<A> vetor) const;
    195196
    196         //bool PointTriangulate(int row, int col, double &x, double &y, double &z, double disparity);
     197        bool PointTriangulate(int row, int col, double &x, double &y, double &z, double disparity);
    197198};
    198199
Note: See TracChangeset for help on using the changeset viewer.