Archives for OpenCV


Image registration is the process that overlays two or more images from different sources taken at different times and angles.
The post What is image registration and how does it work? appeared first on Analytics India Magazine.
“OpenCV, Tensorflow, PyTorch merger”: OpenCV’s CEO Satya Mallick’s announcement causes confusion








Background subtraction is a widely used approach to detect moving objects in a sequence of frames from static cameras. The base in this approach is that of detecting moving objects from the difference between the current frame and reference frame, which is often called ‘Background Image’ or ‘Background Model’.
The post Using Background Subtraction Methods in Image Processing appeared first on Analytics India Magazine.


The Principal Component Analysis is a popular unsupervised learning algorithm that is widely known for dimensionality reduction. It increases the interpretability and also reduces the loss of information while reducing the dimensionality.
The post Detecting Orientation of Objects in Image using PCA and OpenCV appeared first on Analytics India Magazine.

