There are 8 repositories under computer-vision-opencv topic.
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
Deploy Computer Vision solutions with a few lines of code.
A hands-on collection of foundational computer vision projects for everyone.
This project employs computer vision techniques to analyse 8-ball game footage and provide accurate shot predictions to enhance performance.
University Thesis project
VĂdeos, textos e exemplos ensinando o fundamental das mais recentes versões do Python e do OpenCV
Automate LinuxCNC with machine vision by detecting and probing holes while reading the dial of a Haimer 3D Sensor
The binary classification problem focused on first IEEE Image forensics challenge-phase 1, to predict the given image is pristine or manipulated/edited/fake. Comparing CNN & Transfer Learning models for the problem and boosting the performance by feature extraction
Legacy C language Image Processing and Computer Vision OpenCV Examples used for Teaching
This repository details the various methods I have attempted for skin segmentation.
Water level detection using draft marker readings, through the means of computer vision, machine learning and optical flow methods
Final project titled "Point Cloud Segmentation and Object Tracking using RGB-D Data" for the Machine Vision (EE 576) course.
Detect traffic lights and their locations from images using computer vision
Repairing old photos with OpenCV, starting from the masking process all the way up to the inpainting algorithm from Telea. This can also be used to just remove undesired items from images.
An AI-powered fitness tracker that uses real-time pose estimation to count reps, monitor form, and provide instant feedback for exercises like squats, push-ups, and bicep curls. Designed for accuracy, motivation, and adaptability
Computer vision project to perform real time license plate detection and OCR to read license plate text and make entry in a database
Java Image Processing and Computer Vision OpenCV Examples used for Teaching
Udacity Computer Vision Nanodegree - Facial Keypoint Detection Project
Udacity Computer Vision Nanodegree - Landmark Detection and Tracking Project
This repository is a C++ implementation of Farbman, et al. "Coordinates for instant image cloning"
Open-CV for Beginners
In partnership with ExperienceswithEVs, I derived additional insight into Charge Zone's charging utilization trends for April 2023 by extracting and analyzing consumption data from a heatmap they posted on LinkedIn.
CV2Filters a powerful Python package designed as a wrapper around OpenCV,cv2Filters simplifies image processing tasks by providing a higher-level abstraction of the underlying OpenCV functionality
PastryVision is a Computer Vision project that helps small pastry shops streamline operations, cut costs, and improve customer experience.
This project uses deep learning and the PyTorch framework to detect sports action categories in videos in real-time. The neural network is a simple custom neural network built with PyTorch.
The main abnormal behaviors that this project can detect are: Violence, covering camera, Choking, lying down, Running, Motion in restricted areas. It provides much flexibility by allowing users to choose the abnormal behaviors they want to be detected and keeps track of every abnormal event to be reviewed. We used three methods to detect abnormal behaviors: Motion influence map, Pattern recognition models, State event model. For multi-camera tracking, we combined a single camera tracking algorithm with a spatial based algorithm.
Deploy face detection app using deep learning
Verify Data Annotations in Yolo and PASCAL VOC Format
Demonstrates how to build an image recognition system using a Convolutional Neural Network (CNN). It encompasses the complete pipeline from data preprocessing to model training and prediction. This project serves as an excellent introduction to deep learning and computer vision, providing practical insights into image classification tasks.