cv::findHomography needs a parameter for RANSAC confidence (Feature #1557)
Description
In the current version of findhomography() the max. number of iteration and the confidence is hardcoded. Only the parameter for the reprojection threshold can be changed.
Other functions (such as findfundamentalMat) let the user also specify the confidence.
In addition to Ticket #1544 (adding an argument to pass the max.iterations parameter) I suggest adding the confidence as an additional parameter for findhomography().
Issue hierarchy
Associated revisions
Merge pull request #1557 from ilya-lavrenov:ocl_minor_doc_update
History
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from High to Normal
- Target version deleted ()
- Description changed from In the current version of findhomography() the max. number of iteration and ... to In the current version of findhomography() the max. number of iteration and t... More
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
- Subproject of set to #1544
Updated by Rui Marques over 12 years ago
Is this feature request forgotten?
It is quite useful for mobile real-time applications due to performance issues. And it looks quite straightforward to apply.
Updated by Andrey Kamaev over 12 years ago
Your patch is welcomed for this feature.
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4323