Relative Content

Tag Archive for androidopencvbarcodegoogle-mlkit

Barcode Isolation with ML Kit & OpenCV on Android

I am creating an Android application where I have a need to isolate just the parts of the detected image that include the bars of the barcode and nothing else. I am struggling to get just the bars without any extra data in the image such as inlayed numbers or things in the image that are outside the barcode itself. I am using Google ML Kit to detect and decode the barcode.