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)
Detect squares (paintings) in images and draw contour around them using python
I'm trying to detect and draw a rectangular contour on every painting on for example this image:
I followed some guides and did the following:
Grayscale conversion
Applied median blur
Sharpen image
...
Vengenecx
Votes: 0
Answers: 2
Addition images opencv (line road detection)
I hope everyone is doing well,
I am working on a road lane detection project (white marking on the road), and I need to apply a pre-processing to the images before the detection, this pre-processing i...
Myriam_2189
Votes: 0
Answers: 0
List images matching a face
I am creating a application where users can scan their face and find all the images matching that face. I researched and tried but wasn't able to find a solution. Can anyone please help!! I am using a...
Bhuvan Soni
Votes: 0
Answers: 1
Getting a URL from a JPG file in python
I'm making a program that does face detection. When it detects an unknown face, it saves the frame and sends a text to a list of phone numbers. The issue I'm facing is that I would like to attach th...
Daniel Golladay
Votes: 0
Answers: 1