[ Team LiB ] Previous Section Next Section

Chapter 8. Advanced Topics

IN THIS CHAPTER

C++ Concepts

Copy on Write

Caching

Explicit Keyword Usage

Const Usage

Pass by Reference Usage

Image Framework Concepts

Color Space Conversion

Morphology

Image Transformations

Enhancing Digital Photographs

Unsharp Masking

In this chapter, we explore topics that we touched on earlier, but strongly warrant further discussion. In addition to going into detail about specific C++ constructs, we discuss ways that our image processing framework can be extended.

    [ Team LiB ] Previous Section Next Section