SSE-optimized cv::compare fails on CV_8U data (Bug #1530)


Added by Andrey Kamaev about 13 years ago. Updated almost 13 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:core
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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

Revision e7946d98
Added by Vadim Pisarevsky about 13 years ago

fixed SSE-optimized cmp_8u (ticket #1530)

Revision 4d88a6e8
Added by Roman Donchenko over 11 years ago

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

Also available in: Atom PDF