signed/unsigned typo in the docs (Bug #1644)
Description
says: "This may be signed (so can store values from 0 to 255) or unsigned (values from -127 to +127). "
which is clearly a signed/unsigned "mismatch".
Associated revisions
Merge pull request #1644 from ilya-lavrenov:ocl_matrix_operations
History
Updated by Alexander Shishkov about 13 years ago
Thank you for the report!
Problem was fixed, see http://opencv.itseez.com/trunk/doc/tutorials/core/mat%20-%20the%20basic%20image%20container/mat%20-%20the%20basic%20image%20container.html#storing-methods
- Status changed from Open to Done
- Target version set to 2.4.0
- Assignee set to Alexander Shishkov