The general rule for matrix type types in OpenCV is:
CV_<bit_depth>(S|U|F)C<number_of_channels> S = Signed integer U = Unsigned integer F = Float
So, depending on which of the previous letters (S, U, F) you have, you will sketch <int> , <unsigned integer> or <float> .
Jav_rock
source share