| 19 | #endif |
| 20 | |
| 21 | DetectorResult SampleGrid(const BitMatrix& image, int width, int height, const PerspectiveTransform& mod2Pix) |
| 22 | { |
| 23 | return SampleGrid(image, width, height, {ROI{0, width, 0, height, mod2Pix}}); |
| 24 | } |
| 25 | |
| 26 | DetectorResult SampleGrid(const BitMatrix& image, int width, int height, const ROIs& rois) |
| 27 | { |