Answers
Color images -pixels holding amount of red, green, and blue, in 256 levels stored in 24-
bit memory
-there are 16.7 million possible colors
Digital Imaging or Digital Image Acquisition process of creating a digital image of a
physical scene through the use of digital technology
pixel color -use Bitmap.GetPixel method
-stored in a 2D array
e.g intRedColor = bm.GetPixel(intX, intY).R
bitmap class pixel data for a graphics image and its attribute
Syntax: Dim <Name> As New Bitmap(<Digital Image Directory>)
PictureBox.Image = <image object>
Image filtering method of altering image to analyze easily
image soothing simplest, average pixel neighbors