From f40d511775eb8dfae9a28870c5e0125b5e55b305 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 24 Sep 2013 14:49:29 +0100 Subject: category list XML/json --- rotord/src/cvimage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rotord/src/cvimage.h') 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; }; -- cgit v1.2.3