Ask Your Question

coco's profile - activity

2019-01-25 13:44:45 -0600 received badge  Popular Question (source)
2014-11-18 01:08:05 -0600 commented answer how to extract car features from video of moving car?

@thdrksdfthmn hey thnx for reply and sorry for late. I tried surf method but it is limited to only one view and only one car. so now confused that how can i detect any car with any view. is there possible to use combination of methods? but i don't know how exactly work? Please Reply if you get my question. and thnx in advance.

2014-11-18 01:03:17 -0600 commented question how to extract car features from video of moving car?

@berak hey my code is round 300line. that's why i can't put it here. and i tried surf method it works..but one biggest constraint is that i can detect only one car and only one view so it will generate bad result. now what to do?

2014-11-13 03:15:08 -0600 received badge  Supporter (source)
2014-11-12 04:47:01 -0600 commented question how to extract car features from video of moving car?

@thdrksdfthmn can you send me your email id . so that i can send you my code. I actually perform two option in parallel 1) to do surf method on video. 2)use car.xml file and then run code In 1st option I can successfully run code for image in that code I give one image as input and then it compare exact key-points in image and recognize same car from it. the same code in video i can't detect. and for 2nd option i use car.xml file it detect only top view car and only applicable to 1video for live purpose and different angle camera it is not working. So please help me on this. Thanx in advance.

2014-11-12 00:33:58 -0600 commented answer Object classification (pedestrian, car, bike)

@GilLevi Thanks . Please try and tell me asap.

2014-11-12 00:32:33 -0600 commented question how to extract car features from video of moving car?

@thdrksdfthmn @abhishek Kumar Annamraju @GilLevi Hey guys please help me on this topic. Its' urgent. I already used bgs method but can't get my goal. I wan to detect only car from traffic and eliminate other like pedestrian and two wheeler . for that i want to detect only car feature. I include car xml but it gives me bad result for top view camera. My camera is at around 60 to 70 degree angle from bottom. and also i tried SURF method but don't know how to use it for my project. please help me on this. please. Thank you in advance

2014-11-11 04:45:27 -0600 commented answer Object classification (pedestrian, car, bike)

@GilLevi @berak hey i am working on similar project and i want recognize only car from traffic and eliminate other. I already used background subtraction and also SURF method. but can't get proper output. And I also don't know much about SURF . Please can you help me?

2014-11-11 04:32:11 -0600 commented question how to extract car features from video of moving car?

berak hey dude can you please help me on this? it's urgent.I can't extract car feature from any video either man or vehicle it detect as same. i used only SURF method but it is not working properly and my code become tedious.

2014-11-10 04:48:57 -0600 asked a question how to extract car features from video of moving car?

i applied background subtraction but i cant identify that whether is car or man or vehicle. I want to extract particular car from traffic video and count for it.

2014-11-02 23:53:15 -0600 commented question how to solve occlusion problem in multiple object?

@thdrksdfthmn @Abhishek Kumar Annamraju Hey guys , is there any method for the motion of each person is independent of the others in video. it appy after the background substraction for multiple people tracking.

2014-10-21 00:47:52 -0600 commented question how to solve occlusion problem in multiple object?

@thdrksdfthmn @Abhishek Kumar Annamraju Hey,guys I work on all link but i couldn't find proper one . Actually, I work on multiple people tracking and successful tracking individual person using background subtraction. when two people intersect it track as one rectangle so i want to apply occlusion based algorithm to solve this error. can you give me some sample code which use kalmaan and occlusion combined for multiple object tracking. please reply as fast as possible. Thank you in advance

2014-10-20 00:57:59 -0600 commented question how to solve occlusion problem in multiple object?

@thdrksdfthmn @Abhishek Kumar Annamraju Hey,guys I work on all link but i couldn't find proper one . Actually, I work on multiple people tracking and successful tracking individual person using background subtraction. when two people intersect it track as one rectangle so i want to apply occlusion based algorithm to solve this error. can you give me some sample code which use kalmaan and occlusion combined for multiple object tracking. please reply as fast as possible. Thank you in advance

2014-10-20 00:32:13 -0600 commented question how to solve occlusion problem in multiple object?

@thdrksdfthmn @Abhishek Kumar Annamraju Hey,guys I work on all link but i couldn't find proper one . Actually, I work on multiple people tracking and successful tracking individual person using background subtraction. when two people intersect it track as one rectangle so i want to apply occlusion based algorithm to solve this error. can you give me some sample code which use kalmaan and occlusion combined for multiple object tracking. please reply as fast as possible. Thank you in advance

2014-10-19 02:30:45 -0600 received badge  Student (source)
2014-10-19 01:53:22 -0600 commented question how to solve occlusion problem in multiple object?

@Abhishek Kumar Annamraju @thdrksdfthmn thank you for reply. I am trying all methods. It will take some time. Letter i will inform you about it. Thanks again

2014-10-17 00:09:14 -0600 commented question how to solve occlusion problem in multiple object?

@thdrksdfthmn Thanx for the reply. Train feature means...train own algorithm like left eye , right eye and all other face feature have own xml file. so i want specific shape base feature for that I have to train them and make xml file so that I can include directly in to my code . So do you know exact procedure to train feature.

2014-10-16 06:57:51 -0600 commented question how to solve occlusion problem in multiple object?

@thdrksdfthmn thanx I will try and Let you know if I will Find Any Problem. Meanwhile Can you tell me how to train features of any object. And practical example for it.

Than in Advance. :)

2014-10-16 01:52:18 -0600 commented answer Accessing pixel and coordinate of an image using OpenCV

@hayden Hey can you tell me how to find any extreme points of contour like car contour. I already use background subtraction, findcontour , drawcontour in my code . now i want find any point from this contour and using contour i want to find distance between extreme points on contour and minimum point on contour because my object is moving in real time.

2014-10-16 01:43:59 -0600 commented question how to solve occlusion problem in multiple object?

@thdrksdfthmn Yeah Kalman filter. Which is actually use for occlusion.

But don't know how to use it.

and how to include on my own code

2014-10-16 01:41:36 -0600 commented answer Help me to track the mistake for measuring angles in opencv

berak I can't find any answer or question.

I am stuck on one problem about how to find any pixels coordinates from contour.

I already use findcontour , drawcontour. I want any specific pixels from it. Can you help me

2014-10-16 01:37:43 -0600 commented question how to solve occlusion problem in multiple object?

thanx Abhishek Kumar Annamraju. I got knowledge from this . Can you tell me how to use kalman filter in occlusion i found some reference code but don't know how to use it. how to relate kalman filter to occlusion.

2014-10-09 07:29:39 -0600 asked a question how to solve occlusion problem in multiple object?

I am trying to run code of occlusion for multiple object tracking and following I don't know much about occlusion please suggest some code or solution regarding multiple object tracking

2014-09-11 04:35:40 -0600 answered a question Help me to track the mistake for measuring angles in opencv

Hey dude...did you find answer? Let me know if you would