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
Improving accuracy of Homography + SIFT method
I'm using Homography + SIFT to find out the position of each object's pixels in image source in image distination, i've got a very good matching using sift but when i tested the homography results som...
Oth Mane
Votes: 0
Answers: 0
How to find orientation of a particular SIFT feature/description in OpenCV?
So I have a template and an image. I want to find the location and orientation of the template inside the image. I am using SIFT to find features and description.
Problem is only one feature is consis...
Moot Verick
Votes: 0
Answers: 0
Matching Sift Features on Three Images using OpenCV Python
The goal is to match more than 2 images using Python and (not a must) OpenCV. Three images would be good enough at first.
Is there a general approach how to do this? Currently, I am matching 1->2 a...
Bassblaster
Votes: 0
Answers: 1