Merge pull request #21180 from tezz-io:4.x
authorTejas M R <52408360+tezz-io@users.noreply.github.com>
Sun, 5 Dec 2021 12:47:44 +0000 (18:17 +0530)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 12:47:44 +0000 (12:47 +0000)
commit676a724491de423c5d964d83594f7e99aa0d31c7
tree14d3c1267fe34445b7bbe87f9afa2d7d8a5c964b
parent73318fd514b6c754cf5a9fc46dbcaf89eea33417
Merge pull request #21180 from tezz-io:4.x

Added CV_PROP_RW macro to keypoints

* Added CV_PROP_RW macro to keypoints

As outlined in the feature request in the issue https://github.com/opencv/opencv/issues/21171 : the keypoints field has been made parsable by the bindings.

* Added test for keypoints

Added test to check if the CV_PROP_RW macro added in the previous commit makes keypoints public and accessible through the python API.
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
modules/stitching/misc/python/test/test_stitching.py