All Projects → enums → Emcvlib

enums / Emcvlib

An OpenCV framework for iOS and macOS

Programming Languages

objc
23 projects

Projects that are alternatives of or similar to Emcvlib

Panoramic Image Stitching Using Invariant Features
Given a number of input images, concatenate all images to produce a panoramic image using invariant features.
Stars: ✭ 81 (-15.62%)
Mutual labels:  opencv
The bilateral solver
Fast Bilateral Solver implementation with C++ and demos
Stars: ✭ 87 (-9.37%)
Mutual labels:  opencv
Agender
Real-time estimation of gender and age
Stars: ✭ 95 (-1.04%)
Mutual labels:  opencv
Litiv
C++ implementation pool for computer vision R&D projects.
Stars: ✭ 82 (-14.58%)
Mutual labels:  opencv
Fisheye Stereo Calibration
📷 📷 Fisheye stereo calibration using OpenCV and C++
Stars: ✭ 85 (-11.46%)
Mutual labels:  opencv
Opencv3 Android Sdk With Contrib
Build OpenCV3 Android SDK with contrib modules
Stars: ✭ 90 (-6.25%)
Mutual labels:  opencv
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (-17.71%)
Mutual labels:  opencv
Retina Features
Project for segmentation of blood vessels, microaneurysm and hardexudates in fundus images.
Stars: ✭ 95 (-1.04%)
Mutual labels:  opencv
Opencv image comparator
图片相似度计算(直方图、峰值信噪比、结构相似性、感知哈希算法)、轮廓检测、直线检测、圆检测、角点检测、直线交点计算、旋转角度矫正、图像匹配的对应相似处连线、灰度、二值化、直方图均衡化。
Stars: ✭ 87 (-9.37%)
Mutual labels:  opencv
Wow Fish Bot
World of Warcraft ( WoW ) Fish BOT. Python. Simple. For me.
Stars: ✭ 93 (-3.12%)
Mutual labels:  opencv
Mobilenet Ssd
MobileNet-SSD(MobileNetSSD) + Neural Compute Stick(NCS) Faster than YoloV2 + Explosion speed by RaspberryPi · Multiple moving object detection with high accuracy.
Stars: ✭ 84 (-12.5%)
Mutual labels:  opencv
Sudoku Py
An augmented reality sudoku solver using OpenCV
Stars: ✭ 85 (-11.46%)
Mutual labels:  opencv
Lane Detection For Autonomous Cars
Lane Detection Module using C++ and OpenCV
Stars: ✭ 90 (-6.25%)
Mutual labels:  opencv
Vehicle counting hog svm
Vehicle detection, tracking and counting by SVM is trained with HOG features using OpenCV on c++.
Stars: ✭ 82 (-14.58%)
Mutual labels:  opencv
Gocv Alpine
GoCV-compatible OpenCV 3.4 Alpine 3.7 Docker image
Stars: ✭ 95 (-1.04%)
Mutual labels:  opencv
Handy
Hand detection software built with OpenCV.
Stars: ✭ 81 (-15.62%)
Mutual labels:  opencv
High Dynamic Range Image
Creating HDR image from image stack with multiple exposures
Stars: ✭ 88 (-8.33%)
Mutual labels:  opencv
Sky Detector
Sky area detection without deep neural networks https://maybeshewill-cv.github.io/sky-detector/
Stars: ✭ 96 (+0%)
Mutual labels:  opencv
Signature Recognition
Verify the authenticity of handwritten signatures through digital image processing and neural networks.
Stars: ✭ 95 (-1.04%)
Mutual labels:  opencv
Kinectazuredkprogramming
Samples about Kinect Azure DK programming
Stars: ✭ 92 (-4.17%)
Mutual labels:  opencv

EMCVLib

An OpenCV framework for iOS and macOS.

Usage

Needed iOS 8.0+.

Needed macOS 10.10+ and OpenCV 2.4.x.

iOS: Install OpenCV for iOS

Install OpenCV by using Cocoapods.

cd EMCVLib
pod install

macOS: Install OpenCV for macOS

Install OpenCV with brew:

We cannot use brew to install OpenCV due to this issue: [OpenCV #7833]

It'll crash when releasing camera in Cocoa application.

So we need to compile it by ourselves.

Headers should be here:

/usr/local/include/opencv

/usr/local/include/opencv2

Librarys should be here:

/usr/local/lib

Install the framework

Download the repo. Then drag the framework project to your project.

Functions

What can this framework does now?

  • Display image and play real-time processing video with customized filter.
  • Color convert. Channals split. Image flip, smooth, blending.
  • Edge Detection. Find extreme values and locations. Calculate and compare histograms.
  • Corener Harris. Shi-Tomasi. Optical Flow.
  • Matching algorithm: Template Match. Back Projection. SURF Match.

Screenshots

Some screenshots of the demo.

iOS Image Sample

Image Smooth

Image Blending

Threshold

Canny and Edge Detection

Corner Harris

Optical Flow

Template Match

SURF Match

Back Projection

History Compare

Tips

Use @autoreleasePool when doing loop can solve some memory problems.

Documents

API docs and bugs here.

  • [Bug] Bugs.

  • [API] EMCVFactory: A wrapped functions whitch can do some computer vision calculations.

  • [API] EMCVBasicImage: A wrapped basic image class.

  • [API] EMCVImage: A wrapped image class.

  • [API] EMCVSplitedImage: A wrapped multi channel image class.

  • [API] EMCVSingleImage: A wrapped single channel image class.

  • [API] EMCVFilter: A wrapped image filter.

  • [API] EMCVFilterOperation: A wrapped image operation by using block.

  • [API] EMCVVideoCapture: A wrapped video player class.

  • [API] EMCVVideoWriter: A wrapped video writer class.

  • [API] NSImageView + EMCVLib: A category of NSImageView.

  • [API] UIImageView + EMCVLib: A category of UIImageView.

Contect

Blog: http://enumsblog.com

Email: [email protected]

HAVE FUN! : )

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].