Resizes image src so that it fits exactly to dst.
If ROI is set, the function consideres the ROI as supported as usual.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvArr
Source image. - dst
- Type: OpenCvSharpCvArr
Destination image. - interpolation
- Type: OpenCvSharpInterpolation
Interpolation method.
See Also