vz::Imagination  v1.0.0-2969
C++ helper class for image manipulation using OpenCV
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
Summary

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 :

     
coins.jpg
original capture image
coins_threshold_with_blur_3.jpg
black and white threshold
coins_threshold_canny_edge_detect.jpg
edge detection
coins_contours.jpg
object contour
histogram_capture_colour.png
colour and black-and-white histograms
 

For the full list of image manipulations, see vz::Imagination::EMatType.