selectROI is not working ?
I run this code https://github.com/spmallick/learnope... and I am using VS 14 in windows 10 and opencv 3.4.3 . In console "select a ROI and then press space or enter button! cancel the selection process by pressing c button!" I select the object by mouse and then when I press space or enter not working .how to fix that and do next step tracking?!
"not working" never works as an error report. be more concise, please.
when I press space or enter it repeat the sentence "select a ROI and then press space or enter button! cancel the selection process by pressing c button!"
you have to press enter or space in the GUI window, not the console one...
I press enter and then Esc and I got Unhandled exception thrown: read access violation. _Pnext was 0x100000009. I have no idea what this means as I'm still a beginner in C++.. I really need your help,Thank you in advance.
please add the code to the question , you must have modified it somewhere (at least for the video). we also need to see, which tracker you're using
also, please spare us further useless screenshots. those can't be indexed or quoted, and you only steal other folks bandwith like that.
I use same code and video , i just add #include <tracker.hpp> and I use Boosting tracker.
i tried, and could not reproduce the crash. (though someoone else reported problems with the BOOSTING one lately.
do problems go away, if you use something else (like MOSSE) ?
no I change the tracker same issue.