Track an object in VC++ using opencv (not color base tarcking)

Odpovědět Track an object in VC++ using opencv (not color base tarcking)

  • 7. března 2012 11:23
     
     

    Hi,

    i want to make an application to track an object in vc++ like i have to draw a rectangle or circle or polygon and after define this area for an object now if i am moving that object then that draw polygon should be move with that object...

    please tell me if there are any code review on that topic. 

    • Přesunutý Helen ZhouModerator 9. března 2012 8:43 (From:ClickOnce and Setup & Deployment Projects)
    •  

Všechny reakce

  • 7. března 2012 19:44
     
     

    As in your duplicatw post later on:

    The title of this forum is "ClickOnce and Setup & Deployment Projects" and it's for people developing setup projects. You need to find an appropriate form for your drawing issue

    Phil Wilson

  • 9. března 2012 8:58
    Moderátor
     
     
    Hi Yogendra,

    What does the OBJECT means in your expression? The rectangle or circle? Please elaborate more and more clear about what you are trying to do. And maybe you can start with this tutorial: Tracking colored objects in OpenCV

    Helen Zhou [MSFT]
    MSDN Community Support | Feedback to us

  • 13. března 2012 7:13
     
     

    Hi Helen, 

    Thanks to reply me but i dont want to track any colored object, i want like if i select a rectangle  on any kind of object for exmp mobile, a single figure or Car image i selected now if i am moving this selected object in rectangle  then that rectangle should follow with selected image in rectangle..

  • 26. června 2012 6:59
     
     Odpovědět

    Hi, 

    Thanks to reply me now its solve this situation can we track using Haar cascade or Template matching that's is the best way to track any kind of object tracking..

  • 23. května 2013 18:38
     
     

    Hi, 

    Thanks to reply me now its solve this situation can we track using Haar cascade or Template matching that's is the best way to track any kind of object tracking..

    Hey i was looking for the same, i need to track using a mobile cam and i dont want to use a color tracking, could you letme know if it worked well for you using Harr-cascade and what libraries where you using or something