All Projects → trinnguyen → Xamarin.ios Opencv

trinnguyen / Xamarin.ios Opencv

OpenCV for Xamarin.iOS

Projects that are alternatives of or similar to Xamarin.ios Opencv

Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (-11.63%)
Mutual labels:  xamarin
Socialloginsamples
This repo contains different implementations for social login in Xamarin with the native SDKs for facebook and google.
Stars: ✭ 40 (-6.98%)
Mutual labels:  xamarin
Sikulix1
SikuliX version 2.0.0+ (2019+)
Stars: ✭ 1,007 (+2241.86%)
Mutual labels:  opencv
Computer Vision
Computer vision sabbatical study materials
Stars: ✭ 39 (-9.3%)
Mutual labels:  opencv
Guitestsharp
An extensible multiplatform framework to test GUIs in WinForms, WPF, GtkSharp and Xamarin.Mac.
Stars: ✭ 40 (-6.98%)
Mutual labels:  xamarin
Convolutionalemotion
A deep convolutional neural network system for live emotion detection
Stars: ✭ 40 (-6.98%)
Mutual labels:  opencv
Traffic Light Detector
Detect traffic lights and classify the state of them, then give the commands "go" or "stop".
Stars: ✭ 37 (-13.95%)
Mutual labels:  opencv
Xamarin.formsdemo chn
这是一个关于Xamarin的中文demo
Stars: ✭ 43 (+0%)
Mutual labels:  xamarin
Yuvtomat
High-performance library for converting YUV_420_888 Android Camera images to OpenCV RGB Mats
Stars: ✭ 40 (-6.98%)
Mutual labels:  opencv
Predict Facial Attractiveness
Using OpenCV and Dlib to predict facial attractiveness.
Stars: ✭ 41 (-4.65%)
Mutual labels:  opencv
Facerecog
Face Recognition using Neural Networks implemented using Keras
Stars: ✭ 39 (-9.3%)
Mutual labels:  opencv
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+2218.6%)
Mutual labels:  opencv
Hacking Scripts
Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy.
Stars: ✭ 41 (-4.65%)
Mutual labels:  opencv
Ipcamera Cpython Interface
兼容主流海康和雄迈IPC的适用于C++和python的帧数据获取接口
Stars: ✭ 38 (-11.63%)
Mutual labels:  opencv
Real Time Distance Measurement
Real-time Distance Measurement Using Single Image
Stars: ✭ 42 (-2.33%)
Mutual labels:  opencv
Pyimagevideo
write animated GIF, multipage append TIFF, AVI OGV video in Python
Stars: ✭ 36 (-16.28%)
Mutual labels:  opencv
Grabcutweb
Full web grabcut example using opencvjs
Stars: ✭ 40 (-6.98%)
Mutual labels:  opencv
Plant Detection
Detects and marks plants in a soil area image using Python OpenCV
Stars: ✭ 43 (+0%)
Mutual labels:  opencv
Fabulous Simple Elements
An alternative view rendering API for Fabulous (Elmish Xamarin.Forms) that is easy to use and simple to read, inspired by Elmish on the web.
Stars: ✭ 43 (+0%)
Mutual labels:  xamarin
Smart Surveillance System Using Raspberry Pi
This is my Third Year Project for face recognition using OpenCV
Stars: ✭ 41 (-4.65%)
Mutual labels:  opencv

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].