cv::compare(...) : output array type (Bug #4331)
Description
The code and the documentation are not compliant.
We can read in the documentation "dst: output array that has the same size and type as the input arrays
" while in the code the type of dst is "CV_8UC(cn)
".
A choice has to be made.
History
Updated by Maksim Shabunin almost 10 years ago
- Status changed from New to Open
- Assignee changed from Vadim Pisarevsky to Maksim Shabunin
- Target version set to 3.0
- Difficulty set to Easy
Updated by Maksim Shabunin almost 10 years ago
- Category changed from core to documentation
Updated by Maksim Shabunin almost 10 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/4012
Updated by Maksim Shabunin almost 10 years ago
- Status changed from Open to Done