Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Code snippets for working with graphics using the STL and Boost.
For VCL graphics code snippets, go to the VCL graphics code snippets page.
Instead
of using bitmaps, work is done on 2D std::vectors.
0.
ASCII art, see the ASCII art page
1.
Convolution, perform a convolution on an image,
DoFilterOperation
2.
DoFilterOperation, perform a convolution on an
image
3.
DoFilterOperation, perform a filter operation
on an image
4.
Filter operation, perform a filter operation on
an image, DoFilterOperation
5.
Perform a convolution on an image,
DoFilterOperation
6.
Perform a filter operation on an image,
DoFilterOperation