Back to FabImage Studio website
You are here: Start » Filter Reference » Region Morphology » CloseRegion_AnyKernel
Performs a morphological closing on a region using an arbitrary kernel.
Name | Type | Description | |
---|---|---|---|
![]() |
inRegion | Region | Input region |
![]() |
inKernel | Region | Kernel shape (any) |
![]() |
outRegion | Region | Output region |
Applications
Filling-in gaps of a particular shape without making the region thicker.
Description
The operation is a cousin of the CloseRegion filter, yet it uses any proper region selected by user as a structuring element. The center of a kernel is assumed to be at location (width/2,height/2). Refer to the CloseRegion article for further information regarding the morphological closing itself.
Examples
![]() |
![]() |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filters is member of CloseRegion filter group.