Lines Matching full:dstmap1
4770 Mat map1 = _map1.getMat(), map2 = _map2.getMat(), dstmap1, dstmap2;
4790 dstmap1 = _dstmap1.getMat();
4804 m1->convertTo( dstmap1, dstmap1.type() );
4813 merge( vdata, 2, dstmap1 );
4819 Mat mv[] = { dstmap1, dstmap2 };
4825 dstmap1.isContinuous() && (dstmap2.empty() || dstmap2.isContinuous()) )
4847 float* dst1f = dstmap1.ptr<float>(y);
6443 cv::Mat dstmap1 = cv::cvarrToMat(dstarr1), dstmap2;
6454 cv::convertMaps( map1, map2, dstmap1, dstmap2, dstmap1.type(), false );