retina_ocl.hpp: switched BasicRetinaFilter's members around to fix a -Wreorder warning.
This commit is contained in:
parent
bad927325f
commit
af594c8e44
@ -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…
x
Reference in New Issue
Block a user