![]() |
![]() |
Functions | |
| VXLIB_STATUS | VXLIB_accumulateWeightedImage_i8u_io8u (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, uint8_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, VXLIB_F32 alpha) |
| VXLIB_STATUS | VXLIB_accumulateWeightedImage_i8u_io8u_checkParams (const uint8_t src[], const VXLIB_bufParams2D_t *src_addr, const uint8_t dst[], const VXLIB_bufParams2D_t *dst_addr, VXLIB_F32 alpha) |
| VXLIB_STATUS VXLIB_accumulateWeightedImage_i8u_io8u | ( | const uint8_t | src[restrict], | |
| const VXLIB_bufParams2D_t * | src_addr, | |||
| uint8_t | dst[restrict], | |||
| const VXLIB_bufParams2D_t * | dst_addr, | |||
| VXLIB_F32 | alpha | |||
| ) |
dst(x,y) = (1alpha)*dst(x,y) + alpha*src(x,y)
| [in] | src[] | Pointer to array containing first input image (UQ8.0) |
| [in] | src_addr[] | Pointer to structure containing dimensional information of src |
| [in,out] | dst[] | Pointer to array containing output image (UQ8.0) |
| [in] | dst_addr[] | Pointer to structure containing dimensional information of dst |
| [in] | alpha | Parameter indicating weight for src and dst (0.0 <= alpha <= 1.0) |
| VXLIB_STATUS VXLIB_accumulateWeightedImage_i8u_io8u_checkParams | ( | const uint8_t | src[], | |
| const VXLIB_bufParams2D_t * | src_addr, | |||
| const uint8_t | dst[], | |||
| const VXLIB_bufParams2D_t * | dst_addr, | |||
| VXLIB_F32 | alpha | |||
| ) |
| [in] | src[] | Pointer to array containing first input image (UQ8.0) |
| [in] | src_addr[] | Pointer to structure containing dimensional information of src |
| [in,out] | dst[] | Pointer to array containing output image (UQ8.0) |
| [in] | dst_addr[] | Pointer to structure containing dimensional information of dst |
| [in] | alpha | Parameter indicating weight for src and dst (0.0 <= alpha <= 1.0) |