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

Method width

czxing/src/main/cpp/zxing/src/BitMatrix.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 bool findBoundingBox(int &left, int& top, int& width, int& height, int minSize = 1) const;
128
129 int width() const { return _width; }
130
131 int height() const { return _height; }
132

Callers 2

ToBitMatrixFunction · 0.45
ToMatrixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected