Changeset 131 in pacpussensors for trunk/Vislab/Display.cpp
- Timestamp:
- Dec 9, 2016, 9:29:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vislab/Display.cpp
r127 r131 5 5 #include "VislabImageProcessor.h" 6 6 7 /*! A more elaborate description of the constructor*/ 7 8 Display::Display(const QString& windowName, lib3dv::image::type::types imageType) : VislabImageProcessor(windowName, imageType) 8 9 { … … 12 13 } 13 14 15 /*! DisplayFrame function from the Display class with a cv:Mat parameter */ 14 16 void Display::DisplayFrame(cv::Mat const& frame) 15 17 { … … 17 19 } 18 20 21 /*! process function from the Display class with a cv:Mat parameter 22 Emit the signal to diplay the frame 23 */ 19 24 void Display::process(cv::Mat const& frame) 20 25 {
Note:
See TracChangeset
for help on using the changeset viewer.