ShiftDetectorTexture Class Reference
Describes types of texture 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 | Gray = 0 |
| Original grayscale image. | |
| int | Grad = 1 |
| Saturated sum of absolute gradients along X and Y axes. | |
Detailed Description
Describes types of texture which used to find correlation between background and current image in function Simd.Lib.ShiftDetectorInitBuffers and in class Simd.ShiftingDetector.