Skip to content

Commit 0fa983e

Browse files
committed
add link to javadoc in readme
1 parent 959efeb commit 0fa983e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
OpenCV for Processing is based on OpenCV's official Java bindings. It attempts to provide convenient wrappers for common OpenCV functions that are friendly to beginners and feel familiar to the Processing environment.
66

7-
See the included examples below for an overview of what's possible and links to the relevant example code. More comprehensive documentation coming soon.
7+
See the included examples below for an overview of what's possible and links to the relevant example code. Complete documentation is available here:
8+
9+
**[OpenCV for Processing reference](http://atduskgreg.github.io/opencv-processing/reference/)**
810

911
OpenCV for Processing is based on the officially supported [OpenCV Java API](http://docs.opencv.org/java/), currently at version 2.4.5. In addition to using the wrapped functionality, you can import OpenCV modules and use any of its documented functions: [OpenCV javadocs](http://docs.opencv.org/java/). See the advanced examples (HistogramSkinDetection, DepthFromStereo, and Marker Detection) below for details. (This style of API was inspired by Kyle McDonald's [ofxCv addon](https://github.com/kylemcdonald/ofxCv) for OpenFrameworks.)
1012

0 commit comments

Comments
 (0)