Changeset 133 in pacpussensors for trunk/Vislab/VislabCamera.hpp
- Timestamp:
- Feb 1, 2017, 9:37:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vislab/VislabCamera.hpp
r131 r133 15 15 #include "Display.h" 16 16 #include "VislabImageProcessor.h" 17 17 #include "Outputter.h" 18 #include "VislabComponent.hpp" 18 19 19 20 #include <boost/asio/io_service.hpp> … … 42 43 void close(); 43 44 45 void setVideoOutput(OutputInterface<cv::Mat, VislabComponent>* output); 46 void setDispariteOutput(OutputInterface<cv::Mat, VislabComponent>* output); 47 44 48 std::vector<lib3dv::device> curr_devices; 45 49 DiskWriter diskwriterVideo; … … 50 54 unsigned int log_level; 51 55 lib3dv::image::type imageType; 56 Outputter outputVideo; 57 Outputter outputDisparite; 58 52 59 }; 53 60 }
Note:
See TracChangeset
for help on using the changeset viewer.