UNIT 1: Image Representation and Modeling Q1: Explain the concept of digital image representation in detail. Answer : A digital image is a two-dimensional function that represents a physical object or scene. It is essentially a matrix where each element (pixel) contains intensity or color information. The size of the image is defined by its resolution (width × height), and each pixel has an intensity or color value. Pixel : The smallest unit of a digital image, typically represented as a square or rectangular cell. Each pixel has a value corresponding to its color or intensity. Resolution : Refers to the number of pixels in the image, which defines the level of detail. Higher resolution means more pixels and finer details. Color Models : Digital images can be grayscale (single intensity) or color (combining three channels for Red, Green, and Blue). Examples include RGB, CMYK, and YCbCr. Digital images are obtained by sampling and quantizing a continuous signal. S...