Top "Cinder" questions

Cinder is a peer-reviewed, free, open source C++ library for creative coding.

OpenCV: Threshold and Invert an image

I'm trying to threshold and invert an image with Cinder OpenCV block. In openFrameworks I would use something like that: …

c++ opencv cinder
Error when creating volume with openstack dashboard

I got an error when trying to create a volume via the openstack dashboard, after installing openstack guided by this: …

openstack cinder volumes
unknown type error in C++

What is going on? #include "MyClass.h" class MyOtherClass { public: MyOtherClass(); ~MyOtherClass(); MyClass myVar; //Unknown type Error }; Suddenly when I …

c++ xcode cinder