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