forgot method name update
This commit is contained in:
parent
b62d101115
commit
3b15eefcad
@ -33,11 +33,11 @@ The retina can be settled up with various parameters, by default, the retina can
|
|||||||
// -> foveal color vision details channel with luminance and noise correction
|
// -> foveal color vision details channel with luminance and noise correction
|
||||||
void getParvo (Mat &retinaOutput_parvo);
|
void getParvo (Mat &retinaOutput_parvo);
|
||||||
void getParvoRAW (Mat &retinaOutput_parvo);// retreive original output buffers without any normalisation
|
void getParvoRAW (Mat &retinaOutput_parvo);// retreive original output buffers without any normalisation
|
||||||
const Mat getParvo () const;// retreive original output buffers without any normalisation
|
const Mat getParvoRAW () const;// retreive original output buffers without any normalisation
|
||||||
// -> peripheral monochrome motion and events (transient information) channel
|
// -> peripheral monochrome motion and events (transient information) channel
|
||||||
void getMagno (Mat &retinaOutput_magno);
|
void getMagno (Mat &retinaOutput_magno);
|
||||||
void getMagnoRAW (Mat &retinaOutput_magno); // retreive original output buffers without any normalisation
|
void getMagnoRAW (Mat &retinaOutput_magno); // retreive original output buffers without any normalisation
|
||||||
const Mat getMagno () const;// retreive original output buffers without any normalisation
|
const Mat getMagnoRAW () const;// retreive original output buffers without any normalisation
|
||||||
|
|
||||||
// reset retina buffers... equivalent to closing your eyes for some seconds
|
// reset retina buffers... equivalent to closing your eyes for some seconds
|
||||||
void clearBuffers ();
|
void clearBuffers ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user