FreeImage.NET Class Library Reference
FreeImageMultigridPoissonSolver 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 static FIBITMAP MultigridPoissonSolver( FIBITMAP Laplacian, int ncycle )
Parameters
- Laplacian
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap. - ncycle
- Type: SystemInt32
Number of cycles in the multigrid algorithm (usually 2 or 3)
Return Value
Type: FIBITMAPHandle to a FreeImage bitmap.
See Also