Changeset 131 in pacpussensors for trunk/Vislab/Display.cpp


Ignore:
Timestamp:
12/09/16 09:29:50 (8 years ago)
Author:
ldecherf
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Vislab/Display.cpp

    r127 r131  
    55#include "VislabImageProcessor.h"
    66
     7    /*! A more elaborate description of the constructor*/
    78Display::Display(const QString& windowName, lib3dv::image::type::types imageType) : VislabImageProcessor(windowName, imageType)
    89{
     
    1213}
    1314
     15/*! DisplayFrame function from the Display class with a cv:Mat parameter */
    1416void Display::DisplayFrame(cv::Mat const& frame)
    1517{
     
    1719}
    1820
     21/*! process function from the Display class with a cv:Mat parameter
     22    Emit the signal to diplay the frame
     23*/
    1924void Display::process(cv::Mat const& frame)
    2025{
Note: See TracChangeset for help on using the changeset viewer.