Changeset 53 in pacpussensors for trunk/StereoVisionDisparity
- Timestamp:
- Jun 20, 2014, 5:36:27 PM (11 years ago)
- Location:
- trunk/StereoVisionDisparity
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StereoVisionDisparity/CMakeLists.txt
r50 r53 59 59 DisparityMap.h 60 60 StereoVisionDisparityExp.h 61 ObstacleDetectionComponent.cpp 62 ObstacleDetectionComponent.h 61 63 ${PLUGIN_CPP} 62 64 ) … … 70 72 UDisparity.h 71 73 DisparityMap.h 74 ObstacleDetectionComponent.h 72 75 ${PLUGIN_H} 73 76 ) -
trunk/StereoVisionDisparity/DisparityMap.cpp
r51 r53 443 443 bool is_ok = false; 444 444 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) ) 447 446 { 448 447 is_ok = true;
Note:
See TracChangeset
for help on using the changeset viewer.