Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
This is the OpenCV CinderBlock, designed for use with the open-source C++ library Cinder: http://libcinder.org

Integrates OpenCV 2.3.
Integrates OpenCV 2.3.

If you are using any other modules other than the core:

You must Add to my target's "Other Linker Flags" (both debug and release) to get any non-samples running:

example: Macosx

$(CINDER_PATH)/blocks/lib/macosx/libopencv_XXXX.a

example: iOS

$(CINDER_PATH)/blocks/lib/ios/libopencv_XXXX.a

Failure to link the libraries will cause compile time errors because the classes cannot be found.