An open API service indexing awesome lists of open source software.

https://github.com/gavrilaf/OpenCVRecognizer

Using OpenCV from Swift simple demo
https://github.com/gavrilaf/OpenCVRecognizer

Last synced: 4 months ago
JSON representation

Using OpenCV from Swift simple demo

Awesome Lists containing this project

README

          

# OpenCVRecognizer
Using OpenCV-iOS from Swift simple demo

This is simple demo how to use OpenCV object detection functionality from Swift on the iOS platform.
OpenCV is written on C++, so you can't use it from Swift directly. You have to implement set of wrapper classes using Objective-C++.

Project implements car licence plates recognizing. I use Haar cascade model from standard OpenCV delivery.

Project uses OpenCV iOS framework from http://opencv.org.
I haven't added opencv.framework on github because is too big. So, if you want to run project you have to download opencv and add opencv.framework manually.

It's just a sample, so application crashes on big images, doesn't recognize rotated or dirty plates, etc.
I'm planning to improve it in future.

##Application screenshot
![Screenshot](IMG_1309.PNG)