you have acquired multispectral landsat 8 images from two time periods for identifying land use and land cover change. you have reclassified the pixel values of the image into two image values by creating a binary image: 1 for change and 0 for no change. which function would you use to symbolize this binary image so that all pixels with a value of 1 are shown in red?

See Answers (1)

Accepted Answer

The function would you use to symbolize this binary image so that all pixels with a value of 1 are shown in red is (4, 3, 2).A binary image is one with only two possible colors for each of its pixels, often black and white. Pixelart comprised of two colors is sometimes referred to as 1-Bit or 1bit. Binary graphics are also known as bi-level or two-level. As a result, every pixel is saved as a single bit, or a 0 or 1. This idea is sometimes referred to as black-and-white, B&W, monochrome, or monochromatic, but it can also refer to any image with only one sample per pixel, such as grayscale photographs. A binary image is the same as an image in "Bitmap" mode in Photoshop.Digital image processing frequently uses binary images as masks, thresholds, and dithering. Only bilevel images can be used with some input/output devices, including laser printers, fax machines, and bilevel computer displays.To know more about binary image click here:https://brainly.com/question/13441304#SPJ4

Related Question in Computers and Technology