Using matplotlib alongside OpenCV to render results in Jupyter Notebook. We will be using pyplot.imshow to render images within the browser interface for easier interaction and usage.
Tag: image processing
Bangladeshi NID and Smart Cards come printed with a 2D Datamatrix Barcode, known as PDF417. The information on the cards can be extracted without using an OCR solution through the barcode. We’ll be using Google’s ZXing library; learn about the basics of using it.