You are here: Start » AVL.NET » Invoke.DifferenceImage_Shifted
Computes the non-negative distances between corresponding pixel values.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DifferenceImage_Shifted ( Avl.Image inImage1, Avl.Image inImage2, Avl.Box inBox1, Avl.Box inBox2, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage1 | Avl.Image | First input image. | ||
![]()  | inImage2 | Avl.Image | Second input image. | ||
![]()  | inBox1 | Avl.Box | |||
![]()  | inBox2 | Avl.Box | |||
![]()  | outImage | Avl.Image | Output image. | 


