public static Mat Resize(
Mat img,
Size size,
ImageResizeMode resizeMode,
InterpolationFlags interpolation = InterpolationFlags.Lanczos4
)
[缺少 "M:DeploySharp.Data.CvDataProcessor.Resize(OpenCvSharp.Mat,DeploySharp.Data.Size,DeploySharp.Data.ImageResizeMode,OpenCvSharp.InterpolationFlags)" 的 <param name="interpolation"/> 文档]
ArgumentNullException | Thrown when image is null/当image为null时抛出 |
ArgumentOutOfRangeException | Thrown for invalid resize mode/当调整模式无效时抛出 |