You are here: Start » AVL.NET » Invoke.DifferenceImage_Flex
Computes the non-negative distances between corresponding pixel values using tiles.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DifferenceImage_Flex ( Avl.Image inImage1, Avl.Image inImage2, Optional<Avl.Box> inBox1, Optional<Avl.Box> inBox2, int inTileWidth, Optional<int> inTileHeight, Avl.TileTranslationMode inTileTranslationMode, bool inOutputFromColorImage, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage1 | Avl.Image | First input image. | ||
![]() | inImage2 | Avl.Image | Second input image. | ||
![]() | inBox1 | Atl.Optional<Avl.Box> | |||
![]() | inBox2 | Atl.Optional<Avl.Box> | |||
![]() | inTileWidth | int | <1, INF> | 16 | Default value: 16. |
![]() | inTileHeight | Atl.Optional<int> | <1, INF> | ||
![]() | inTileTranslationMode | Avl.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 | Avl.Image | Output image. |