python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Zernike moment as Shape descriptor doesn't work
I m working to create a CBIR, I want to use Zernike moment to get shape feature of a query image.
I try to implement it by following this tutoriel:
https://pyimagesearch.com/2014/05/19/building-pokede...
Allassane Dicko
Votes: 0
Answers: 1
Error when loading imutils: libgtk-3.so.0: cannot open shared object file: No such file or directory
I was trying to code a motion detection mechanism on my raspberry pi with Python when I ran into this problem. When I installed both imutils and opencv-python and attempted to run my program, this err...
Richard Su
Votes: 0
Answers: 1
Contours tuple must have length 2 or 3, otherwise OpenCV changed their cv2.findContours return signature yet again- find contour in a specific area
cnts,_ = cv2.findContours(cv.rectangle(img3.copy(), (0,200) , (5000, 1150), (255,0,0), 2) ,cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
cv2.drawContours(rgb_img, cnts, -1, (0,255,0), 2)
conts = imutils.g...
Starcode1619
Votes: 0
Answers: 1
Why I am facing an error in moving object detection using opencv python?
I am using VS code as a IDE for writing my code for Moving object detection using Opencv python but I have error
Traceback (most recent call last):
File "d:\Programming\Python programming\Movin...
Swaraj Kokare
Votes: 0
Answers: 2