Algorithm::create doesn't work for BFMatcher (Bug #3718)
Description
cv::Algorithm::create<cv::DescriptorMatcher>("BFMatcher") returns a null pointer.
Associated revisions
Merge pull request #3718 from mshabunin:image-max-width
History
Updated by Alexander Cheparukhin almost 11 years ago
This issue also occurs with for FlannBasedMatcher.
Updated by Dmitry Retinskiy almost 11 years ago
Hi Alexander,
here you can find possible explanation for this behavior: http://docs.opencv.org/modules/core/doc/basic_structures.html?highlight=algorithm%3A%3Acreate#algorithm-create. (See Note section there).
Please check if it helps and reply if the ticket can be closed.
Thanks.
- Assignee set to Alexander Cheparukhin
- Category set to core
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4756