From ba2831c3a456e860761978cb848f38d825b4c128 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 7 Oct 2013 06:19:14 -0700 Subject: refacoring --- rotord/src/cvimage.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rotord/src/cvimage.h') diff --git a/rotord/src/cvimage.h b/rotord/src/cvimage.h index ebf6f4c..8a6fdae 100644 --- a/rotord/src/cvimage.h +++ b/rotord/src/cvimage.h @@ -4,6 +4,7 @@ #include #include #include +#include //converting to use a cv image... //cv::Mat supports most of what we want here @@ -219,6 +220,12 @@ namespace Rotor { cv::Mat rgb; cv::Mat alpha; + + //store a library of mipmaps + std::unordered_map mipmaps; + + cv::Mat& get_mipmap(int level); + }; } -- cgit v1.2.3