FreeImageBitmap.MultigridPoissonSolver Method

FreeImage.NET

FreeImageBitmapMultigridPoissonSolver Method
Solves a Poisson equation, remap result pixels to [0..1] and returns the solution.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool MultigridPoissonSolver(
	int ncycle
)

Parameters

ncycle
Type: SystemInt32
Number of cycles in the multigrid algorithm (usually 2 or 3)

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also