Fix documentation warning

pull/5743/head
Maksim Shabunin 9 years ago
parent 5c5d0e6743
commit 0e5c710757
  1. 4
      modules/core/include/opencv2/core/base.hpp
  2. 4
      modules/hal/include/opencv2/hal/neon_utils.hpp

@ -679,8 +679,8 @@ CV_EXPORTS void setUseIPP(bool flag);
//! @} core_utils
#include "opencv2/hal/neon_utils.hpp"
} // cv
#include "opencv2/hal/neon_utils.hpp"
#endif //__OPENCV_CORE_BASE_HPP__

@ -44,6 +44,8 @@
#include "opencv2/hal/defs.h"
namespace cv {
#if CV_NEON
inline int32x2_t cv_vrnd_s32_f32(float32x2_t v)
@ -120,4 +122,6 @@ inline float32x2_t cv_vsqrt_f32(float32x2_t val)
#endif
}
#endif // __OPENCV_HAL_NEON_UTILS_HPP__

Loading…
Cancel
Save