ORB::operator() cannot compute descriptor for provided keypoints (Bug #1408)
Description
ORB::operator() cannot compute descriptor for provided keypoints
If the attached file is compiled using:
g++ testorb_opencv.cpp -o testorb -I/usr/local/ pkg-config opencv --cflags --libs
and executed using:
./testorb
The output is:
Doing SIFT
Number of keypoints found: 58
Descriptor size: 128
Doing SURF
Number of keypoints found: 58
Descriptor size: 64
Doing ORB
Number of keypoints found when orb detects keypoints: 27
Number of keypoints found when the same keypoints are provided: 0
Descriptor size: 32
Done!
Associated revisions
Merge pull request #1408 from jet47:new-ptr-fixes
History
Updated by Andrey Kamaev almost 13 years ago
ORB is already fixed in latest trunk:
Doing ORB Number of keypoints found when orb detects keypoints: 11 Number of keypoints found when the same keypoints are provided: 11 Descriptor size: 32
- Status changed from Open to Done
- Target version set to 2.4.0
- Assignee changed from Maria Dimashova to Andrey Kamaev