diff options
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; }; |
