OpenCV 3 Multiple Object Tracking by Image Subtraction C++ full source code

preview_player
Показать описание
If you found this video helpful please consider supporting me on Patreon:

Prerequisite:
OpenCV C++ Installation/Configuration:

Part 1: OpenCV 3 Play Video File C++

Part 2: OpenCV 3 Image Subtraction C++

Part 3: OpenCV 3 Mouse Move Prediction Algorithm C++

Part 4: OpenCV 3 Multiple Object Tracking by Image Subtraction C++ full source code

Part 5: OpenCV 3 Car Counting C++ full source code
Рекомендации по теме
Комментарии
Автор

What is the minimum Visual Studio version that fully supports OpenCV 3? I have tried with Visual Studio 2008 and OpenCV 2.3.1(the last version supposed to work with 2008) but only very basic samples such as webcam display worked.

aabb-zzuw
Автор

Hi, Can you tell me how to change stream from video to webCam. I change the capVideo to capVideo(0) and i comment capVideo.open("768x576.avi") but i have comunication that: "error: video file must have at least two frames". I comment this too but the program show only once image from camera and stop. Thanks for reply !!

milamillaa
Автор

Thanks for the informative vid! Just wanted to know how I would change the main.cpp source code if I wanted to use my webcam instead of a video file, any help would be great!

pp.
Автор

wish you make a video for machine learning object detection and recognition

sotosgamias
Автор

I use visual 2017 and OpenCV 3.4.1 and got error at include "Blob.h"

khanhta
Автор

hopefully you can make a video about discrete continuous for MOT :)

fuhodev
Автор

Hello I am trying to run your code in ubuntu linux and get this error message error: ISO C++ forbids declaration of 'convexHull' with no type [-fpermissive] for (auto &convexHull : convexHulls) can you help me with this? Many thanks in advance.
^

yoosh
Автор

If you want to use the same code with a live video stream from a Webcam, just do the following steps:

capVideo.open(0); // To capture from the webcam

// Then comment all the following " IF condition "
/* if <
{ capVideo.read(imgFrame2);
}
else { std::cout << "End of Video \n" ;
break;
}
} */

Then replace taht by this instruction

capVideo.read(imgFrame2);

And it should work fine

benhaddadomarhocine
Автор

hi, could the raspberry pi3 handle this program? thanks.

qzorn
Автор

HI Chris
Thank you for you excellent video
I am getting some error like
"ntdll.dll'. Cannot find or open the PDB file."
"Critical error detected c0000374
object_tracking.exe has triggered a breakpoint.
The program '[13168] object_tracking.exe' has exited with code 0 (0x0)."

I am using Visual studio 2015 and openCV3.1

israfila
Автор

hi, do you have a tutorial c++ to take and save date/time from a video?

widiahaizu
Автор

I get the error message in the first step: "error reading video file", does anyone who has a comment for this?

aiandcybersecurity
Автор

Thank you! But we need more python opencv tutorials!

prylypko
Автор

please use high cut filter on your voice

sleepysundaymorning