Functions | |
VXLIB_STATUS | VXLIB_edgeTracing_i8u (uint8_t edgeMap[], const VXLIB_bufParams2D_t *edgeMap_addr, uint32_t edgeList[], uint32_t edgeListCapacity, uint32_t numEdgesIn, uint32_t *numEdgesOut) |
VXLIB_STATUS | VXLIB_edgeTracing_i8u_checkParams (uint8_t edgeMap[], const VXLIB_bufParams2D_t *edgeMap_addr, uint32_t edgeList[], uint32_t edgeListCapacity, uint32_t numEdgesIn, const uint32_t *numEdgesOut) |
VXLIB_STATUS VXLIB_edgeTracing_i8u | ( | uint8_t | edgeMap[], |
const VXLIB_bufParams2D_t * | edgeMap_addr, | ||
uint32_t | edgeList[], | ||
uint32_t | edgeListCapacity, | ||
uint32_t | numEdgesIn, | ||
uint32_t * | numEdgesOut | ||
) |
[in,out] | edgeMap[] | Pointer to array containing edge map image image (UQ8.0) |
[in] | edgeMap_addr[] | Pointer to structure containing dimensional information of edgeMap |
[in,out] | edgeList[] | Pointer to array containing list of strong edges This list is modified during processing such that output is not meaningful (UQ32.0) |
[in] | edgeListCapacity | Number of entries allocated in the edgeList array |
[in] | numEdgesIn | Number of strong edges listed in the edgeList array |
[out] | *numEdgesOut | Number of strong edges in the edgeMap after processing is complete. |
VXLIB_STATUS VXLIB_edgeTracing_i8u_checkParams | ( | uint8_t | edgeMap[], |
const VXLIB_bufParams2D_t * | edgeMap_addr, | ||
uint32_t | edgeList[], | ||
uint32_t | edgeListCapacity, | ||
uint32_t | numEdgesIn, | ||
const uint32_t * | numEdgesOut | ||
) |
[in,out] | edgeMap[] | Pointer to array containing edge map image image (UQ8.0) |
[in] | edgeMap_addr[] | Pointer to structure containing dimensional information of edgeMap |
[in,out] | edgeList[] | Pointer to array containing list of strong edges This list is modified during processing such that output is not meaningful (UQ32.0) |
[in] | edgeListCapacity | Number of entries allocated in the edgeList array |
[in] | numEdgesIn | Number of strong edges listed in the edgeList array |
[out] | *numEdgesOut | Number of strong edges in the edgeMap after processing is complete. |