added get methods for retina outputs

This commit is contained in:
Alexandre Benoit
2012-02-10 13:25:33 +00:00
parent ef8c263500
commit c07d9d75e8
2 changed files with 7 additions and 0 deletions

View File

@@ -288,6 +288,10 @@ public:
*/
void getMagno(std::valarray<float> &retinaOutput_magno);
// original API level data accessors : get buffers addresses...
const std::valarray<float> & getMagno() const;
const std::valarray<float> & getParvo() const;
/**
* activate color saturation as the final step of the color demultiplexing process
* -> this saturation is a sigmoide function applied to each channel of the demultiplexed image.