Home | History | Annotate | Download | only in src

Lines Matching refs:COL_SAMPLE

237         CV_Assert(_layout == ROW_SAMPLE || _layout == COL_SAMPLE );
290 (layout == COL_SAMPLE && responses.cols == nsamples) );
293 if( !responses.isContinuous() || (layout == COL_SAMPLE && noutputvars > 1) )
840 if( _layout == COL_SAMPLE )