Fix documentation warning
This commit is contained in:
parent
5c5d0e6743
commit
0e5c710757
@ -679,8 +679,8 @@ CV_EXPORTS void setUseIPP(bool flag);
|
|||||||
|
|
||||||
//! @} core_utils
|
//! @} core_utils
|
||||||
|
|
||||||
#include "opencv2/hal/neon_utils.hpp"
|
|
||||||
|
|
||||||
} // cv
|
} // cv
|
||||||
|
|
||||||
|
#include "opencv2/hal/neon_utils.hpp"
|
||||||
|
|
||||||
#endif //__OPENCV_CORE_BASE_HPP__
|
#endif //__OPENCV_CORE_BASE_HPP__
|
||||||
|
@ -44,6 +44,8 @@
|
|||||||
|
|
||||||
#include "opencv2/hal/defs.h"
|
#include "opencv2/hal/defs.h"
|
||||||
|
|
||||||
|
namespace cv {
|
||||||
|
|
||||||
#if CV_NEON
|
#if CV_NEON
|
||||||
|
|
||||||
inline int32x2_t cv_vrnd_s32_f32(float32x2_t v)
|
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
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#endif // __OPENCV_HAL_NEON_UTILS_HPP__
|
#endif // __OPENCV_HAL_NEON_UTILS_HPP__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user