Other Parts Discussed in Thread: TMS320DM6467T, MATHLIB
Hi all ~
The function "VLIB_ORB_getHarrisScore" provided in VLIB has a parameter [const CORBInput input] , which is a struct defined as
| CORBPatterns | patterns |
| CORBOrientationOffsets | offsets |
| uint8_t * | image |
| uint8_t * | prefimage |
| int16_t * | harrisImage |
| uint32_t * | integralImage |
| char * | scratchBuffer |
| int8_t * | orbPattern31 |
My question is:
what is the last item [int8_t *orbPattern31]
No explaination is listed in all docs of VLIB~~~