Parents : Image Processing
| Date and time note was created | $= dv.current().file.ctime |
| Date and time note was modified | $= dv.current().file.mtime |
A digital image can be defined as the image that contains finite values for x , y and amplitude i.e F(x,y) if the image represents a 2D function F(x,y). Digital image uses Digital signal wave format. Representation of digital image is done using intensity or grey level matrix.
Types of Digital Image
- Binary Image
- One bit image.
- 21 = 2, Only two intensity values 0 and 1.
- Gray Scale Image
- 8 bit image.
- 28 = 256 , 0⇐intensity value⇐255 is used.