ConvolutionKernelFTranspose Method |
http://www.emgu.com
Obtain the transpose of the convolution kernel
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic ConvolutionKernelF Transpose()
Public Function Transpose As ConvolutionKernelF
public:
ConvolutionKernelF^ Transpose()
member Transpose : unit -> ConvolutionKernelF
Return Value
Type:
ConvolutionKernelFA transposed convolution kernel
See Also