All Projects → bytefish → Opencv

bytefish / Opencv

OpenCV projects: Face Recognition, Machine Learning, Colormaps, Local Binary Patterns, Examples...

Projects that are alternatives of or similar to Opencv

Robovision
AI and machine leaning-based computer vision for a robot
Stars: ✭ 126 (-79.81%)
Mutual labels:  opencv, face-recognition
Php Opencv
PHP extensions for OpenCV
Stars: ✭ 524 (-16.03%)
Mutual labels:  opencv, face-recognition
Intelegent lock
lock mechanism with face recognition and liveness detection
Stars: ✭ 134 (-78.53%)
Mutual labels:  opencv, face-recognition
Boss Detector
Change monitor screen when your boss is coming towards you!
Stars: ✭ 63 (-89.9%)
Mutual labels:  opencv, face-recognition
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (-65.54%)
Mutual labels:  opencv, face-recognition
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 (-87.98%)
Mutual labels:  opencv, face-recognition
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (-72.12%)
Mutual labels:  opencv, face-recognition
Facerec Lock
Face recognition to control servo lock using Raspberry Pi and OpenCV
Stars: ✭ 7 (-98.88%)
Mutual labels:  opencv, face-recognition
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-68.11%)
Mutual labels:  opencv, face-recognition
Facerecognition
Webcam face recognition using tensorflow and opencv
Stars: ✭ 192 (-69.23%)
Mutual labels:  opencv, face-recognition
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-91.83%)
Mutual labels:  opencv, face-recognition
Libfacerec
Face Recognition Library for OpenCV.
Stars: ✭ 341 (-45.35%)
Mutual labels:  opencv, face-recognition
Smart Surveillance System Using Raspberry Pi
This is my Third Year Project for face recognition using OpenCV
Stars: ✭ 41 (-93.43%)
Mutual labels:  opencv, face-recognition
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-83.01%)
Mutual labels:  opencv, face-recognition
Facerecog
Face Recognition using Neural Networks implemented using Keras
Stars: ✭ 39 (-93.75%)
Mutual labels:  opencv, face-recognition
Attendace management system
In this system we can fill attendance by face recognition
Stars: ✭ 135 (-78.37%)
Mutual labels:  opencv, face-recognition
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (+20.67%)
Mutual labels:  opencv, face-recognition
Opencv Course
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp.
Stars: ✭ 185 (-70.35%)
Mutual labels:  opencv, face-recognition
Computer Vision Guide
📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.
Stars: ✭ 244 (-60.9%)
Mutual labels:  opencv, face-recognition
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (-43.27%)
Mutual labels:  opencv, face-recognition

bytefish/opencv

This repository contains OpenCV code and documents.

More (maybe) here: https://www.bytefish.de.

colormaps

An implementation of various colormaps for OpenCV2 C++ in order to enhance visualizations. Feel free to fork and add your own colormaps.

Related posts

misc

Sample code that doesn't belong to a specific project.

  • Skin Color detection
  • PCA
  • TanTriggs Preprocessing

machinelearning

Document and sourcecode about OpenCV C++ machine learning API including:

  • Support Vector Machines
  • Multi Layer Perceptron
  • Normal Bayes
  • k-Nearest-Neighbor
  • Decision Tree

Related posts

eigenfaces

Eigenfaces implementation using the OpenCV2 C++ API. There's a very basic function for loading the dataset, you probably want to make this a bit more sophisticated. The dataset is available at http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html.

Related posts

lbp

Implements various Local Binary Patterns with the OpenCV2 C++ API:

  • Original LBP
  • Circular LBP (also known as Extended LBP)
  • Variance-based LBP

Basic code for spatial histograms and histogram matching with a chi-square distance is included, but it's not finished right now. There's a tiny demo application you can experiment with.

Related posts

lda

Fisherfaces implementation with the OpenCV2 C++ API.

Related posts

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].