Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Difference between a list of points and list of pixels.

I am trying to understand the LK algorithm and it returns me a list of points in float. How can I visualise these list of points? My expectation was that they are integer values basically pixel locations on the image, where a prospective goodFeaturesToTrack was found. Also, this question is related directly to the goodFeaturesToTrack function, where the function returns a feature array in float. How can I actually visualise this intuitively?

Difference between a list of points and list of pixels.

I am trying to understand the LK algorithm and it returns me a list of points in float. How can I visualise these list of points? My expectation was that they are integer values basically pixel locations on the image, a location where a prospective goodFeaturesToTrack was found. Also, this question is related directly to the goodFeaturesToTrack function, where the function returns a feature array in float. How can I actually visualise this intuitively?

Difference between a list of points and list of pixels.

I am trying to understand the prev_pts and next_pts in the LK algorithm and it returns me a list of points in float. algorithm. How can I visualise these list of points? My expectation was that they are integer values basically pixel locations on the image, a location where a prospective goodFeaturesToTrack was found. Also, this question is related directly to the goodFeaturesToTrack function, where the function returns a feature array in float. How can I actually visualise this intuitively?

Difference between a list of points and list of pixels.

I am trying to understand the prev_pts and next_pts in the LK algorithm. How can I visualise these list of points? points intuitively? My expectation was that they are integer values basically pixel locations on the image, a location where a prospective goodFeaturesToTrack was found. Also, this question is related directly to the goodFeaturesToTrack function, where the function returns a feature array in float. How can I actually visualise this intuitively?