Generic norm of an array.
More...
Generic norm of an array.
Generic norm between two arrays.
- Parameters
-
| src | Source image |
| src_step | Source image |
| mask | Specified array region. |
| mask_step | Mask array step. |
| width | Source image dimensions |
| height | Source image dimensions |
| type | Element type of source image |
| norm_type | Type of the norm |
| result | Pointer to result output |
- Parameters
-
| src1 | First source image |
| src1_step | First source image |
| src2 | Second source image |
| src2_step | Second source image |
| mask | Specified array region. |
| mask_step | Mask array step. |
| width | Source image dimensions |
| height | Source image dimensions |
| type | Element type of source image |
| norm_type | Type of the norm |
| result | Pointer to result output |
|
| 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) |
◆ 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 |