mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
f0282337e3
`A || !A` is `true` so write `(A && B) || !A` as `B || !A`