Ask Your Question

isaacsales's profile - activity

2019-07-04 23:14:17 -0600 received badge  Famous Question (source)
2017-11-15 15:19:33 -0600 received badge  Notable Question (source)
2017-05-21 20:33:31 -0600 received badge  Popular Question (source)
2015-12-09 12:45:08 -0600 commented question How can I tranform my video image on a plan where I can find any coordinate for any pixel? Is there any function in OpenCV 3.0 for it using Python 2.7?

So far I've already got the features detected, but to tracking these features I need to do the homography first and I don't know how.

2015-12-09 09:02:43 -0600 asked a question How can I tranform my video image on a plan where I can find any coordinate for any pixel? Is there any function in OpenCV 3.0 for it using Python 2.7?

I'm using OpenCV 3.0 to detect car's corners from video image to track it later. But to tracking this I need to know the coordinates of the corners detected in a reference plan. This is what we called Homography. I've already researched this in the tutorial, but there is nothing in the sense that I need. Can anyone help me with this?

2015-12-03 06:36:05 -0600 received badge  Editor (source)
2015-12-03 06:18:32 -0600 commented question How can I detection features from a video which has already passed through the background subtraction process?

I need to detect car's corners in a video but when I do this from the original video corners that I don't want are detected, for example corners from the background. So I'd know if it is possible to extract the background and then to detect just those features that I need.

2015-12-03 05:55:28 -0600 asked a question How can I detection features from a video which has already passed through the background subtraction process?

I am trying to detect features from a video has already passed through the background subtraction process but I didn't achieve success and I don't know if it is possible to do this. Can anyone help me? Thanks!

2015-11-26 09:33:39 -0600 received badge  Scholar
2015-11-26 09:33:10 -0600 commented answer Cannot find BackgroundSubtractorMOG() and BackgroundSubtractorGMG() in OpenCV 3.0 with Python 2.7

Thanks Lorena. It was very helpful. I've followed this tutorial here: https://opencv-python-tutroals.readth...

2015-11-26 08:43:40 -0600 asked a question Cannot find BackgroundSubtractorMOG() and BackgroundSubtractorGMG() in OpenCV 3.0 with Python 2.7

I was trying to make some codes following the tutorial, but when I use these functions as suggested in the doc it appears this error: AttributeError: 'module' object has no attribute 'createBackgroundSubtractorMOG'.

What should I do? Thanks!