Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Local Transforms » SmoothImage_DirAndPresence
SmoothImage_DirAndPresence
Module: | FoundationPro |
---|
Smooths the result of GradientDirAndPresenceImage.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inDirectionsImage | Image | ||
![]() |
inRadiusX | Integer | 0 - ![]() |
Horizontal radius of the kernel (width is 2r+1) |
![]() |
inRadiusY | Integer* | 0 - ![]() |
Vertical radius of the kernel (height is 2r+1) |
![]() |
inQuantizationLevel | Integer | 1 - 5 | Determines angular quantization level; the lower the better but slower |
![]() |
inMinSampleCount | Integer | 1 - ![]() |
A window is evaluated to 0 if it contains less than this number of non-zero pixels |
![]() |
outDirectionsImage | Image |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | The result of GradientDirAndPresenceImage (of type 1xUInt8) should be provided in inGradientDirAndPresenceImage in SmoothImage_DirAndPresence. |
Complexity Level
This filter is available on Expert Complexity Level.
Filter Group
This filter is member of SmoothImage filter group.