Skip to content

Instantly share code, notes, and snippets.

View ndujar's full-sized avatar

Rabindranath Andujar ndujar

View GitHub Profile
@ndujar
ndujar / opencv_loop.py
Created April 26, 2020 19:17
OpenCV main loop
"""
Module for video processing using opencv
"""
import time
import argparse
import numpy as np
import pandas as pd
import cv2