Changeset 142 in pacpussensors for trunk/Vislab/VislabComponent.hpp


Ignore:
Timestamp:
03/30/17 16:18:32 (7 years ago)
Author:
ldecherf
Message:

Ajout de la classe outputter et modification d'openCV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Vislab/VislabComponent.hpp

    r138 r142  
    1414
    1515#include <lib3dv/device.h>
     16
     17#include <opencv2/opencv.hpp>
     18#include <opencv2/highgui.hpp>
    1619
    1720#ifdef WIN32
     
    5053      virtual ComponentBase::COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config);
    5154
    52 
    53       // Working thread, grabbing frame from a webcam.
    54       DbiteFile mDBTFile;
    55 
    5655    public:
    5756      virtual void addOutputs();
    58       //device(){}
    5957
    6058      private:
Note: See TracChangeset for help on using the changeset viewer.