Changeset 353 in flair-src for trunk/lib/FlairCore/src


Ignore:
Timestamp:
Feb 19, 2020, 5:29:19 PM (5 years ago)
Author:
Sanahuja Guillaume
Message:

cam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/Image.h

    r338 r353  
    6969      return pixelSize * width * height;
    7070    }
    71     std::string GetDescription() const { return "cv image"; };
     71    std::string GetDescription() const { return "image"; };
    7272
    7373    Format GetFormat() const { return format; };
Note: See TracChangeset for help on using the changeset viewer.