Downsamples image.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dst
- Type: OpenCvSharpCvArr
The destination image, should have 2x smaller width and height than the source. - filter
- Type: OpenCvSharpCvFilter
Type of the filter used for convolution; only CV_GAUSSIAN_5x5 is currently supported.
See Also