Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Combinators » DifferenceImage_Shifted

DifferenceImage_Shifted


Computes the non-negative distances between corresponding pixel values.

Name Type Description
inImage1 Image First input image
inImage2 Image Second input image
inBox1 Box
inBox2 Box
outImage Image Output image

Applications

Useful for things like comparing an image against a template or for detecting differences between consecutive video frames.

Hardware Acceleration

This operation is optimized for SSE2 technology for pixels of types: UINT8, SINT8, UINT16, SINT16, REAL.

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
DomainError Image formats are not the same in DifferenceImage_Shifted.
DomainError Not equal box dimensions in DifferenceImage_Shifted.
DomainError Input boxes are not completely inside the input images in DifferenceImage_Shifted.

Complexity Level

This filter is available on Basic Complexity Level.