https://github.com/trinnguyen/xamarin.ios-opencv
OpenCV for Xamarin.iOS
https://github.com/trinnguyen/xamarin.ios-opencv
detect-faces opencv xamarin
Last synced: 19 days ago
JSON representation
OpenCV for Xamarin.iOS
- Host: GitHub
- URL: https://github.com/trinnguyen/xamarin.ios-opencv
- Owner: trinnguyen
- Created: 2014-06-02T09:28:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T11:34:57.000Z (about 8 years ago)
- Last Synced: 2025-03-23T20:22:12.893Z (about 1 month ago)
- Topics: detect-faces, opencv, xamarin
- Language: C++
- Homepage: http://trinnguyen.com/opencv-for-xamarin-ios
- Size: 26 MB
- Stars: 47
- Watchers: 11
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xamarin.ios-opencv
==================This is example project for using OpenCV on Xamarin.iOS
Guide
===================
Blog: http://trinnguyen.com/opencv-for-xamarin-iosStructure
===================
Two folders here: one for iOS Static Library and one for Xamarin Solution
- iOS Static Library: Simple library with one function: Detect faces on an image with OpenCV, export .a file for using on Xamarin
- Xamarin Solution: Binding project: make a C# wrapper for static library, iOS Application: demo how binding and function of static library, detect faces on an image and draw them with red rectangle on image