You are here: Start » FIL.NET » FIS.ImageStandardDeviation Method
FIS.ImageStandardDeviation Method
Calculates standard deviation of image pixel values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageStandardDeviation ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, out float outStandardDeviation )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of Interest. Default value: ftl::NIL. | ||
![]() | outStandardDeviation | float | Calculated standard deviation. |