Ask Your Question

kjoshi's profile - activity

2018-03-24 13:09:37 -0600 received badge  Enthusiast
2018-03-21 09:20:05 -0600 received badge  Editor (source)
2018-03-21 09:20:05 -0600 edited question Using cv::gpu::FAST_GPU with cv::gpu::PyrLKOpticalFlow in OpenCV 2.4.13.6.

Using cv::gpu::FAST_GPU with cv::gpu::PyrLKOpticalFlow in OpenCV 2.4.13.6. I am trying to follow the example provided he

2018-03-21 09:04:56 -0600 commented answer Using cv::gpu::FAST_GPU with cv::gpu::PyrLKOpticalFlow in OpenCV 2.4.13.6.

This is 2.4 version. However, I am trying not to bring the points back to the CPU. I want to operate on it within the

2018-03-20 08:01:56 -0600 commented answer Example of SparsePyrLKOpticalFlow

I apologize for that. Thanks a lot for your response. I have created a new question her. FAST_GPU with CalcOpticalFlow

2018-03-20 07:37:10 -0600 asked a question Using cv::gpu::FAST_GPU with cv::gpu::PyrLKOpticalFlow in OpenCV 2.4.13.6.

Using cv::gpu::FAST_GPU with cv::gpu::PyrLKOpticalFlow in OpenCV 2.4.13.6. I am trying to follow the example provided he

2018-03-20 07:22:22 -0600 commented question [OPENCV GPU] How can I convert GpuMat and Vector<Point2f>

Any luck with this issue? I am also trying to using PyrLKOpticalFlow and I can not pass the gpuMat that i get from FAST_

2018-03-20 07:08:32 -0600 commented question calcOpticalFlowPyrLK assertion failure

were you able to resolve this ?

2018-03-20 06:22:11 -0600 commented answer Example of SparsePyrLKOpticalFlow

How can I use a FAST_GPU function to detect the features and then use PyrLKOpticalFlow? The GpuMat format that is retur

2018-03-19 13:07:44 -0600 commented answer feature tracking assertion fail error

How can I convert the points of type 5 to type 13 that is taken by the OpticalFlowPyrLK ?

2018-03-19 13:07:43 -0600 commented question feature tracking assertion fail error

Were you able to solve this issue ?