OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
没有匹配项
函数
逐元素比较

详细说明

比较:dst[i] = src1[i] op src2[i]

参数
src1_data第一个源图像数据
src1_step第一个源图像步长
src2_data第二个源图像数据
src2_step第二个源图像步长
dst_data目标图像数据
dst_step目标图像步长
width图像宽度
height图像高度
operation(CV_HAL_CMP_EQ、CV_HAL_CMP_GT、...) 之一

函数

int hal_ni_cmp16s (const short *src1_data, size_t src1_step, const short *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
 
int hal_ni_cmp16u (const ushort *src1_data, size_t src1_step, const ushort *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
 
int hal_ni_cmp32f (const float *src1_data, size_t src1_step, const float *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
 
int hal_ni_cmp32s (const int *src1_data, size_t src1_step, const int *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
 
int hal_ni_cmp64f (const double *src1_data, size_t src1_step, const double *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
 
int hal_ni_cmp8s (const schar *src1_data, size_t src1_step, const schar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
 
int hal_ni_cmp8u (const uchar *src1_data, size_t src1_step, const uchar *src2_data, size_t src2_step, uchar *dst_data, size_t dst_step, int width, int height, int operation)
 

函数文档

◆ hal_ni_cmp16s()

int hal_ni_cmp16s ( const short *  src1_data,
size_t  src1_step,
const short *  src2_data,
size_t  src2_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  operation 
)
inline

◆ hal_ni_cmp16u()

int hal_ni_cmp16u ( const ushort src1_data,
size_t  src1_step,
const ushort src2_data,
size_t  src2_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  operation 
)
inline

◆ hal_ni_cmp32f()

int hal_ni_cmp32f ( const float *  src1_data,
size_t  src1_step,
const float *  src2_data,
size_t  src2_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  operation 
)
inline

◆ hal_ni_cmp32s()

int hal_ni_cmp32s ( const int *  src1_data,
size_t  src1_step,
const int *  src2_data,
size_t  src2_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  operation 
)
inline

◆ hal_ni_cmp64f()

int hal_ni_cmp64f ( const double *  src1_data,
size_t  src1_step,
const double *  src2_data,
size_t  src2_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  operation 
)
inline

◆ hal_ni_cmp8s()

int hal_ni_cmp8s ( const schar src1_data,
size_t  src1_step,
const schar src2_data,
size_t  src2_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  operation 
)
inline

◆ hal_ni_cmp8u()

int hal_ni_cmp8u ( const uchar src1_data,
size_t  src1_step,
const uchar src2_data,
size_t  src2_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  operation 
)
inline