mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-22 07:31:26 +08:00
Merge pull request #1546 from Sahloul:features/Python/GMS
This commit is contained in:
@@ -986,8 +986,8 @@ CV_EXPORTS void FASTForPointSet( InputArray image, CV_IN_OUT std::vector<KeyPoin
|
|||||||
If your images have big rotation and scale changes, please set withRotation or withScale to true.
|
If your images have big rotation and scale changes, please set withRotation or withScale to true.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CV_EXPORTS void matchGMS( const Size& size1, const Size& size2, const std::vector<KeyPoint>& keypoints1, const std::vector<KeyPoint>& keypoints2,
|
CV_EXPORTS_W void matchGMS( const Size& size1, const Size& size2, const std::vector<KeyPoint>& keypoints1, const std::vector<KeyPoint>& keypoints2,
|
||||||
const std::vector<DMatch>& matches1to2, std::vector<DMatch>& matchesGMS, const bool withRotation = false,
|
const std::vector<DMatch>& matches1to2, CV_OUT std::vector<DMatch>& matchesGMS, const bool withRotation = false,
|
||||||
const bool withScale = false, const double thresholdFactor = 6.0 );
|
const bool withScale = false, const double thresholdFactor = 6.0 );
|
||||||
|
|
||||||
//! @}
|
//! @}
|
||||||
|
Reference in New Issue
Block a user