Skip to main content

Questions tagged [opencv]

Filter by
Sorted by
Tagged with
0 votes
0 answers
169 views

I am implementing a program on Arduino Nano ESP32: the KY-037 microphone is connected to the board and collects five seconds of analog signal. Then, an algorithm is applied to create a 128 x 128 ...
Alice's user avatar
  • 31
1 vote
1 answer
209 views

I was creating a project where the following part of the code reads certain area of the display(which i screen shared from mobile) import cv2 as cv import numpy as np from PIL import ImageGrab import ...
Akash's user avatar
  • 13
3 votes
0 answers
5k views

I want to connect OpenCV (Python) with arduino Uno when it detects a tennis ball. OpenCV code: import numpy as np import cv2 import serial face_cascade = cv2.CascadeClassifier('tennisballdetect.xml')...
sayem48's user avatar
  • 31