All Projects → shekkizh → Imageprocessingprojects

shekkizh / Imageprocessingprojects

Licence: mit
Image processing using python and opencv

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Imageprocessingprojects

Brfv4 mac examples
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 25 (-87.8%)
Mutual labels:  opencv, face-tracking
Traffic Light Detector
Detect traffic lights and classify the state of them, then give the commands "go" or "stop".
Stars: ✭ 37 (-81.95%)
Mutual labels:  object-detection, opencv
Tensorflow object counting api
🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
Stars: ✭ 956 (+366.34%)
Mutual labels:  object-detection, opencv
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-1.46%)
Mutual labels:  object-detection, opencv
Leagueai
LeagueAI software framework for League of Legends that provides information about the state of the game based on Image Recognition using OpenCV and Pytorch.
Stars: ✭ 128 (-37.56%)
Mutual labels:  object-detection, opencv
Dataaugmentationforobjectdetection
Data Augmentation For Object Detection
Stars: ✭ 812 (+296.1%)
Mutual labels:  object-detection, opencv
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-2.93%)
Mutual labels:  object-detection, opencv
Openvino Yolov3
YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
Stars: ✭ 500 (+143.9%)
Mutual labels:  object-detection, opencv
Color Tracker
Color tracking with OpenCV
Stars: ✭ 128 (-37.56%)
Mutual labels:  object-detection, opencv
Opencv Detection Models
OpenCV trained detection models: Haar, HOG and other
Stars: ✭ 116 (-43.41%)
Mutual labels:  object-detection, opencv
Opencvtutorials
OpenCV-Python4.1 中文文档
Stars: ✭ 720 (+251.22%)
Mutual labels:  object-detection, opencv
Bmw Yolov4 Inference Api Cpu
This is a repository for an nocode object detection inference API using the Yolov4 and Yolov3 Opencv.
Stars: ✭ 180 (-12.2%)
Mutual labels:  object-detection, opencv
Openlabeling
Label images and video for Computer Vision applications
Stars: ✭ 706 (+244.39%)
Mutual labels:  object-detection, opencv
Yolo annotation tool
Annotation tool for YOLO in opencv
Stars: ✭ 17 (-91.71%)
Mutual labels:  object-detection, opencv
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+183.9%)
Mutual labels:  object-detection, opencv
Object Detection And Location Realsensed435
Use the Intel D435 real-sensing camera to realize target detection based on the Yolov3 framework under the Opencv DNN framework, and realize the 3D positioning of the Objection according to the depth information. Real-time display of the coordinates in the camera coordinate system.ADD--Using Yolov5 By TensorRT model,AGX-Xavier,RealTime Object Detection
Stars: ✭ 36 (-82.44%)
Mutual labels:  object-detection, opencv
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+2100.49%)
Mutual labels:  opencv, face-tracking
Multi Object Tracker
Multi-object trackers in Python
Stars: ✭ 451 (+120%)
Mutual labels:  object-detection, opencv
Opencv Android Object Detection
This is sample code for object detection using OpenCV on android
Stars: ✭ 70 (-65.85%)
Mutual labels:  object-detection, opencv
Face mask detection
Face mask detection system using Deep learning.
Stars: ✭ 168 (-18.05%)
Mutual labels:  object-detection, opencv

#Image Processing Projects

This repository is a collection of all things fun in image processing achieved with opencv and python. Projects and implementations are ever so on random topics but interesting ones nevertheless.

  1. Image_Lib - contains common code files that is reused by most projects.
  2. PyImageSearchProblems - Kudos to Adrian for his awesome blog on image processing in opencv - PyImageSearch. The files in this folder mostly follow some of his blogs with my flavor to the problems here and there.
  3. PythonProjects - My playground! Every time someone mentions or I think of an interesting problem, it ends up here.
  4. SelfProjectUtils - Code that I usually use to understand images for tuning parameters in other projects and such.

Few example results:

  • With the availability of displays in various sizes, image retargeting or image resizing with content awareness is something that's done frequently nowadays. A simple implementation of seam carving a well known method and it's result(width reduction by 20%) is as below. Note that the content of the image is not scaled or cropped.

Input image Seam reduced image

  • Panoramic image stitching using SIFT/ SURF features.

  • Image Cartooning.

Image

  • Color transforms and compression.

  • Auto detect size of objects in images given a reference object. In the example below the height of iPhoneSE (Reference object in this case) was the only value that was provided to the algorithm.

  • Maze solver - an automatic maze path finder.
- A few days back when I was at a meetup I noticed people taking pictures of the presentation and I realized I could with some code make the whole thing better. So here it is unwarped and centered :)

Works decently good when there is some occlusion as well

  • Localization based on Bayesian inference. Here I samplea few locations by calibrating face location initially and perform inference after.

  • Can we provide anonymity for users in a video chat? A problem one of my friends suggested with a complicated yet awesome solution. This one here is just a simple fix I did.
  • Eye tracking as always been a topic I have found myself going back again and again to solve. This one here works real time and is based on the idea from Fabian Timm's paper.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].