This repository contains the source code for an iOS application designed to enhance the smart packaging of perishable fruits. The app detects whether a fruit is edible based on the label attached to it. The labels are in two colors: red and algae-green. The app uses QR code detection to read the labels and OpenCV for color detection.
- QR Code Detection: Reads QR codes on fruit packaging.
- Color Detection: Identifies label color using OpenCV embedded through Objective-C in a Swift environment.
- Edibility Check: Determines if the fruit is edible based on the label color.
- The app was coded in Swift.
- OpenCV, the library used for image processing, was embedded using objective-C.
- Clone the repository:
git clone https://github.com/your-username/smart-packaging-qr-detection.git