1. Mat to UMat
Mat.ConvertTo(UMat, DepthType)
2. UMat to Mat
Mat = UMat.ToMat(AccessType);
Change_UMat2Mat_Mat2UMat.zip