Click or drag to resize

ConvolutionKernelFFlip Method

http://www.emgu.com
Get a flipped copy of the convolution kernel

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public ConvolutionKernelF Flip(
	FlipType flipType
)

Parameters

flipType
Type: Emgu.CV.CvEnumFlipType
The type of the flipping

Return Value

Type: ConvolutionKernelF
The flipped copy of this image
See Also