Changeset 53 in pacpussensors for trunk/StereoVisionDisparity


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

StereoVisionDisparity updated

Location:
trunk/StereoVisionDisparity
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/StereoVisionDisparity/CMakeLists.txt

    r50 r53  
    5959        DisparityMap.h
    6060        StereoVisionDisparityExp.h
     61        ObstacleDetectionComponent.cpp
     62        ObstacleDetectionComponent.h
    6163        ${PLUGIN_CPP}
    6264)
     
    7072        UDisparity.h   
    7173        DisparityMap.h
     74        ObstacleDetectionComponent.h
    7275        ${PLUGIN_H}
    7376)
  • trunk/StereoVisionDisparity/DisparityMap.cpp

    r51 r53  
    443443                bool is_ok = false;
    444444                if( (this->LeftImage.image.data_size == this->mMaxImageInputSize) && (this->LeftImage.time != last_reading) &&
    445                         (this->RightImage.image.data_size == this->mMaxImageInputSize) /*&& (this->LeftImage.time == this->RightImage.time)*/ )
    446                         /* /////!!!!!\\\\ A DECOMMENTER PLUS TARD (avec le delta de temps entre l'image droite et gauche)*/
     445                        (this->RightImage.image.data_size == this->mMaxImageInputSize) && (this->LeftImage.time == this->RightImage.time) )
    447446                {
    448447                        is_ok = true;
Note: See TracChangeset for help on using the changeset viewer.