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)
Train an NN using SIFT information
I have keypoint information using the SIFT descriptor for an image dataset/s. I need to train a network to predict the characteristic scales (labels) of the keypoints. My question is regarding the inp...
Dheeraj P R
Votes: 0
Answers: 0
PIL doesn't detect identical images
I need to determine if an image layer (mainLayer) will be visible within a final image, in which it will be underneath layer, layer2 and layer3. I need to do this without knowing what those other laye...
Andrew
Votes: 0
Answers: 2
How do I convert image file to vector shapes?
I managed to write code that finds individual shapes from a simple image file (two color image) and saved the pixel coordinate where the shape was first detected (as a starting point for the "vec...
SCCCCC
Votes: 0
Answers: 0
How to calculate mm per pixel of an image at a certain distance using camera calibration matrix?
I saw the answers here:
How can I get pixel size in millimetres using camera calibration with checkerboard images in Matlab?
but it wasn't answered.
I have a fixed camera and an object at a certain ...
Sulphur
Votes: 0
Answers: 1