d13nunes / xamarin.ios-opencv

OpenCV for Xamarin.iOS

Home Page:http://trinnguyen.com/opencv-for-xamarin-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xamarin.ios-opencv

These are example projects for using OpenCV on Xamarin.iOS

Guide

Blog: http://trinnguyen.com/opencv-for-xamarin-ios

See guide for Xamarin.Android here: OpenCV for Xamarin.Android

Structure

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

About

OpenCV for Xamarin.iOS

http://trinnguyen.com/opencv-for-xamarin-ios


Languages

Language:C++ 88.9%Language:C 10.0%Language:Objective-C 0.5%Language:C# 0.4%Language:Objective-C++ 0.2%