Tag Archives: opencv

OpenCV: Introduction and Simple Tricks in Python

OpenCV-AI-toolkit was first introduced nearly 20 years ago(in 1999) by Intel Research and it is getting richer and better every year since then. OpenCV was primarily written in C++ language but has bindings for Python, Java, and MATLAB that makes it easy to integrate into different ML/AI projects. You will find almost every Computer Vision(Computer Graphics based) project… Read More »

Python Predicts PUBG Mobile

A simple approach to predict future frames in video (PUBG) data using Python Introduction : It is impossible to predict the future! ( Unless you have a time stone -:) ). But predicting the immediate future is not very hard for us (Humans). We do it in the real-life quite often — while playing a game or watching a movie one can… Read More »