MasteringOpenCV / code

Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.
Other
2.73k stars 1.65k forks source link

Chapter 3:Multiple Object Detection And Tracking #34

Open Reena24 opened 10 years ago

Reena24 commented 10 years ago

Hi if I were to perform parallel object detection and tracking for multiple objects using Markerless AR in Chapter 3 how would I do it.( using openmp) If I were to include vocabulary tree in it and use kd tree for matching the input frame from the video and the keyframes in vocabulary tree how would I do it. Just an idea of the flow would be fine . I just want to implement the code in Markerless AR