$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Functions

Generic norm of an array. More...

Detailed Description

Generic norm of an array.

Generic norm between two arrays.

Parameters
srcSource image
src_stepSource image
maskSpecified array region.
mask_stepMask array step.
widthSource image dimensions
heightSource image dimensions
typeElement type of source image
norm_typeType of the norm
resultPointer to result output
src1First source image
src1_stepFirst source image
src2Second source image
src2_stepSecond source image
maskSpecified array region.
mask_stepMask array step.
widthSource image dimensions
heightSource image dimensions
typeElement type of source image
norm_typeType of the norm
resultPointer to result output

Functions

int hal_ni_norm (const uchar *src, size_t src_step, const uchar *mask, size_t mask_step, int width, int height, int type, int norm_type, double *result)
 
int hal_ni_normDiff (const uchar *src1, size_t src1_step, const uchar *src2, size_t src2_step, const uchar *mask, size_t mask_step, int width, int height, int type, int norm_type, double *result)
 

Function Documentation

◆ hal_ni_norm()

int hal_ni_norm ( const uchar src,
size_t  src_step,
const uchar mask,
size_t  mask_step,
int  width,
int  height,
int  type,
int  norm_type,
double *  result 
)
inline

◆ hal_ni_normDiff()

int hal_ni_normDiff ( const uchar src1,
size_t  src1_step,
const uchar src2,
size_t  src2_step,
const uchar mask,
size_t  mask_step,
int  width,
int  height,
int  type,
int  norm_type,
double *  result 
)
inline