All Projects → akshaybhatia10 → Computervision Projects

akshaybhatia10 / Computervision Projects

Some simple computer vision implementations using OpenCV

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Computervision Projects

Opencv 3.2.0 Compiling On Raspberry Pi
Download, Compile, Build, and Install OpenCV 3.2.0 with Extra Modules on RPI running Jessie
Stars: ✭ 65 (-17.72%)
Mutual labels:  opencv
Faceai
一款入门级的人脸、视频、文字检测以及识别的项目.
Stars: ✭ 9,207 (+11554.43%)
Mutual labels:  opencv
Shawn pose estimation by opencv
This is my initial experiments on pose estimation using opencv.More details:http://www.cnblogs.com/singlex/p/pose_estimation_0.html
Stars: ✭ 75 (-5.06%)
Mutual labels:  opencv
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-16.46%)
Mutual labels:  opencv
Grid map
Universal grid map library for mobile robotic mapping
Stars: ✭ 1,135 (+1336.71%)
Mutual labels:  opencv
Opencv Android Object Detection
This is sample code for object detection using OpenCV on android
Stars: ✭ 70 (-11.39%)
Mutual labels:  opencv
Mobilnet ssd opencv
MobilNet-SSD object detection in opencv 3.4.1
Stars: ✭ 64 (-18.99%)
Mutual labels:  opencv
Opensource
An Open Source video surveillance management system for people making this world a safer place.
Stars: ✭ 75 (-5.06%)
Mutual labels:  opencv
Openframeworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
Stars: ✭ 8,652 (+10851.9%)
Mutual labels:  opencv
Low Face Mode
Dim and brighten the screen based on whether or not you are present! OpenCV detects face with webcam and dims screen if not present.
Stars: ✭ 75 (-5.06%)
Mutual labels:  opencv
Facial Recognition Python Django
Face detection and facial recognition along with recognized persons information fetched from database.
Stars: ✭ 66 (-16.46%)
Mutual labels:  opencv
Build Deep Learning Env With Tensorflow Python Opencv
Tutorial on how to build your own research envirorment for Deep Learning with OpenCV, Python, Tensorfow
Stars: ✭ 66 (-16.46%)
Mutual labels:  opencv
Ftcvision
Computer Vision library for FIRST Tech Challenge
Stars: ✭ 73 (-7.59%)
Mutual labels:  opencv
Opencv Wasm
Precompiled OpenCV 4.3.0 to JavaScript + WebAssembly for node and deno. 🦕
Stars: ✭ 65 (-17.72%)
Mutual labels:  opencv
Pyscenedetect
🎥 Python and OpenCV-based scene cut/transition detection program & library.
Stars: ✭ 1,203 (+1422.78%)
Mutual labels:  opencv
Sign Language
Sign Language Recognition for Deaf People
Stars: ✭ 65 (-17.72%)
Mutual labels:  opencv
Imageminilab
opencv-python 应用
Stars: ✭ 68 (-13.92%)
Mutual labels:  opencv
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (+0%)
Mutual labels:  opencv
Object detector app
Real-Time Object Recognition App with Tensorflow and OpenCV
Stars: ✭ 1,210 (+1431.65%)
Mutual labels:  opencv
Qt 5 And Opencv 4 Computer Vision Projects
Qt 5 and OpenCV 4 Computer Vision Projects, published by Packt
Stars: ✭ 72 (-8.86%)
Mutual labels:  opencv

ComputerVision-Projects

Install

This project files requires Python 3 and the following Python libraries installed:

Following are some links to install OpenCV and dlib on mac, windows and linux:

OpenCV - Mac | Windows | Ubuntu

Dlib - Mac | Windows | Ubuntu

Run

python {file_name}.py

About

Some simple computer vision implementations using OpenCV such as:

  • Extracting facial landmarks for facial analysis by applying filters and face swaps.
  • Approximating contours, contour filtering and ordering.Segmenting images by understanding contours, circle, and line detection.
  • Feature detection (SIFT and ORB) to do object detection and implementing dbject detection for faces and cars.
  • Generative Adversarial Networks (GANs) applied to image.
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].