BFMatcher has null info() structure in OpenCV 2.4.2 (Bug #2330)
Description
cv::Ptr<cv::BFMatcher> matcher(new cv::BFMatcher(cv::NORM_HAMMING));
std::cout << matcher->info() << std::endl;
So if I use some other function like getParams which assumes info() is not NULL it crashes.
Associated revisions
Added info() method in descriptor matchers (#2330)
Merge pull request #2330 from rohitgirdhar:linux_tutorial_make_j8
History
Updated by Alexander Shishkov over 12 years ago
- Category set to features2d
Updated by Vadim Pisarevsky over 12 years ago
- Target version deleted ()
Updated by Kirill Kornyakov over 12 years ago
- Target version set to Next Hackathon
Updated by Andrey Kamaev over 12 years ago
- Target version changed from Next Hackathon to 3.0
- Priority changed from Normal to High
- Assignee set to Vadim Pisarevsky
Updated by Andrey Kamaev about 12 years ago
- Affected version set to branch '2.4'
- Target version deleted (
3.0) - Assignee deleted (
Vadim Pisarevsky)
Updated by Ilya Lysenkov about 12 years ago
- Assignee set to Ilya Lysenkov
Updated by Kirill Kornyakov about 12 years ago
- Target version set to 2.4.4