Changeset 70 in pacpussensors for trunk/StereoVisionDisparity


Ignore:
Timestamp:
10/15/14 18:25:52 (10 years ago)
Author:
phudelai
Message:

Version finale de l'application provel

Location:
trunk/StereoVisionDisparity
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/StereoVisionDisparity/CMakeLists.txt

    r64 r70  
    5757        ObstacleDetectionComponent.cpp
    5858        ObstacleDetectionComponent.h
     59        CameraObstacleGridComponent.cpp
     60        CameraObstacleGridComponent.h
    5961        ${PLUGIN_CPP}
    6062)
     
    6769        DisparityMap.h
    6870        ObstacleDetectionComponent.h
     71        CameraObstacleGridComponent.h
    6972        ${PLUGIN_H}
    7073)
  • trunk/StereoVisionDisparity/ObstacleDetectionComponent.cpp

    r68 r70  
    752752                                ptr1[c] = (unsigned char)intensity_norm;
    753753                        }
    754         }   
     754        } 
    755755        }
    756756
Note: See TracChangeset for help on using the changeset viewer.