Simd::ShiftDetector structure and related functions.
More...
Simd::ShiftDetector structure and related functions.
Describes types of texture which used to find correlation between background and current image.
Enumerator |
---|
TextureGray |
Original grayscale image.
|
TextureGrad |
Saturated sum of absolute gradients along X and Y axes.
|
Describes types of function which used to find correlation between background and current image.
Enumerator |
---|
AbsDifference |
Sum of absolute differences of points of two images.
|
SquaredDifference |
Sum of squared differences of points of two images.
|