Obtain the transpose of the convolution kernel

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public ConvolutionKernelF Transpose()
Visual Basic (Declaration)
Public Function Transpose As ConvolutionKernelF
Visual C++
public:
ConvolutionKernelF^ Transpose()

Return Value

A transposed convolution kernel

See Also