norm functions are not able to compute hamming distance (Bug #1840)
Description
More exactly, the following types of norm are not supported:
- NORM_L2SQR
- NORM_HAMMING
- NORM_HAMMING2
Associated revisions
added NORM_HAMMING* support to cv::norm (ticket #1840)
NORM_L2SQR added too (ticket #1840)
Merge pull request #1840 from ilya-lavrenov:ocl_cvtColor
History
Updated by Vadim Pisarevsky almost 13 years ago
done in r8143
- Status changed from Open to Done
- Target version set to 2.4.0