Expand description
Dense ChESS response computation for 8-bit grayscale inputs.
Structs§
- Roi
- Rectangular region of interest, in image coordinates
[x0, x1) × [y0, y1).
Functions§
- chess_
response_ u8 - Compute the dense ChESS response for an 8-bit grayscale image.
- chess_
response_ u8_ patch - Compute the ChESS response only inside a rectangular ROI of the image.
- chess_
response_ u8_ scalar - Always uses the scalar implementation (no rayon, no SIMD), useful for reference/golden testing.