Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » Image Combinators » DifferenceImage_Flex
Computes the non-negative distances between corresponding pixel values using tiles.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inImage1 | Image | First input image | |
![]() |
inImage2 | Image | Second input image | |
![]() |
inTileWidth | Integer | 1 - ![]() |
|
![]() |
inTileHeight | Integer* | 1 - ![]() |
|
![]() |
inTileTranslationMode | TileTranslationMode | ||
![]() |
outImage | Image | Output image | |
Applications
Useful for things like comparing an image against a template or for detecting differences between consecutive video frames.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
| Error type | Description |
|---|---|
| DomainError | Image sizes are not equal in DifferenceImage_Flex. |
| DomainError | Image formats are not the same in DifferenceImage_Flex. |
Complexity Level
This filter is available on Basic Complexity Level.



