Lines Matching defs:depth
3918 int y, depth;
3944 depth = icvIplToCvDepth(image->depth);
3945 sprintf( dt_buf, "%d%c", image->nChannels, icvTypeSymbol[depth] );
3950 if( size.width*image->nChannels*CV_ELEM_SIZE(depth) == image->widthStep )
3980 int y, width, height, elem_type, coi, depth;
4004 depth = cvCvToIplDepth(elem_type);
4005 CV_CALL( image = cvCreateImage( cvSize(width,height), depth, CV_MAT_CN(elem_type) ));