For theoretical questions that involve the OpenCV library. Note that asking about programming issues or about the software libraries is generally OFF-TOPIC here.
Questions tagged [opencv]
13 questions
3
votes
1 answer
Can I build a CNN for image classification tasks just with OpenCV?
I have practiced building CNNs for image classification with TensorFlow, which is a nice library with good documentation and tutorials. However, I found that TensorFlow is too complicated and cumbersome.
Can I build a CNN for image classification…
guesswho
- 133
- 1
- 4
2
votes
0 answers
Which method can accurately detect circular/angular shapes? (attached example)
Is there a method to detect shapes like these accurately and efficiently? I have tried the OpenCv Haar Casacade Classifier which does not work well. These shapes should all be the same class object and can be of different sizes and a little…
Boyd Werkman
- 21
- 1
2
votes
2 answers
How to classify two very similar images using Deep Learning?
I am a newbie in Computer Vision.
I have a scenario in which I have a stationary camera in a factory. I want to detect whether the technician is working on the machine or not.
Images are like the following:
Technician working:
Technician…
Lakshay Dulani
- 121
- 4
2
votes
2 answers
What is the minimum video resolution I need to identify anyone with facial recognition?
I am currently working on a small project where I am trying to automate some stuff at home. I am building a model capable of identifying my face with OpenCV. This will be a live feed.
I am making the project's estimations and have a really low…
Graphs Rodriguez
- 43
- 4
1
vote
1 answer
Feature Extraction for printer classification
I need some advice. I am currently trying to do a printer classification with ML/DL.
What do I have?
11 colored-images with high resolution from 8 different inkjet-printers (in total 88 images)
I have 8 classes (printers)
All images are scanned with…
Haidepzai
- 141
- 3
1
vote
0 answers
In SIFT, how is the coordinate system being rotated?
I need to understand how SIFT calculates the descriptors for the keypoints.
Intuitively, I understand that it takes each keypoint, calculates the gradients for each pixel in a neighborhood of the keypoint, and that's basically the descriptor for the…
ThunderWiring
- 129
- 3
0
votes
0 answers
Use TensorFlow's model in OpenCV (C++)
I've trained a model to recognize some captchas and the model is doing great. I've trained it using this tutorial (actually I just stole the code, tweaked it and run :) ). Now, I'd like to export it and use in my C++ project with OpenCV.
I've…
Leca
- 1
- 1
0
votes
1 answer
Best way to generate a human face over a face generated by FaceFormer framework?
FaceFormer framework generates a talking face from audio, focusing on the lip and face movement when a person talks. Now from that what would be the best way to generate a human face on top of that?
I tried DeepFaceLive that didn't give good results…
Sadaf Shafi
- 218
- 2
- 10
0
votes
2 answers
What is the difference between face identification, face verification, and face recognition?
I am confused. On some websites, face identification is just face detection, while face verification is finding the person's identification. They are both considered components of face recognition. But in some websites face verification is 1-to-1…
Faizan Riasat
- 1
- 2
0
votes
0 answers
Mapping an image to a well defined object using OpenCV
I am completely new to computer vision and I am working on a small hobby project.
The goal is to use camera footage of a foosball table to map the image to already well defined object geometry with few moving parts.
To illustrate the exact problem…
apriede
- 1
- 2
-1
votes
1 answer
Distinguishing between handwritten compound fraction and subtraction
I am working in a project named "Handwritten Math Evaluation". So what basically happens in this is that there are 11 classes of (0 - 9) and (+, -) each containing 50 clean handwritten digits in them. Then I trained a CNN model for it with 80 % of…
Dhaval Bothra
- 1
- 1
-2
votes
1 answer
How to run our python scripts utilizing our device's GPU?
My laptop has NVIDIA GeForce GTX1650 GPU. I want to utilize this GPU to run my Python script. Any help in the form of code would be really helpful. I mean tried researching this so much but I couldn't find.
Basically I am looping over all the frames…
Escanor6
- 1
- 1