Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Image > API/Runtime/GeometryCore/Image/TMarchingPixelInfill > API/Runtime/GeometryCore/Image/TMarchingPixelInfill/ApplyInfill
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageInfilling.h |
| Include | #include "Image/ImageInfilling.h" |
void ApplyInfill
(
TImageBuilder < PixelType > & Image,
TFunctionRef < PixelType> NormalizeFunc
) const
Remarks
Fill the missing values in Image by replaying the infill sequence computed by ComputeInfill()
Parameters
| Name | Description |
|---|---|
| NormalizeFunc | Implements an "average" operation for the template PixelType, normally (SumOfNbrValues / NbrCount) |