You are here: Start » FIL.NET » Function Reference » Image » Image Local Transforms » FIL.ErodeImage_AnyKernel
Replaces each pixel with the minimum of pixels within an arbitrary kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ErodeImage_AnyKernel ( FilNet.Image inImage, FilNet.Region inKernel, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inKernel | FilNet.Region | Kernel shape (any). | ||
![]() | outImage | FilNet.Image | Output image. |
Hardware Acceleration
This operation is optimized for SSE2 technology for pixels of types: all formats (when inSourceRoi = NIL and inBorderColor = NIL).
This operation is optimized for NEON technology for pixels of types: all formats (when inSourceRoi = NIL and inBorderColor = NIL).
This operation supports automatic parallelization for multicore and multiprocessor systems.
This operation supports processing on OpenCL compatible device (when inRoi=NIL, inSourceRoi=NIL, inBorderColor=NIL).
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty kernel on input in ErodeImage_AnyKernel. |
DomainError | Region exceeds an input image in ErodeImage_AnyKernel. |