各位大神,谁知道VLIB_houghLineFromList函数的用法
VLIB_houghLineFromList(const uint16_t *restrict pEdgeMapList,
uint16_t *restrict pOutHoughSpace,
uint16_t outBlkWidth,
uint16_t outBlkHeight,
uint32_t listSize,
uint16_t thetaRange,
uint16_t rhoMaxLength,
const int16_t *pSIN,
const int16_t *pCOS,
uint16_t *restrict ping,
uint16_t *restrict pong,
uint16_t *restrict pang,
uint16_t *restrict peng);