Ask Your Question

mamrkov's profile - activity

2014-05-09 08:26:10 -0600 commented answer OpenCV Image(object) detection in video

Ok, thank you a lot !!!

2014-05-09 07:50:45 -0600 commented answer OpenCV Image(object) detection in video

I mean that i have captured the video , make a circle over the object in three random frames and after that process the video. After processing i want to see the position of the object in every frame (circle or rectangle). What do you think about that?

2014-05-09 04:16:21 -0600 commented answer OpenCV Image(object) detection in video

So do you think that if i have just a few images(up to 3) i can have good results (>85% recognition) with BOW approach? And what time you think i need to process a video about a minute 30 fps on IOS device? Thanks in advance i'm just trying to see if this is possible and applicable in real situation.

2014-05-09 02:26:31 -0600 commented answer OpenCV Image(object) detection in video

I think that SVM is memory consuming and i want to use it on iphone. Although i didn't find tutorial how to add train images after recognizing the object while the process is working. So do you think that best approach is SVM with 3 trained images let say?

2014-05-09 02:22:36 -0600 received badge  Supporter (source)
2014-05-08 07:09:24 -0600 asked a question OpenCV Image(object) detection in video

I'm trying to recognize image(object) in every frame of video(picture by picture). I have a image of the object and want to find the rect where it is in every frame of the video. I was using feature detection (openCV) but it's not going well. Objects like TVs(objects which are one color) aren't recognized. So my question is which is best solution to do that? Are there some APIs which can use to find a image in picture?