All Projects → lony → python-opencv-crop

lony / python-opencv-crop

Licence: other
Crop images using contrast to background

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python-opencv-crop

ARKitImageRecognition
ARKit 1.5 - Image Recognition Demo
Stars: ✭ 34 (+36%)
Mutual labels:  image-recognition
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+396%)
Mutual labels:  image-recognition
zalo-landmark
Zalo AI Challenge - Landmark Identification
Stars: ✭ 39 (+56%)
Mutual labels:  image-recognition
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (+48%)
Mutual labels:  image-recognition
Classify-Real-Time-Desktop
Inception model used to classify camera feed on real time. Coded during the Deep Learning Hackathon 2017 San Francisco
Stars: ✭ 44 (+76%)
Mutual labels:  image-recognition
intruder-detector-python
Build an application that alerts you when someone enters a restricted area. Learn how to use models for multiclass object detection.
Stars: ✭ 16 (-36%)
Mutual labels:  image-recognition
ImageRetrieval
Content Based Image Retrieval Techniques (e.g. knn, svm using MatLab GUI)
Stars: ✭ 51 (+104%)
Mutual labels:  image-recognition
Php-Google-Vision-Api
Google Vision Api for PHP (https://cloud.google.com/vision/)
Stars: ✭ 61 (+144%)
Mutual labels:  image-recognition
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+776%)
Mutual labels:  image-recognition
SURF
SURF - Speeded Up Robust Features - source code
Stars: ✭ 117 (+368%)
Mutual labels:  image-recognition
ChessBoardScanner
Java based Chess Board Scanner, which converts 2D chess board image into a machine readable format a.k.a. Forsyth–Edwards Notation (FEN). It uses OpenCV and Deeplearning4j frameworks, complemented with some proprietary algorithms implemented for realizing the goal. It currently supports the chess board and pieces sets of the most common online c…
Stars: ✭ 32 (+28%)
Mutual labels:  image-recognition
rps-cv
A Rock-Paper-Scissors game using computer vision and machine learning on Raspberry Pi
Stars: ✭ 102 (+308%)
Mutual labels:  image-recognition
object-size-detector-python
Monitor mechanical bolts as they move down a conveyor belt. When a bolt of an irregular size is detected, this solution emits an alert.
Stars: ✭ 26 (+4%)
Mutual labels:  image-recognition
jpetstore-kubernetes
Modernize and Extend: JPetStore on IBM Cloud Kubernetes Service
Stars: ✭ 21 (-16%)
Mutual labels:  image-recognition
ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language 🎉
Stars: ✭ 28 (+12%)
Mutual labels:  image-recognition
image space
Interactive Image similarity and Visual Search and Retrieval application
Stars: ✭ 91 (+264%)
Mutual labels:  image-recognition
BottleneckTransformers
Bottleneck Transformers for Visual Recognition
Stars: ✭ 231 (+824%)
Mutual labels:  image-recognition
ai-image-recognition-web
Derin Öğrenme Kütüphanesi Keras ile Python Flask Web Framework Üzerinde Nesne Tanıma Uygulaması - https://vision-image-classify.herokuapp.com/
Stars: ✭ 24 (-4%)
Mutual labels:  image-recognition
motor-defect-detector-python
Predict performance issues with manufacturing equipment motors. Perform local or cloud analytics of the issues found, and then display the data on a user interface to determine when failures might arise.
Stars: ✭ 24 (-4%)
Mutual labels:  image-recognition
ConvNet
A convolutional neural network for images recognition
Stars: ✭ 23 (-8%)
Mutual labels:  image-recognition

python-opencv-crop

Using OpenCV 3.3 and Python 3 to automatically crop sheets inside images for later archiving them inside a PDF.

Getting started

  • Clone repository
  • Create virtual environment virtualenv -p /usr/local/bin/python3 venv
  • Source virtual environment source venv/bin/activate
  • Install requirements pip install -r requirements.txt
  • Run script ./crop.py

Readings

Inspired from

Rotation

Learning

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