Updated by Andrey Kamaev almost 13 years ago

OpenCV [[OpenCV]] returns 0 instead of 255 in CMP_GT comparison:
<pre>
255 > 189 == 0

Error was detected by the SANITY_CHECK for the performance test named
Size_MatType_CmpType_compare.compare/43
</pre>

Back