Lines Matching full:bordervalue
68 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
74 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
183 void cv::cuda::warpAffine(InputArray _src, OutputArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar borderValue, Stream& stream)
271 dst.setTo(borderValue, stream);
287 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
315 borderValueFloat = borderValue;
322 void cv::cuda::warpPerspective(InputArray _src, OutputArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar borderValue, Stream& stream)
410 dst.setTo(borderValue, stream);
426 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
454 borderValueFloat = borderValue;