sameSize          208 modules/core/include/opencv2/core/mat.hpp     bool sameSize(const _InputArray& arr) const;
sameSize         1559 modules/core/src/arithm.cpp         !psrc1->sameSize(*psrc2) || type1 != type2 )
sameSize         1578 modules/core/src/arithm.cpp         CV_Assert( psrc1->sameSize(*psrc2) && type1 == type2 );
sameSize         1589 modules/core/src/arithm.cpp         CV_Assert( (mtype == CV_8U || mtype == CV_8S) && _mask.sameSize(*psrc1));
sameSize         1591 modules/core/src/arithm.cpp         reallocate = !_dst.sameSize(*psrc1) || _dst.type() != type1;
sameSize         2043 modules/core/src/arithm.cpp         CV_Assert( (mtype == CV_8UC1 || mtype == CV_8SC1) && _mask.sameSize(*psrc1) );
sameSize         2044 modules/core/src/arithm.cpp         reallocate = !_dst.sameSize(*psrc1) || _dst.type() != dtype;
sameSize         4899 modules/core/src/arithm.cpp     if (!haveScalar && (!_src1.sameSize(_src2) || type1 != type2))
sameSize         4993 modules/core/src/arithm.cpp             || !_src1.sameSize(_src2)
sameSize         1432 modules/core/src/convert.cpp     CV_Assert( _src.sameSize(_dst) && sdepth == ddepth );
sameSize         2997 modules/core/src/stat.cpp     CV_Assert( _src1.sameSize(_src2) && _src1.type() == _src2.type() );
sameSize          909 modules/core/src/umatrix.cpp     CV_Assert(m.sameSize(*this) && m.type() == type());
sameSize          851 modules/imgproc/src/accum.cpp     CV_Assert( _src.sameSize(_dst) && dcn == scn );
sameSize          852 modules/imgproc/src/accum.cpp     CV_Assert( _mask.empty() || (_src.sameSize(_mask) && _mask.type() == CV_8U) );
sameSize          936 modules/imgproc/src/accum.cpp     CV_Assert( _src.sameSize(_dst) && dcn == scn );
sameSize          937 modules/imgproc/src/accum.cpp     CV_Assert( _mask.empty() || (_src.sameSize(_mask) && _mask.type() == CV_8U) );
sameSize         1020 modules/imgproc/src/accum.cpp     CV_Assert( _src1.sameSize(_src2) && stype == _src2.type() );
sameSize         1021 modules/imgproc/src/accum.cpp     CV_Assert( _src1.sameSize(_dst) && dcn == scn );
sameSize         1022 modules/imgproc/src/accum.cpp     CV_Assert( _mask.empty() || (_src1.sameSize(_mask) && _mask.type() == CV_8U) );
sameSize         1108 modules/imgproc/src/accum.cpp     CV_Assert( _src.sameSize(_dst) && dcn == scn );
sameSize         1109 modules/imgproc/src/accum.cpp     CV_Assert( _mask.empty() || (_src.sameSize(_mask) && _mask.type() == CV_8U) );
sameSize          271 modules/imgproc/src/featureselect.cpp     CV_Assert( _mask.empty() || (_mask.type() == CV_8UC1 && _mask.sameSize(_image)) );