This structure defines the format in which SFM module expects a particular feature point's tracked location in image plane.
More...
#include <sfm_ti_alg_int.h>
This structure defines the format in which SFM module expects a particular feature point's tracked location in image plane.
- Parameters
-
age | : Age of the current key points that is being tracked. If the 255 is zero then the key point is assumed to be not valid. Maximum value of age is MAX_NUM_FRAMES_TO_TRACK |
idx | : The last index where latest kp is available. If it is 255 then this track is not valid. Maximum value of idx if MAX_NUM_FRAMES_TO_TRACK - 1. |
x | : Array of horizontal image co-ordinates in Q format for MAX_NUM_FRAMES_TO_TRACK frames. Value of Q format has to be provided through SFM_TI_InArgs :: trackPtQfmt. |
y | : Array of vertical image co-ordinates in Q format for MAX_NUM_FRAMES_TO_TRACK frames. Value of Q format has to be provided through SFM_TI_InArgs :: trackPtQfmt. |
◆ age
uint8_t SFM_TI_trackInfo::age |
◆ idx
uint8_t SFM_TI_trackInfo::idx |
The documentation for this struct was generated from the following file: