visual c++ - How to get decoded barcode height from camera images in c++ zxing library -
how determind or find barcode height camera image or image file.here using zxing c++ library decode barcode.
if you're using zxing c++ port, don't need find (startx, starty) or (endx, endy). can use leptonica lib. think faster
firstly, using pixread() read input image, save pix* format. then, convert pix* binarybimap , use decode() method class reader of zxing directly!
if still have problem or don't know, can send detail code
Comments
Post a Comment