added access methods to retreive retina input and output buffers sizes

This commit is contained in:
Alexandre Benoit
2012-01-30 09:40:02 +00:00
parent bb23288c3d
commit 3892ce1f73
2 changed files with 21 additions and 0 deletions

View File

@@ -165,6 +165,16 @@ public:
virtual ~Retina();
/**
* retreive retina input buffer size
*/
Size inputSize();
/**
* retreive retina output buffer size
*/
Size outputSize();
/**
* try to open an XML retina parameters file to adjust current retina instance setup
* => if the xml file does not exist, then default setup is applied