You are here: Start » FIL.NET » Function Reference » Region » Region Morphology » FIL.ThresholdSmoothedRegion_Mean
Returns region of pixels witch collect minAmount of pixels in rectangle in input region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ThresholdSmoothedRegion_Mean ( FilNet.Region inRegion, int inRadiusX, float inMinCount, out int outMinAmount, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inRadiusX | int | Nearly half of the kernel's width (2*R+1). | ||
![]() | inMinCount | float | <0.0f, 1.0f> | Minimal part of pixels in rectangle to be in region. | |
![]() | outMinAmount | int | |||
![]() | outRegion | FilNet.Region | Output region. |