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?