JustScan is a lightweight application that leverages advanced computer vision techniques to detect cards using your device's camera. It employs two main methods for card detection: Rectangle Detection and Document Detection, ensuring accurate and efficient recognition.
- Camera Preview: Real-time card detection through your device's camera.
- Rectangle Detection: Utilizes the
CIRectangleDetector
for precise rectangle identification. - Document Detection: Employs Vision Kit for robust document recognition.
- User-Friendly Interface: Simple and intuitive design for seamless interaction.
- Swift
- AVFoundation
- Vision Kit
- UIKit
Make sure you have the following installed:
- Xcode (latest version)
- iOS device or simulator
License This project is licensed under the MIT License. See the LICENSE file for more details.
Acknowledgments Thanks to the contributors and the open-source community for their invaluable resources. Special thanks to the developers behind Core Image and Vision Kit for providing powerful tools for image processing and analysis.