SSE-optimized cv::compare fails on CV_8U data (Bug #1530)
Description
OpenCV returns 0 instead of 255 in CMP_GT comparison:
255 > 189 == 0 Error was detected by the SANITY_CHECK for the performance test named Size_MatType_CmpType_compare.compare/43
Associated revisions
fixed SSE-optimized cmp_8u (ticket #1530)
Merge pull request #1530 from alalek:perf_tests_sanity_check_nothing
History
Updated by Vadim Pisarevsky about 13 years ago
thanks! fixed in trunk, r7099
- Status changed from Open to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0
- Description changed from [[OpenCV]] returns 0 instead of 255 in CMP_GT comparison: 255 > 189 == 0 ... to OpenCV returns 0 instead of 255 in CMP_GT comparison: <pre> 255 > 18... More