Chapter 10. Cartoonizer Case Study

This chapter introduces another example of how to use C++ AMP, this time for image processing. The Cartoonizer sample shows how to apply a sequence of image processing operations that cartoonize an image or series of images. First, the image is resized to fit into the output window. Then a color simplification process is iteratively applied to the image to flatten the color palette. Finally, the sample applies an edge detection algorithm to add the appearance of a drawing to the color-flattened image. It draws the completed image on screen, ...

Get C++ AMP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.