You are here: Start » FIL.NET » Invoke.DifferenceImage_Flex
Computes the non-negative distances between corresponding pixel values using tiles.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DifferenceImage_Flex ( Fil.Image inImage1, Fil.Image inImage2, Optional<Fil.Box> inBox1, Optional<Fil.Box> inBox2, int inTileWidth, Optional<int> inTileHeight, Fil.TileTranslationMode inTileTranslationMode, bool inOutputFromColorImage, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage1 | Fil.Image | First input image. | ||
![]() | inImage2 | Fil.Image | Second input image. | ||
![]() | inBox1 | Ftl.Optional<Fil.Box> | |||
![]() | inBox2 | Ftl.Optional<Fil.Box> | |||
![]() | inTileWidth | int | <1, INF> | 16 | Default value: 16. |
![]() | inTileHeight | Ftl.Optional<int> | <1, INF> | ||
![]() | inTileTranslationMode | Fil.TileTranslationMode | FourDirections | Default value: FourDirections. | |
![]() | inOutputFromColorImage | bool | False | Flag indicating whether to use every channel of the input images separately to compute results or only channels average. Default value: False. | |
![]() | outImage | Fil.Image | Output image. |