Part Number: TDA3
Tool/software: TI-RTOS
Hi,
I have some question about VLIB_goodFeaturestoTrack() function in C66x VLIB v3.3.03.
Q1. Are the followings correct?
In "out", the value "255" is written in the coordinate position of the detected feature point.
"good_points_number" is the number of detected feature points and coincides with the number of "255" in the output image.
Q2. If Q1 is correct, I have an additional question as follows.
Could you let me know about factors that are output only within the range of 0 to 31 of the Y coordinate and factors that the number of "255" does not match "good_points_number".
[Background of this questions]
The parameter is described "The output buffer (\c out) will contain a value of 255 for each location containing the filtered feature."
I think that the value of "255" will be written at the coordinate position of the detected feature point. And, "Good_points_number" is the number of detected feature points, which is the same as the number of "255" in the output image.
However, when actually operated, the value of "255" in the output image was output only within the range of 0 to 31 of the Y coordinate, and the number was also different from "good_points_number".
Regards,
Kenshow