Hi, I have to track and match an image in a video frame(webcam) using opencv js. I had generated keypoints and descriptors for both image and webcamera using ORB. For feature matching I have used bfMatcher and generated good matches by specifying distance so that only good matches will be matched. The good news is the keypoints are matching, but only if the image is rotated to landscape. I want to match the keypoints when the image is held straight in the webcam. Please help me to resolve this.
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Better detecting feature and/or improving matches between images | 17 | 4226 | May 23, 2022 | |
OpenCV 4.7 Java DescriptorExtractor and DescriptorMatcher are missing, what do I use instead, no code in documenation | 2 | 462 | March 13, 2023 | |
Markerless tracking and pose estimation | 1 | 83 | June 14, 2024 | |
Opencv No matching function call FastFeatureDetector | 2 | 865 | May 19, 2021 | |
Not all Feature Points are displayed (with ORB) | 0 | 484 | June 3, 2022 |