MCPcopy Create free account
hub / github.com/devilsen/CZXing / SampleGrid

Function SampleGrid

czxing/src/main/cpp/zxing/src/GridSampler.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#endif
20
21DetectorResult 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
26DetectorResult SampleGrid(const BitMatrix& image, int width, int height, const ROIs& rois)
27{

Callers

nothing calls this directly

Calls 6

centeredFunction · 0.85
moveFunction · 0.85
logFunction · 0.70
isInMethod · 0.45
getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected