Changeset 353 in flair-src for trunk/lib/FlairCore/src
- Timestamp:
- Feb 19, 2020, 5:29:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Image.h
r338 r353 69 69 return pixelSize * width * height; 70 70 } 71 std::string GetDescription() const { return " cvimage"; };71 std::string GetDescription() const { return "image"; }; 72 72 73 73 Format GetFormat() const { return format; };
Note:
See TracChangeset
for help on using the changeset viewer.