mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
New HAL entry for cv::sum and IPP adoption.
This commit is contained in:
@@ -32,6 +32,11 @@ int ipp_hal_normDiff(const uchar* src1, size_t src1_step, const uchar* src2, siz
|
||||
#undef cv_hal_normDiff
|
||||
#define cv_hal_normDiff ipp_hal_normDiff
|
||||
|
||||
int ipp_hal_sum(const uchar *src_data, size_t src_step, int src_type, int width, int height, double *result);
|
||||
|
||||
#undef cv_hal_sum
|
||||
#define cv_hal_sum ipp_hal_sum
|
||||
|
||||
#endif
|
||||
|
||||
int ipp_hal_polarToCart32f(const float* mag, const float* angle, float* x, float* y, int len, bool angleInDegrees);
|
||||
@@ -56,4 +61,6 @@ int ipp_hal_transpose2d(const uchar* src_data, size_t src_step, uchar* dst_data,
|
||||
#undef cv_hal_transpose2d
|
||||
#define cv_hal_transpose2d ipp_hal_transpose2d
|
||||
|
||||
//! @endcond
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user