2018-06-29 06:57:24 -0600 | commented question | BFmatcher with crossCheck doesn't crossCheck Thanks! I have submitted issue #11855. |
2018-06-29 06:08:30 -0600 | commented question | BFmatcher with crossCheck doesn't crossCheck Good catch! Indeed, if I switch sources and targets at the top, I get only 0 -> 1 with crossCheck=True (the correct o |
2018-06-29 06:05:14 -0600 | commented question | BFmatcher with crossCheck doesn't crossCheck Good catch! Indeed, if I switch sources and targets at the top, I get only 0 -> 0 with crossCheck=True. |
2018-06-28 12:02:56 -0600 | received badge | ● Student (source) |
2018-06-28 04:05:12 -0600 | asked a question | BFmatcher with crossCheck doesn't crossCheck BFmatcher with crossCheck doesn't crossCheck If I understand the purpose and documentation of the brute force matcher wi |
2018-06-26 01:00:47 -0600 | commented answer | Brute-force matching with crosscheck do not output closet couple I don't think it's reasonable. With crossCheck=True, the D->C match should not be included, but OP says it is (if I u |
2018-06-26 00:58:45 -0600 | commented question | Brute-force matching with crosscheck do not output closet couple Is this the same issue as I have with this code snippet? import numpy as np import cv2 queries = np.array([[1, 1, 0], |
2018-06-26 00:58:44 -0600 | commented answer | Brute-force matching with crosscheck do not output closet couple I don't think it's reasonable. With crossCheck=True, the C<->D match should not be included, but OP says it is (if |