new type for Mat class. (Feature #4021)
Description
it was found that there is no such type support for uint(CV_32U) for general basic sturctures (like Mat), although there are uchar(CV_8U), char(CV_8S), ushoar(CV_16U), short(CV_16S), int(CV_32S).
infeasible to use uint causes practical inconvience in programming, (because in C++ uint is supported but in OpenCV general basic sturctures don't), is this a missing feature or is there a reason to be like this?
History
Updated by wooden glider over 10 years ago
refers to our references
docs.opencv.org/modules/core/doc/basic_structures.html#Mat
hope helpful..
Updated by Alexander Alekhin over 10 years ago
- Assignee deleted (
Alexander Alekhin)
Updated by wooden glider over 10 years ago
- Assignee set to Alexander Karsakov
Updated by Alexander Karsakov over 10 years ago
Hi wooden glider!
I beleive uint
is not supported because it doesn't make sense for computer vision applications. CV community have formed list of supported types long time ago.
- Status changed from New to Cancelled
Updated by wooden glider over 10 years ago
Alexander Karsakov wrote:
Hi wooden glider!
I beleive
uint
is not supported because it doesn't make sense for computer vision applications. CV community have formed list of supported types long time ago.
understood.
Updated by wooden glider over 10 years ago
- % Done changed from 20 to 100