retina_ocl.hpp: switched BasicRetinaFilter's members around to fix a -Wreorder warning.

pull/1405/head
Roman Donchenko 11 years ago
parent bad927325f
commit af594c8e44
  1. 5
      modules/bioinspired/src/retina_ocl.hpp

@ -160,14 +160,15 @@ public:
};
protected:
cv::ocl::oclMat _filterOutput;
cv::ocl::oclMat _localBuffer;
int _NBrows;
int _NBcols;
unsigned int _halfNBrows;
unsigned int _halfNBcolumns;
cv::ocl::oclMat _filterOutput;
cv::ocl::oclMat _localBuffer;
std::valarray <float>_filteringCoeficientsTable;
float _v0;
float _maxInputValue;

Loading…
Cancel
Save