All Projects → yourtion → Learningopencv

yourtion / Learningopencv

Source code for Learning OpenCV 《学习OpenCV》源码及 Mac 运行工程

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Learningopencv

Arkitexperiments
Quick and dirty experiments with ARKit
Stars: ✭ 142 (+149.12%)
Mutual labels:  xcode, opencv
Ipadownload
Search and download decrypted IPA file from 3rd-party App Store.
Stars: ✭ 247 (+333.33%)
Mutual labels:  xcode, mac
Tesseract Macos
Objective C wrapper for the open source OCR Engine Tesseract (macOS)
Stars: ✭ 154 (+170.18%)
Mutual labels:  xcode, mac
Build Deep Learning Env With Tensorflow Python Opencv
Tutorial on how to build your own research envirorment for Deep Learning with OpenCV, Python, Tensorfow
Stars: ✭ 66 (+15.79%)
Mutual labels:  opencv, mac
Mbicons
MBIcons contains over 200 icons that can be resized to any dimensions as they are drawn using NSBezierPath.
Stars: ✭ 537 (+842.11%)
Mutual labels:  xcode, mac
Ios Learning Materials
📚Curated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS [and Apple Platforms].
Stars: ✭ 1,380 (+2321.05%)
Mutual labels:  xcode, learning
Fastlane Plugin Test center
🎯 The best fastlane plugin to understand and tame misbehaving iOS tests 🎉
Stars: ✭ 214 (+275.44%)
Mutual labels:  xcode, mac
Macimagesetgenerator
2个脚本文件,帮助你在Mac上,生成Xcode可使用的APP图标和启动图。
Stars: ✭ 73 (+28.07%)
Mutual labels:  xcode, mac
Designcode Swiftui
📱 An app fully written in SwiftUI showcasing beautiful design and animations.
Stars: ✭ 529 (+828.07%)
Mutual labels:  xcode, learning
Cartool
Mac上解压Assets.car文件的小工具(支持右键解压)
Stars: ✭ 375 (+557.89%)
Mutual labels:  xcode, mac
Nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
Stars: ✭ 199 (+249.12%)
Mutual labels:  xcode, mac
Teaching App Dev Swift
DEPRECATED. Instructor lesson plans that accompany Xcode projects, for guiding in-class experiential learning.
Stars: ✭ 699 (+1126.32%)
Mutual labels:  xcode, learning
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (+378.95%)
Mutual labels:  xcode, mac
Struct
Xcode projects on steroids
Stars: ✭ 684 (+1100%)
Mutual labels:  xcode, mac
Swiftui
A collaborative list of awesome SwiftUI resources. Feel free to contribute!
Stars: ✭ 774 (+1257.89%)
Mutual labels:  xcode, mac
Isxcodeopensourceyet.github.io
Is Xcode open source yet?
Stars: ✭ 55 (-3.51%)
Mutual labels:  xcode
Dotfiles
A shell script to install awesome command for *nix platform and set them up
Stars: ✭ 56 (-1.75%)
Mutual labels:  mac
Easypr Python
EasyPR-python
Stars: ✭ 55 (-3.51%)
Mutual labels:  opencv
Luautocompleteview
Highly configurable autocomplete view that is attachable to any UITextField
Stars: ✭ 55 (-3.51%)
Mutual labels:  xcode
Vipera
Project is now called Swift template, check the link ➡️
Stars: ✭ 57 (+0%)
Mutual labels:  xcode

LearningOpenCV

Source code for Learning OpenCV

《学习OpenCV》源码,使用 OpenCV 2.4 自带 Mac 项目 Xcode 工程。

ScreenShot

使用方法

下载源码

git clone https://github.com/yourtion/LearningOpenCV.git

加入OpenCV

使用 HomeBrew 安装:

$ brew install opencv

安装后 OpenCV 位于 /usr/local/Cellar/opencv/2.4.13/lib,也就是 Xcode 工程中的 lib 的位置。

使用Demo

所有源码按照章节放在 src 目录下,数据位于 data 目录。

Checkout 到对应的 commit 即可运行对应的 Demo。

源码列表

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