Searched refs:_xmap (Results 1 – 1 of 1) sorted by relevance
66 Rect RotationWarperBase<P>::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray _xmap,… in buildMaps() argument73 _xmap.create(dst_br.y - dst_tl.y + 1, dst_br.x - dst_tl.x + 1, CV_32F); in buildMaps()76 Mat xmap = _xmap.getMat(), ymap = _ymap.getMat(); in buildMaps()