diff options
| author | Comment <tim@gray.(none)> | 2013-09-24 14:49:29 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-24 14:49:29 +0100 |
| commit | f40d511775eb8dfae9a28870c5e0125b5e55b305 (patch) | |
| tree | 1f26641cbfd4a9515f999cd03b5a73675ee75656 /rotord/src/cvimage.h | |
| parent | 6e615b00dbb54f33b928e0de0695087709fbc073 (diff) | |
category list XML/json
Diffstat (limited to 'rotord/src/cvimage.h')
| -rw-r--r-- | rotord/src/cvimage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rotord/src/cvimage.h b/rotord/src/cvimage.h index 2902295..ebf6f4c 100644 --- a/rotord/src/cvimage.h +++ b/rotord/src/cvimage.h @@ -213,6 +213,10 @@ namespace Rotor { int h,w; bool ownsRGBdata,ownsAdata,ownsZdata; //better done through auto_ptr? + //making the interface for mip mapping + //should reduce in powers of 2 + // + cv::Mat rgb; cv::Mat alpha; }; |
