Skip to main content

2 docs tagged with "machine-vision"

View all tags

OpenCV Hello World

Here is the Hello World example code for OpenCV. This simple example creates a image called output, then the text "Hello World" is added to the image.

Splitting multichannel images into RGB using OpenCV

To separate a multi channel image into the three component RGB channels, we can use the cvSplit function. The example below opens a RGB image and then using the cvSplit function creates three output images.