Ask Your Question

Norah's profile - activity

2018-09-26 13:57:54 -0600 commented question selectROI is not working ?

no I change the tracker same issue.

2018-09-26 08:18:42 -0600 commented question selectROI is not working ?

I use same code and video , i just add #include <tracker.hpp> and I use Boosting tracker.

2018-09-26 08:16:57 -0600 edited question selectROI is not working ?

selectROI is not working ? I run this code https://github.com/spmallick/learnopencv/blob/master/MultiObjectTracker/multi

2018-09-26 07:55:47 -0600 edited question selectROI is not working ?

selectROI is not working ? I run this code https://github.com/spmallick/learnopencv/blob/master/MultiObjectTracker/multi

2018-09-26 07:51:50 -0600 edited question selectROI is not working ?

selectROI is not working ? I run this code https://github.com/spmallick/learnopencv/blob/master/MultiObjectTracker/multi

2018-09-26 06:24:32 -0600 commented question selectROI is not working ?

I press enter and then Esc and I got Unhandled exception thrown: read access violation. _Pnext was 0x100000009. I have

2018-09-26 06:23:16 -0600 commented question selectROI is not working ?

I press enter and then Esc and I got Unhandled exception thrown: read access violation. _Pnext was 0x100000009. I have

2018-09-26 06:21:40 -0600 edited question selectROI is not working ?

selectROI is not working ? I run this code https://github.com/spmallick/learnopencv/blob/master/MultiObjectTracker/multi

2018-09-26 06:08:24 -0600 commented question selectROI is not working ?

I press enter and then Esc and I got Unhandled exception thrown: read access violation. _Pnext was 0x100000009.

2018-09-26 05:13:55 -0600 commented question selectROI is not working ?

when I press space or enter it repeat the sentence "select a ROI and then press space or enter button! cancel the select

2018-09-26 05:11:09 -0600 received badge  Editor (source)
2018-09-26 05:11:09 -0600 edited question selectROI is not working ?

selectROI is not working ? I run this code https://github.com/spmallick/learnopencv/blob/master/MultiObjectTracker/multi

2018-09-26 04:26:43 -0600 asked a question selectROI is not working ?

selectROI is not working ? I run this code https://github.com/spmallick/learnopencv/blob/master/MultiObjectTracker/multi

2018-09-21 12:22:44 -0600 commented answer class "cv::Tracker" has no member "create"?

sorry yes I am using VS 2015 in windows 10 I got that The program '[8864] tracking.exe' has exited with code -1073741515

2018-09-21 10:17:59 -0600 commented answer class "cv::Tracker" has no member "create"?

sorry what is -lopencv_tracking ?

2018-09-21 09:57:23 -0600 commented answer class "cv::Tracker" has no member "create"?

Thanks I change it to Ptr<tracker> tracker = TrackerKCF::create(); but also I got errors even I put libraries in

2018-09-21 09:54:04 -0600 commented answer class "cv::Tracker" has no member "create"?

Thanks I change it to Ptr<tracker> tracker = TrackerKCF::create(); but also I got errors even I put libraries in

2018-09-21 08:32:55 -0600 received badge  Student (source)
2018-09-21 08:15:04 -0600 asked a question class "cv::Tracker" has no member "create"?

class "cv::Tracker" has no member "create"? I tried to use the code form https://docs.opencv.org/3.1.0/d2/d0a/tutorial_i