CV_ARE_SIZES_EQ  1629 apps/traincascade/old_ml_boost.cpp             !CV_ARE_SIZES_EQ(_missing, _sample) )
CV_ARE_SIZES_EQ   862 apps/traincascade/old_ml_inner_functions.cpp             !CV_ARE_SIZES_EQ(train_data, missing_mask) )
CV_ARE_SIZES_EQ  3652 apps/traincascade/old_ml_tree.cpp             !CV_ARE_SIZES_EQ(_missing, _sample) )
CV_ARE_SIZES_EQ   168 modules/calib3d/src/calibration.cpp     CV_Assert( _rvec1->rows == 3 && _rvec1->cols == 1 && CV_ARE_SIZES_EQ(_rvec1, _rvec2) );
CV_ARE_SIZES_EQ   223 modules/calib3d/src/calibration.cpp         CV_Assert( CV_ARE_SIZES_EQ(_tvec1, _tvec2) && CV_ARE_SIZES_EQ(_tvec1, _rvec1) );
CV_ARE_SIZES_EQ  2458 modules/calib3d/src/calibration.cpp         CV_ARE_SIZES_EQ(_points1, _points2) );
CV_ARE_SIZES_EQ  2758 modules/calib3d/src/calibration.cpp         CV_ARE_SIZES_EQ(matrixM, matrixR) && CV_ARE_SIZES_EQ(matrixM, matrixQ));
CV_ARE_SIZES_EQ   250 modules/core/test/test_io.cpp                !CV_ARE_SIZES_EQ(&stub, &_test_stub) ||
CV_ARE_SIZES_EQ   268 modules/core/test/test_io.cpp                !CV_ARE_SIZES_EQ(&stub, &_test_stub) ||
CV_ARE_SIZES_EQ  2405 modules/highgui/src/window_QT.cpp     if (!image2Draw_mat || !CV_ARE_SIZES_EQ(image2Draw_mat, mat))
CV_ARE_SIZES_EQ   406 modules/highgui/src/window_carbon.cpp         !CV_ARE_SIZES_EQ(window->image, image) ) {
CV_ARE_SIZES_EQ   122 modules/highgui/src/window_gtk.cpp     if(widget->original_image && !CV_ARE_SIZES_EQ(mat, widget->original_image)){
CV_ARE_SIZES_EQ   451 modules/objdetect/src/haar.cpp     if( !CV_ARE_SIZES_EQ( sum, sqsum ))
CV_ARE_SIZES_EQ   476 modules/objdetect/src/haar.cpp         if( !CV_ARE_SIZES_EQ( sum, tilted ))
CV_ARE_SIZES_EQ   744 modules/photo/src/inpaint.cpp     if( !CV_ARE_SIZES_EQ(input_img,output_img) || !CV_ARE_SIZES_EQ(input_img,inpaint_mask))