Solves a Poisson equation, remap result pixels to [0..1] and returns the solution.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public bool MultigridPoissonSolver(
int ncycle
) |
| Visual Basic (Declaration) |
|---|
Public Function MultigridPoissonSolver ( _
ncycle As Integer _
) As Boolean |
| Visual C++ |
|---|
public:
bool MultigridPoissonSolver(
int ncycle
) |
Parameters
- ncycle
- Type: System..::.Int32
Number of cycles in the multigrid algorithm (usually 2 or 3)
Return Value
Returns true on success, false on failure.
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also