Commit 2c1fb5fd authored by alexandre benoit's avatar alexandre benoit

minor correction after buildbot warnings

parent 7bff79bb
******************************************************************* ********************************************************************
bioinspired. Biologically inspired vision models and derivated tools bioinspired. Biologically inspired vision models and derivated tools
******************************************************************* ********************************************************************
The module provides biological visual systems models (human visual system and others). It also provides derivated objects that take advantage of those bio-inspired models. The module provides biological visual systems models (human visual system and others). It also provides derivated objects that take advantage of those bio-inspired models.
......
...@@ -327,4 +327,3 @@ CV_EXPORTS Ptr<Retina> createRetina(Size inputSize, const bool colorMode, RETINA ...@@ -327,4 +327,3 @@ CV_EXPORTS Ptr<Retina> createRetina(Size inputSize, const bool colorMode, RETINA
} }
} }
#endif /* __OPENCV_BIOINSPIRED_RETINA_HPP__ */ #endif /* __OPENCV_BIOINSPIRED_RETINA_HPP__ */
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
** the use of this software, even if advised of the possibility of such damage. ** the use of this software, even if advised of the possibility of such damage.
*******************************************************************************/ *******************************************************************************/
#ifndef __OPENCV_CONTRIB_RETINAFASTTONEMAPPING_HPP__ #ifndef __OPENCV_BIOINSPIRED_RETINAFASTTONEMAPPING_HPP__
#define __OPENCV_CONTRIB_RETINAFASTTONEMAPPING_HPP__ #define __OPENCV_BIOINSPIRED_RETINAFASTTONEMAPPING_HPP__
/* /*
* retinafasttonemapping.hpp * retinafasttonemapping.hpp
...@@ -119,5 +119,4 @@ CV_EXPORTS Ptr<RetinaFastToneMapping> createRetinaFastToneMapping(Size inputSize ...@@ -119,5 +119,4 @@ CV_EXPORTS Ptr<RetinaFastToneMapping> createRetinaFastToneMapping(Size inputSize
} }
} }
#endif /* __OPENCV_CONTRIB_RETINAFASTTONEMAPPING_HPP__ */ #endif /* __OPENCV_BIOINSPIRED_RETINAFASTTONEMAPPING_HPP__ */
...@@ -655,5 +655,3 @@ namespace hvstools ...@@ -655,5 +655,3 @@ namespace hvstools
}// end of namespace hvstools }// end of namespace hvstools
}// end of namespace cv }// end of namespace cv
#endif #endif
...@@ -210,5 +210,3 @@ const std::valarray<float> &MagnoRetinaFilter::runFilter(const std::valarray<flo ...@@ -210,5 +210,3 @@ const std::valarray<float> &MagnoRetinaFilter::runFilter(const std::valarray<flo
} }
}// end of namespace hvstools }// end of namespace hvstools
}// end of namespace cv }// end of namespace cv
...@@ -243,5 +243,3 @@ namespace hvstools ...@@ -243,5 +243,3 @@ namespace hvstools
}// end of namespace cv }// end of namespace cv
#endif /*MagnoRetinaFilter_H_*/ #endif /*MagnoRetinaFilter_H_*/
...@@ -231,4 +231,3 @@ void ParvoRetinaFilter::_OPL_OnOffWaysComputing() // WARNING : this method requi ...@@ -231,4 +231,3 @@ void ParvoRetinaFilter::_OPL_OnOffWaysComputing() // WARNING : this method requi
} }
}// end of namespace hvstools }// end of namespace hvstools
}// end of namespace cv }// end of namespace cv
...@@ -261,4 +261,3 @@ private: ...@@ -261,4 +261,3 @@ private:
}// end of namespace hvstools }// end of namespace hvstools
}// end of namespace cv }// end of namespace cv
#endif #endif
...@@ -671,7 +671,6 @@ bool _convertCvMat2ValarrayBuffer(InputArray inputMat, std::valarray<float> &out ...@@ -671,7 +671,6 @@ bool _convertCvMat2ValarrayBuffer(InputArray inputMat, std::valarray<float> &out
typedef float T; // define here the target pixel format, here, float typedef float T; // define here the target pixel format, here, float
const int dsttype = DataType<T>::depth; // output buffer is float format const int dsttype = DataType<T>::depth; // output buffer is float format
const unsigned int nbPixels=inputMat.getMat().rows*inputMat.getMat().cols; const unsigned int nbPixels=inputMat.getMat().rows*inputMat.getMat().cols;
const unsigned int doubleNBpixels=inputMat.getMat().rows*inputMat.getMat().cols*2; const unsigned int doubleNBpixels=inputMat.getMat().rows*inputMat.getMat().cols*2;
...@@ -720,4 +719,3 @@ void RetinaImpl::activateContoursProcessing(const bool activate){_retinaFilter-> ...@@ -720,4 +719,3 @@ void RetinaImpl::activateContoursProcessing(const bool activate){_retinaFilter->
}// end of namespace hvstools }// end of namespace hvstools
}// end of namespace cv }// end of namespace cv
...@@ -387,5 +387,3 @@ namespace hvstools ...@@ -387,5 +387,3 @@ namespace hvstools
}// end of namespace cv }// end of namespace cv
#endif /*RETINACOLOR_HPP_*/ #endif /*RETINACOLOR_HPP_*/
...@@ -553,6 +553,3 @@ public: ...@@ -553,6 +553,3 @@ public:
}// end of namespace hvstools }// end of namespace hvstools
}// end of namespace cv }// end of namespace cv
#endif #endif
...@@ -14,4 +14,3 @@ ...@@ -14,4 +14,3 @@
#include <iostream> #include <iostream>
#endif #endif
This diff is collapsed.
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