Home | History | Annotate | Download | only in src

Lines Matching full:pyramid

105         CV_ERROR( CV_StsOutOfRange, "The number of pyramid layers is negative" );
333 CV_ERROR( CV_StsBadArg, "pyramid A has insufficient size" );
346 CV_ERROR( CV_StsBadArg, "pyramid B has insufficient size" );
388 // initialize pyramid structures
435 /* do processing from top pyramid level (smallest image)
638 } // end of pyramid levels loop (l)
731 CV_ERROR( CV_StsBadArg, "pyramid A has insufficient size" );
744 CV_ERROR( CV_StsBadArg, "pyramid B has insufficient size" );
801 /* do processing from top pyramid level (smallest image)