Click or drag to resize

Cv2GetOptimalDFTSize Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static int GetOptimalDFTSize(
	int vecsize
)

Parameters

vecsize
Type: SystemInt32

Return Value

Type: Int32
See Also