All Projects → parulnith → Image-Processing-in-Python

parulnith / Image-Processing-in-Python

Licence: other
This repository contains the links to the article that I wrote on Medium pertaining to Image processing.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Image-Processing-in-Python

Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (+234.78%)
Mutual labels:  segmentation, face-detection
image processing
image-processing exercises.
Stars: ✭ 25 (+8.7%)
Mutual labels:  face-detection, opencv-python
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (+56.52%)
Mutual labels:  face-detection, opencv-python
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (+104.35%)
Mutual labels:  face-detection, opencv-python
BlurryFaces
A tool to blur faces or other regions in images and videos 🤡🔍
Stars: ✭ 58 (+152.17%)
Mutual labels:  face-detection, opencv-python
lite.ai.toolkit
🛠 A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOX, YOLOP, MODNet, YOLOR, NanoDet, YOLOX, SCRFD, YOLOX . MNN, NCNN, TNN, ONNXRuntime, CPU/GPU.
Stars: ✭ 1,354 (+5786.96%)
Mutual labels:  segmentation, face-detection
rps-cv
A Rock-Paper-Scissors game using computer vision and machine learning on Raspberry Pi
Stars: ✭ 102 (+343.48%)
Mutual labels:  opencv-python, skimage
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+121.74%)
Mutual labels:  face-detection, opencv-python
Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (+4.35%)
Mutual labels:  face-detection, opencv-python
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (+30.43%)
Mutual labels:  face-detection, opencv-python
object detector
Object detector from HOG + Linear SVM framework
Stars: ✭ 24 (+4.35%)
Mutual labels:  face-detection, opencv-python
Age-Prediction
This Project is an applicaton based on Computer vision and Machine learning implementation using regression supervised classification.
Stars: ✭ 26 (+13.04%)
Mutual labels:  face-detection, opencv-python
ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language 🎉
Stars: ✭ 28 (+21.74%)
Mutual labels:  face-detection, opencv-python
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (-8.7%)
Mutual labels:  face-detection, opencv-python
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (+8.7%)
Mutual labels:  face-detection, opencv-python
FaceEmotionClassifier
人脸识别与卡通化
Stars: ✭ 102 (+343.48%)
Mutual labels:  opencv-python
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (+134.78%)
Mutual labels:  face-detection
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (+39.13%)
Mutual labels:  face-detection
opencv-steel-darts
Automatic scoring system for steel darts using OpenCV, a Raspberry Pi 3 Model B and two webcams.
Stars: ✭ 138 (+500%)
Mutual labels:  opencv-python
segmentation training pipeline
Research Pipeline for image masking/segmentation in Keras
Stars: ✭ 54 (+134.78%)
Mutual labels:  segmentation

Image Processing in Python

Sooner or later all things are numbers, including images

About this repository

This repository contains the links to the that I wrote on Medium pertaining to Image processing.

Python

Image Segmentation using Python’s scikit-image module.

An overview of the scikit-image library’s image segmentation methods.

We all are pretty aware of the endless possibilities offered by Photoshop or similar graphics editors that take a person from one image and place them into another. However, the first step of doing this is identifying where that person is in the source image and this is where Image Segmentation comes into play. There are many libraries written for Image Analysis purpose. In this article, we will be discussing in detail about scikit-image, a Python-based image processing library.

OpenCV-Python

Face Detection with Python using OpenCV

This tutorial will introduce you to the concept of object detection in Python using the OpenCV library and how you can utilize it to perform tasks like Facial detection.

Face detection is a computer vision technology that helps to locate/visualize human faces in digital images. This technique is a specific use case of object detection technology that deals with detecting instances of semantic objects of a certain class (such as humans, buildings or cars) in digital images and videos. With the advent of technology, face detection has gained a lot of importance especially in fields like photography, security, and marketing.

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