From: https://towardsdatascience.com/faster-video-processing-in-python-using-parallel-computing-25da1ad4a01 If you want to process a number of video files, it might take a from minutes to hours, depending on the size of the video, frame count, and frame dimensions. How can we speed up video processing? Parallel processing is the answer! If you are processing images in batches, you can utilize the … Continue reading Faster Video Processing in Python using Parallel Computing
Category: OpenCV
Deep Learning based Super Resolution with OpenCV
From: https://towardsdatascience.com/deep-learning-based-super-resolution-with-opencv-4fd736678066 Table of Content Super ResolutionSteps to upscale images in OpenCVDifferent pre-trained modelsSamples of resultsNotes and references Super Resolution in OpenCV OpenCV is an open-source computer vision library that has an extensive collection of great algorithms. Since one of the latest mergers, OpenCV contains an easy-to-use interface for implementing Super Resolution (SR) based on … Continue reading Deep Learning based Super Resolution with OpenCV

