feature/104
Christoph Oberhofer 9 years ago
parent 7ec6eb28d3
commit c851635522

4
dist/quagga.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -199,7 +199,7 @@ function boxFromPatches(patches) {
function binarizeImage() {
otsuThreshold(_currentImageWrapper, _binaryImageWrapper);
_binaryImageWrapper.zeroBorder();
if (_config.debug.showCanvas) {
if (ENV.development && _config.debug.showCanvas) {
_binaryImageWrapper.show(_canvasContainer.dom.binary, 255);
}
}

Loading…
Cancel
Save