Ask Your Question

axjensen's profile - activity

2020-12-02 11:51:05 -0600 received badge  Notable Question (source)
2019-10-25 17:31:49 -0600 received badge  Popular Question (source)
2018-09-26 07:20:00 -0600 received badge  Enthusiast
2018-09-21 10:44:31 -0600 asked a question How do I link static .a libraries in an Android Studio project?

How do I link static .a libraries in an Android Studio project? Hi, I am having troubles linking the prebuild static li

2013-03-20 02:03:53 -0600 received badge  Supporter (source)
2013-03-20 02:02:18 -0600 commented answer Is it possible to generate key points from points tracked optical flow?

Thank you, Guanta. I'm sticking with solution 1. It seems to work nicely. I'm now just naivly copying the intitial 2D locations properties to the tracked points.

2013-03-20 01:58:14 -0600 received badge  Scholar (source)
2013-03-19 07:37:53 -0600 asked a question Is it possible to generate key points from points tracked optical flow?

Hi,

I'm wondering if it is possible to generate KeyPoints from the 2D location tracked by a optical flow algorithm, such as calcOpticalFlowPyrLK?

I would like to eventually extract features at the 2D location of the tracked points, by they are merely 2D points and not KeyPoints, and therefor not suitable for OpenCV's DescriptorExtractor.

I could, of course, just initialize the KeyPoints from the 2D locations, but then I cannot initialize them with values. such as angle, size etc., which would influence the quality of the features.

Thanks