Lines Matching refs:warpPerspectiveImpl

115 …template <typename T, template <typename> class Interpolator> void warpPerspectiveImpl(const cv::M…  in warpPerspectiveImpl()  function
142 warpPerspectiveImpl<unsigned char, NearestInterpolator>, in warpPerspectiveGold()
143 warpPerspectiveImpl<signed char, NearestInterpolator>, in warpPerspectiveGold()
144 warpPerspectiveImpl<unsigned short, NearestInterpolator>, in warpPerspectiveGold()
145 warpPerspectiveImpl<short, NearestInterpolator>, in warpPerspectiveGold()
146 warpPerspectiveImpl<int, NearestInterpolator>, in warpPerspectiveGold()
147 warpPerspectiveImpl<float, NearestInterpolator> in warpPerspectiveGold()
152 warpPerspectiveImpl<unsigned char, LinearInterpolator>, in warpPerspectiveGold()
153 warpPerspectiveImpl<signed char, LinearInterpolator>, in warpPerspectiveGold()
154 warpPerspectiveImpl<unsigned short, LinearInterpolator>, in warpPerspectiveGold()
155 warpPerspectiveImpl<short, LinearInterpolator>, in warpPerspectiveGold()
156 warpPerspectiveImpl<int, LinearInterpolator>, in warpPerspectiveGold()
157 warpPerspectiveImpl<float, LinearInterpolator> in warpPerspectiveGold()
162 warpPerspectiveImpl<unsigned char, CubicInterpolator>, in warpPerspectiveGold()
163 warpPerspectiveImpl<signed char, CubicInterpolator>, in warpPerspectiveGold()
164 warpPerspectiveImpl<unsigned short, CubicInterpolator>, in warpPerspectiveGold()
165 warpPerspectiveImpl<short, CubicInterpolator>, in warpPerspectiveGold()
166 warpPerspectiveImpl<int, CubicInterpolator>, in warpPerspectiveGold()
167 warpPerspectiveImpl<float, CubicInterpolator> in warpPerspectiveGold()