Searched defs:normL2Sqr (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | base.hpp | 453 _AccTp normL2Sqr(const _Tp* a, int n) in normL2Sqr() function 499 _AccTp normL2Sqr(const _Tp* a, const _Tp* b, int n) in normL2Sqr() function 518 static inline float normL2Sqr(const float* a, const float* b, int n) in normL2Sqr() function
|
| H A D | types.hpp | 1391 template<> inline int normL2Sqr<int>(const Point_<int>& pt) { return pt.dot(pt); } in normL2Sqr() function 1392 template<> inline int64 normL2Sqr<int64>(const Point_<int64>& pt) { return pt.dot(pt); } in normL2Sqr() function 1393 template<> inline float normL2Sqr<float>(const Point_<float>& pt) { return pt.dot(pt); } in normL2Sqr() function 1394 template<> inline double normL2Sqr<double>(const Point_<int>& pt) { return pt.dot(pt); } in normL2Sqr() function 1396 template<> inline double normL2Sqr<double>(const Point_<float>& pt) { return pt.ddot(pt); } in normL2Sqr() function 1397 template<> inline double normL2Sqr<double>(const Point_<double>& pt) { return pt.ddot(pt); } in normL2Sqr() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | base.hpp | 453 _AccTp normL2Sqr(const _Tp* a, int n) in normL2Sqr() function 499 _AccTp normL2Sqr(const _Tp* a, const _Tp* b, int n) in normL2Sqr() function 518 static inline float normL2Sqr(const float* a, const float* b, int n) in normL2Sqr() function
|
| H A D | types.hpp | 1391 template<> inline int normL2Sqr<int>(const Point_<int>& pt) { return pt.dot(pt); } in normL2Sqr() function 1392 template<> inline int64 normL2Sqr<int64>(const Point_<int64>& pt) { return pt.dot(pt); } in normL2Sqr() function 1393 template<> inline float normL2Sqr<float>(const Point_<float>& pt) { return pt.dot(pt); } in normL2Sqr() function 1394 template<> inline double normL2Sqr<double>(const Point_<int>& pt) { return pt.dot(pt); } in normL2Sqr() function 1396 template<> inline double normL2Sqr<double>(const Point_<float>& pt) { return pt.ddot(pt); } in normL2Sqr() function 1397 template<> inline double normL2Sqr<double>(const Point_<double>& pt) { return pt.ddot(pt); } in normL2Sqr() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | base.hpp | 453 _AccTp normL2Sqr(const _Tp* a, int n) in normL2Sqr() function 499 _AccTp normL2Sqr(const _Tp* a, const _Tp* b, int n) in normL2Sqr() function 518 static inline float normL2Sqr(const float* a, const float* b, int n) in normL2Sqr() function
|
| H A D | types.hpp | 1391 template<> inline int normL2Sqr<int>(const Point_<int>& pt) { return pt.dot(pt); } in normL2Sqr() function 1392 template<> inline int64 normL2Sqr<int64>(const Point_<int64>& pt) { return pt.dot(pt); } in normL2Sqr() function 1393 template<> inline float normL2Sqr<float>(const Point_<float>& pt) { return pt.dot(pt); } in normL2Sqr() function 1394 template<> inline double normL2Sqr<double>(const Point_<int>& pt) { return pt.dot(pt); } in normL2Sqr() function 1396 template<> inline double normL2Sqr<double>(const Point_<float>& pt) { return pt.ddot(pt); } in normL2Sqr() function 1397 template<> inline double normL2Sqr<double>(const Point_<double>& pt) { return pt.ddot(pt); } in normL2Sqr() function
|