Hi Paulo - I've moved where I'm at with this CinderBlock over to my public repo:
This is still very much a work in progress, but it shows the general design I'm proposing right now (subject of course to community input & feedback).
The heart of the design is really just two (overloaded) functions - toOcv() and fromOcv(). Very intentionally, there are no wrapper classes - instead these two functions make it easy to use Cinder's native classes in combination with the (sometimes overlooked) object-oriented API in OpenCV. There are a few samples that walk you through the process.
This design is all subject to change, but it probably is time for me to start getting other people to start weighing in. At the moment this doesn't include the static library binaries, so you'll have to build OpenCV itself. The
README walks you through the process.
I'm on vacation but will try to check the forum when I can, so post any problems you might run into...