pyxploiter / Barcode-Detection-and-Decoding

Barcode detection and decoding using openCV and Zbar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where to run this code on which compiler?

Harry1855 opened this issue · comments

facing this issue

[Running] python -u "e:\Chrome Downloads\opencv-load-image\load_image_opencv.py"
usage: load_image_opencv.py [-h] -i IMAGE
load_image_opencv.py: error: the following arguments are required: -i/--image

commented

It's pretty simple
You need an image, with argument of -i or --image
But this is not the last issue you will face -
Barcode-Detection-and-Decoding
Try this ^
I would merge it but the author not response for awhile now

I hope @nivb52 you are fine. Please can you tell me how to run code from you merged branch. I will be thankful to you.

@nivb52 can you provide me you contact information(email etc.)?

commented

@ShoaibAsghar
Run the python main file (if you don't know how - google it, you may need to install python)
Then use one of the following arguments :
"-i", "--image", required=False, help="path to the image file"
"-d", "--dir", required=False, help="path to the images folder"
-pre", "--preprocess", required=False, help="pre process images"