#
opencv-python
Here are 1,758 public repositories matching this topic...
samjett247
commented
Mar 1, 2020
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
machine-learning
gui
image-processing
cnn
sudoku-solver
image-segmentation
hough-transform
cv2
digital-image-processing
opencv-python
blob-detection
knn-classification
hough-lines
knn-classifier
tkinter-gui
tkinter-python
cnn-tensorflow
sudoku-grabber
digit-recognition-application
hough-line-transform
-
Updated
Jan 30, 2020 - Python
Implementation of Quickdraw - an online game developed by Google
python
opencv
deep-neural-networks
computer-vision
deep-learning
neural-network
cnn
python3
pytorch
neural-networks
image-classification
deeplearning
cv2
quickdraw
opencv-python
quickdraw-dataset
-
Updated
Feb 5, 2019 - Python
A set of Python classes that transport OpenCV images from one computer to another using PyZMQ messaging.
-
Updated
May 23, 2020 - Python
Opencv4.0 with python (English&中文), and will keep the update ! 👊
-
Updated
May 13, 2020 - Python
object detection using deep learning and multi-object tracking
tracker
opencv
caffe
computer-vision
deep-learning
tensorflow
detection
jupyter-notebook
cnn
python3
yolo
object-detection
object-tracking
opencv-python
caffemodel
multi-object-tracking
ssd-mobilenet
iou-tracker
yolov3
caffemodel-zoo
-
Updated
Mar 29, 2020 - Jupyter Notebook
Simple example of using a CSI-Camera (like the Raspberry Pi Version 2 camera) with the NVIDIA Jetson Nano Developer Kit
-
Updated
Apr 4, 2020 - Python
Finger Detection and Tracking using OpenCV and Python
python
opencv
computer-vision
numpy
matplotlib
object-detection
opencv-python
hand-detection
tracking-by-detection
finger-detection
-
Updated
Apr 19, 2020 - Python
Real-time Facial Emotion Detection using deep learning
opencv
computer-vision
deep-learning
tflearn
opencv-python
haar-cascade
emotion-detection
emotion-recognition
-
Updated
May 1, 2020 - Python
OpenCV-Python4.1 中文文档
-
Updated
Mar 15, 2020 - Python
一个基于opencv、dilb的员工人脸识别考勤系统
-
Updated
Jun 12, 2019 - Python
YOLOv2 and MobileNet_SSD detection algorithms used along with KCF object tracker
opencv
computer-vision
detection
object-detection
object-tracking
opencv-python
opencv3
kcf
yolov2
mobilenet-ssd
kcf-tracker
-
Updated
Jul 7, 2018 - Python
Türkçe olarak hazırlanmış Python programlama dili ile ilgili içeriklerin derlendiği sayfa.
python
flask
django
requests
beautifulsoup
pyqt
opencv-python
turkce
egitim
turkce-kaynak
nedir
python-dersleri
kaynak
pytqt
-
Updated
Apr 29, 2020
Facial Expression or Facial Emotion Detector can be used to know whether a person is sad, happy, angry and so on only through his/her face. This Repository can be used to carry out such a task.
-
Updated
Oct 24, 2018 - Python
data-science
machine-learning
computer-vision
numpy
image-processing
feature-extraction
classification
opencv-python
k-nearest-neighbours
classification-algorithm
color-detection
color-recognition
knn-classification
color-histogram
color-classification
-
Updated
Dec 21, 2019 - Python
Color tracking with OpenCV
tracker
python
opencv
machine-learning
computer-vision
numpy
image-processing
object-detection
object-tracking
opencv-python
color-detection
color-tracker
-
Updated
Oct 9, 2018 - Python
Training a Neural Network to Detect Gestures and Control Smart Home Devices with OpenCV in Python
-
Updated
Feb 19, 2020 - Jupyter Notebook
Open
Remove .idea files
CT83
opened
Mar 13, 2020
Vehicle Speed Check
-
Updated
Oct 6, 2019 - Python
Problem Set solutions for the "Introduction to Computer Vision (ud810)" MOOC from Udacity
activity-recognition
image-processing
sift
ransac
harris-corners
hough-transform
opencv-python
stereo-matching
lucas-kanade
particle-filter-tracking
motion-history-images
-
Updated
Oct 15, 2018 - Python
Python and OpenCV scripts to detect digits on a Gas Pump
-
Updated
Aug 15, 2017 - Python
Survelliance system with deep learning based people detection (YOLO)
-
Updated
Sep 25, 2017 - Python
A Box detection algorithm for any image containing boxes.
-
Updated
Feb 18, 2020 - Jupyter Notebook
A Rock-Paper-Scissors game using computer vision and machine learning on Raspberry Pi
game
raspberry-pi
opencv
machine-learning
computer-vision
sklearn
image-classification
image-recognition
rock-paper-scissors
raspberry-pi-camera
opencv-python
skimage
-
Updated
Aug 16, 2019 - Python
Aruco Markers for pose estimation
-
Updated
Apr 15, 2020 - Python
Conducts image stitching upon an input video to generate a panorama in 3D
-
Updated
Jun 3, 2017 - Python
2
kshitipatel
commented
Dec 23, 2019
line 71, in store_images
contour = max(contours, key = cv2.contourArea)
error: OpenCV(4.1.2) C:\projects\opencv-python\opencv\modules\imgproc\src\shapedescr.cpp:274: error: (-215:Assertion failed) npoints >= 0 && (depth == CV_32F || depth == CV_32S) in function 'cv::contourArea'
Download, Compile, Build, and Install OpenCV 3.2.0 with Extra Modules on RPI running Jessie
python
raspberry-pi
opencv
rpi
bashrc
opencv-python
raspberry-pi-3
opencv3
opencv-contrib-python
opencv-contrib
-
Updated
Jul 14, 2019
Improve this page
Add a description, image, and links to the opencv-python topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opencv-python topic, visit your repo's landing page and select "manage topics."


File "E:\New folder\multi-person-openpose.py", line 166, in
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1132: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "pose/coco/pose_iter_440000.caffemodel" in function 'cv::dnn::ReadProtoFromBinaryFile'