mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
0fb620f0f0
isMaskSupported now returns false when the matcher is created with crossCheck enabled, because the mask path is unsupported in that mode. knnMatchImpl also drops the mask so it cannot reach batchDistance and trigger its mask.empty() assertion. https://github.com/opencv/opencv/issues/22093