Click or drag to resize

Cv2GetOptimalDFTSize Method

Returns the optimal DFT size for a given vector size.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static int GetOptimalDFTSize(
	int vecSize
)

Parameters

vecSize
Type: SystemInt32
vector size.

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetOptimalDFTSize(System.Int32)"]

See Also