Sources: (to add) Code Implementation (Detection so far): jupyter notebook

Task Breakdown

  • Barcode Detection - I don’t want to use some CNN, I want to use purely OpenCV
  • Barcode Decoding - This is where it gets tough.

Even the first part was tough for me..

I used what I learned from the Metalic Grid Detection and I approached a solution that would include Line Segment Detector. This way; I … TO DO