Skip to content

trinnguyen/xamarin.ios-opencv

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

xamarin.ios-opencv

This is example project for using OpenCV on Xamarin.iOS

Guide

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

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

Releases

No releases published

Packages

No packages published

Languages