Ask Your Question

FreddyB's profile - activity

2021-01-05 23:19:21 -0600 received badge  Popular Question (source)
2019-02-07 21:07:43 -0600 commented answer Barcode/label detection

Thank you. Most helpful.

2019-02-07 21:06:11 -0600 marked best answer Barcode/label detection

I am learning opencv with the hope of developing a python program that will detect labels and identify numbers on cotton bales from a video camera mounted on a forklift. With what I have learned so far, I am assuming that the best way would be to use a haar cascade to detect and extract the label from the image, then implement some other library to decode a bar code or use ocr to read the numbers on the label.

My question(s) are:

  • Is my assumption correct that haar cascade is the best way
  • What kind of images would be best to train the cascade? My concern is that it will only detect the numbers that were used to train the cascade.
  • I do have the ability to change the label. Is there a change that would make the label easier to detect?
  • Is OCR number reading better/easier/more reliable than decoding bar codes or vice-versa

Any other advice or direction would be greatly appreciated. I am attaching pictures of bales and label. Thanks in advance.

C:\fakepath\bales.jpg

C:\fakepath\label.jpg

2019-02-07 21:06:11 -0600 received badge  Scholar (source)
2019-02-05 10:50:35 -0600 edited question Barcode/label detection

Barcode/label detection I am learning opencv with the hope of developing a python program that will detect labels and id

2019-02-05 10:48:08 -0600 received badge  Editor (source)
2019-02-05 10:48:08 -0600 edited question Barcode/label detection

Barcode/label detection I am learning opencv with the hope of developing a python program that will detect labels and id

2019-02-05 10:46:22 -0600 asked a question Barcode/label detection

Barcode/label detection I am learning opencv with the hope of developing a python program that will detect labels and id