Home | History | Annotate | Download | only in src

Lines Matching full:nchannels

3945     sprintf( dt_buf, "%d%c", image->nChannels, icvTypeSymbol[depth] );
3950 if( size.width*image->nChannels*CV_ELEM_SIZE(depth) == image->widthStep )