Image Representation Using Java

This chapter covers some basic concepts of gray-level and color image representation. Digital images are logically represented using a matrix of elements, each element having a single value in case of gray-level images and three/four values in case of color images. The chapter also introduces the most used color models and the representation of images provided by Java.