Home | History | Annotate | Download | only in src

Lines Matching defs:depth

736     int depth = -1, elem_size = 1;
805 if( depth < 0 )
807 depth = CV_MAT_DEPTH(mat->type);
808 elem_size = CV_ELEM_SIZE1(depth);
812 if( CV_MAT_DEPTH(mat->type) != depth )
813 CV_ERROR( CV_StsUnmatchedFormats, "All the arrays must have the same bit depth" );
887 func = (CvMixChannelsFunc)mixcn_tab.fn_2d[depth];