Commit e268e070 authored by Alexandre Benoit's avatar Alexandre Benoit

enhanced input image format support

parent a288163d
...@@ -111,6 +111,7 @@ int main(int argc, char* argv[]) { ...@@ -111,6 +111,7 @@ int main(int argc, char* argv[]) {
else// -> else allocate "classical" retina : else// -> else allocate "classical" retina :
myRetina = new cv::Retina("params.xml", inputFrame.size()); myRetina = new cv::Retina("params.xml", inputFrame.size());
myRetina->clearBuffers();
// declare retina output buffers // declare retina output buffers
cv::Mat retinaOutput_parvo; cv::Mat retinaOutput_parvo;
cv::Mat retinaOutput_magno; cv::Mat retinaOutput_magno;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment