ShiftDetectorDifference Class Reference
Describes types of function which used to find correlation between background and current image in function Simd.Lib.ShiftDetectorInitBuffers and in class Simd.ShiftingDetector. More...
Inherits Enum.
Static Public Attributes | |
| int | Abs = 0 |
| Sum of absolute differences of points of two images. | |
| int | Squared = 1 |
| Sum of squared differences of points of two images. | |
Detailed Description
Describes types of function which used to find correlation between background and current image in function Simd.Lib.ShiftDetectorInitBuffers and in class Simd.ShiftingDetector.