Lines Matching refs:CV_Assert
190 CV_Assert( image.depth() == CV_32F ); in match()
191 CV_Assert( image.type() == templ.type() ); in match()
192 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
240 CV_Assert( image.depth() == CV_8U ); in match()
241 CV_Assert( image.type() == templ.type() ); in match()
242 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
283 CV_Assert( image.depth() == CV_8U ); in match()
284 CV_Assert( image.type() == templ.type() ); in match()
285 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
313 CV_Assert( image.depth() == CV_32F ); in match()
314 CV_Assert( image.type() == templ.type() ); in match()
315 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
347 CV_Assert( image.depth() == CV_8U ); in match()
348 CV_Assert( image.type() == templ.type() ); in match()
349 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
394 CV_Assert( image.depth() == CV_8U ); in match()
395 CV_Assert( image.type() == templ.type() ); in match()
396 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
433 CV_Assert( image.depth() == CV_8U ); in match()
434 CV_Assert( image.type() == templ.type() ); in match()
435 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
512 CV_Assert( image.depth() == CV_8U ); in match()
513 CV_Assert( image.type() == templ.type() ); in match()
514 CV_Assert( image.cols >= templ.cols && image.rows >= templ.rows ); in match()
598 CV_Assert( sdepth == CV_8U || sdepth == CV_32F ); in createTemplateMatching()