Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-hogood/opencvdemos.ios
iOS .NET port of OpenCV demos:
https://github.com/v-hogood/opencvdemos.ios
dotnet ios maui opencv xamarin
Last synced: 11 days ago
JSON representation
iOS .NET port of OpenCV demos:
- Host: GitHub
- URL: https://github.com/v-hogood/opencvdemos.ios
- Owner: v-hogood
- License: lgpl-3.0
- Created: 2023-08-20T05:10:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T19:18:40.000Z (3 months ago)
- Last Synced: 2024-09-27T09:41:06.525Z (about 2 months ago)
- Topics: dotnet, ios, maui, opencv, xamarin
- Language: C#
- Homepage: https://github.com/Duffycola/opencv-ios-demos
- Size: 2.66 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
----------This repository contains iOS demo applications developed during Google Summer of Code 2012 with opencv.org.
* HelloIosVideo: Beginners tutorial on using opencv's ios camera interface.
![Screenshot-Intro](screenshots/screenshot-intro.png)
* FaceDetectVideo: Face detection on still images and iphone video camera.
![Screenshot-Facedetect](screenshots/screenshot-video-facedetect.png)
* FindHomography: Planar object recognition on video input.
![Screenshot-Homography1](screenshots/screenshot-homography-1.png)
![Screenshot-Homography2](screenshots/screenshot-homography-2.png)
* GrabCut: Grabcut segmentation algorithm. Paint foreground/background seeds with touch gestures.
![Screenshot-Grabcut](screenshots/screenshot-grabcut.png)
* VideoConvolution: Process video frames with basic convolution kernels: Gaussian blur, median blur, bilateral blur, laplacian, sobel, canny.
![Screenshot-Convolution1](screenshots/screenshot-video-convolution-1.png)
![Screenshot-Convolution2](screenshots/screenshot-video-convolution-2.png)
* VideoFilter: Advanced video filters: pixelation, color inversion, retro filter, soft focus, cartoon, pinhole.
![Screenshot-Video-Pixelation](screenshots/screenshot-video-pixelation.png)