vz::Imagination is a set of C++ functions and a high-level C++ class which leverages OpenCV to manipulate images.
The intent is to provide some easy-to-use C++ code to perform some useful and sometimes difficult-to-perform image manipulations.
Several sample images manipulated with the help of vz::Imagination :
original capture image |
black and white threshold |
edge detection |
object contour |
colour and black-and-white histograms |
For the full list of image manipulations, see vz::Imagination::EMatType.