Ask Your Question

Revision history [back]

OpenCV works with many image types: single channel, multi channel, 8bit, 16bit, integral types and floating point types. Some functions work on some types but not others. Sometimes certain operations with certain types it don't make sense and sometimes support for certain functions on certain types has not yet been implemented. You will have to read through the documentation to see what functions support what types.