I mainly process open source barcodes. But the tool sometimes does not detect any barcode at all.
So, I want me to make sure that the image is really empty or contains some kind of barcode.
My images are created by scanning, and they contain only the barcode (if they are not empty) and some noise images obtained by scanning. Thus, my problem may even be before checking if the image contains a significant amount of concentrated black pixels to distinguish it from white spaces with noise.
I checked this question, but it was suggested to use the “probabilistic Hugh line transform,” which I found a bit redundant for my situation.
I also checked this one , but it has unsafe code. I am looking for a C # managed solution.
antew source
share