Thanks for the kudos - it's nice to know the work is appreciated. I look forward to seeing your OCR example working with AAT's license plate recognition script.
-----------------------------------
Updated:
- added Constants, Structures, Macros, Functions, 1 Inline Function (converted to a Procedure)
- added 1 example
-- cv_histogram.pb: calculates a histogram for the Red, Green, and Blue channels of an image

Original source can be found here.
-----------------------------------
Updated:
- added 1 example
-- cv_overlay.pb: calculates the weighted sum of two arrays, demonstrating this by overlaying two images and setting a degree of transparency on the second image
- updated 1 example
-- cv_histogram.pb: added optional transparency and a preview image
The cv_overlay.pb example came about because I wanted to add transparency to the histogram example, but found out that the OpenCV Drawing Functions don't support the alpha channel.