bglnelissen / slideToolkit

slideToolkit: a free toolset for analyzing full size virtual histology slides
MIT License
11 stars 5 forks source link

integrate `zbar` with `slideRename` #15

Closed bglnelissen closed 10 years ago

bglnelissen commented 10 years ago

zbar is an open source barcode reader and can read barcodes within image files. Add a flag --use-barcode to slideRename that makes it possible to find the barcode on the slide label and rename the slide accordingly. All other flags should still work (--to-upper etc).

bglnelissen commented 10 years ago

We use 2d datamatrix barcodes. libdmtx is used for barcode recognition. Flag is now --barcode-dmtx