public void setScanDistance( int scanDistance ) |
Parameters
- scanDistance
- scan distance value in pixels. Valid values are 1 through 10.
Sets the scan distance in pixels between line sweeps when searching for 1D barcodes.
Reducing this value can help in finding barcodes which are short relative to their height. This value effects the run time of the barcode search. Smaller values will require more processing of the image.public void setScanDistance( int scanDistance ) |