Merge release 2.4.4
This commit is contained in:
		| @@ -517,6 +517,7 @@ void cv::gpu::rotate(const GpuMat& src, GpuMat& dst, Size dsize, double angle, d | ||||
|     CV_Assert(interpolation == INTER_NEAREST || interpolation == INTER_LINEAR || interpolation == INTER_CUBIC); | ||||
|  | ||||
|     dst.create(dsize, src.type()); | ||||
|     dst.setTo(Scalar::all(0)); | ||||
|  | ||||
|     funcs[src.depth()][src.channels() - 1](src, dst, dsize, angle, xShift, yShift, interpolation, StreamAccessor::getStream(stream)); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andrey Kamaev
					Andrey Kamaev