Changeset 338 in flair-src for trunk/lib/FlairCore/src/Picture.cpp


Ignore:
Timestamp:
Oct 17, 2019, 2:49:35 PM (5 years ago)
Author:
Sanahuja Guillaume
Message:

remove opencv dep

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/lib/FlairCore/src/Picture.cpp

    r330 r338  
    1717
    1818#include "Picture.h"
    19 #include "cvimage.h"
     19#include "Image.h"
    2020#include "Layout.h"
    2121#include "LayoutPosition.h"
     
    3030
    3131Picture::Picture(const LayoutPosition *position, string name,
    32                  const cvimage *image)
     32                 const Image *image)
    3333    : SendData(position, name, "Picture", 200) {
    3434  this->image = image;
Note: See TracChangeset for help on using the changeset viewer.