Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirek/quartzcomposer-opencv
OpenCV 2.1 port for Quartz Composer
https://github.com/mirek/quartzcomposer-opencv
Last synced: about 1 month ago
JSON representation
OpenCV 2.1 port for Quartz Composer
- Host: GitHub
- URL: https://github.com/mirek/quartzcomposer-opencv
- Owner: mirek
- Created: 2010-04-05T17:45:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T15:48:01.000Z (over 11 years ago)
- Last Synced: 2024-05-09T16:18:06.181Z (8 months ago)
- Language: Objective-C
- Homepage: http://quartzcomposer.com
- Size: 12.3 MB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.textile
Awesome Lists containing this project
README
h1. OpenCV 2.1 for Quartz Composer
OpenCV 2.1 Quartz Composer PlugIn
h2. Installation
We're using OpenCV library provided by homebrew. The library has been moved
from main repository to science, so make sure you tap it:brew tap homebrew/science
And install OpenCV:
brew install opencv
Now you can clone and build the plugin:
git clone [email protected]:mirek/quartzcomposer-opencv.git
open quartzcomposer-opencv/OpenCV.xcodeproj
# Build and Copy will start Quartz Composer with one of example compositionsh2. License
Same as OpenCV http://opencv.willowgarage.com/wiki
BSD License http://creativecommons.org/licenses/BSDh1. Currently implemented patches
h2. Quick Start
Go to Downloads tab and grab the most recent version. Put it in @~/Library/Graphics/Quartz Composer Plug-Ins@ and look for "OpenCV..." patches.
h2. Image Filtering
h3. Dilate
| Settings | Example |
|^. !http://quartzcomposer.com/images/plugins/opencv/blank-settings.png! |^. !http://quartzcomposer.com/images/plugins/opencv/opencv-dilate-example.png! |h3. Erode
| Settings | Example |
|^. !http://quartzcomposer.com/images/plugins/opencv/blank-settings.png! |^. !http://quartzcomposer.com/images/plugins/opencv/opencv-erode-example.png! |h3. Laplace
h3. Sobel
h2. Feature Detection
h3. Canny
| Settings | Example |
|^. !http://quartzcomposer.com/images/plugins/opencv/blank-settings.png! |^. !http://quartzcomposer.com/images/plugins/opencv/opencv-canny-example.png! |h2. Camera Calibration and 3D Reconstruction
h3. Find Chessboard Corners
| Settings | Example |
|^. !http://quartzcomposer.com/images/plugins/opencv/opencv-find-chessboard-corners-settings.png! |^. !http://quartzcomposer.com/images/plugins/opencv/opencv-find-chessboard-corners-example.png! |