In this post, we will discuss about two Deep Learning based approaches for motion estimation using Optical Flow. FlowNet is the first CNN approach for calculating Optical Flow and RAFT which is the ...
Optical Flow in OpenCV (C++/Python)
In this post, we will learn about the various algorithms for calculating Optical Flow in a video or sequence of frames. We will discuss the relevant theory and implementation in OpenCV of sparse and ...
Simple Background Estimation in Videos using OpenCV (C++/Python)
In many computer vision applications, the processing power at your disposal is low. In such cases, we have to use simple, yet effective techniques. In this post, we will cover one such technique ...