Cv2GetOptimalDFTSize Method OpenCvSharp Class Library
computes the minimal vector size vecsize1 >= vecsize so that the dft() of the vector of length vecsize1 can be computed efficiently

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int GetOptimalDFTSize(
	int vecsize
)

Parameters

vecsize
Type: SystemInt32

[Missing <param name="vecsize"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.GetOptimalDFTSize(System.Int32)"]

Return Value

Type: Int32

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

See Also

Reference