Question

A Look-Up Table used to convert pixel values to output values on a monitor. Essentially, all pixels with a value of 190...

A Look-Up Table used to convert pixel values to output values on a monitor. Essentially, all pixels with a value of 190 or above are shown as white (i.e. 255), and all values with a value of 63 or less are shown as black (i.e. 0). In between the pixels are scaled so that a pixel with a value P is converted to a pixel of value 2/127 (

0 0
Answer #1

The value of pixel p originally is equal to 170

2 (1702- 126(170)3969) 127 |Display value of this Pixel 180.29

Nearest Integer answer will be 180

Hence the value of 180 will be used to display the pixel on the monitor

Now, in the second part of the problem, we need to equate the equation to 110 and calculate the value of p

110 = (p2- 126p 3969) 127

p126p 3969) 6985

2 - 126p 3016 = 0

Solving the quadratic equation we get

p 63 6985, 63 V6985

The second value is not possible since the pixel range is only from 0 to 255

p 63 6985 146.57

Hence the original value of pixel will be 147 (rounded to nearest integer)

Note - Post any doubts/queries in comments section.

Know the answer?
Add Answer to:
A Look-Up Table used to convert pixel values to output values on a monitor. Essentially, all pixels with a value of 190...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A Look-Up Table used to convert pixel values to output values on a monitor. Essentially, all...

    A Look-Up Table used to convert pixel values to output values on a monitor. Essentially, all pixels with a value of 190 or above are shown as white (i.e. 255), and all values with a value of 63 or less are shown as black (i.e. 0). In between the pixels are scaled so that a pixel with a value P is converted to a pixel of value 2/127 (?2−126?+3969). If a pixel has a value of 170 originally, what value...

  • We’re sure you've seen old black-and-white (actually, grayscale) photos that, over time, have gained a yellowish...

    We’re sure you've seen old black-and-white (actually, grayscale) photos that, over time, have gained a yellowish tint. We can mimic this effect by creating sepia-tinted images. There are several different ways to sepia-tint an image. In one of the simplest techniques, the image is first converted to grayscale, and then each pixel's red and blue components are adjusted, leaving the green component unchanged. Here's the algorithm: · First, we convert the image to grayscale, because old photographic prints were grayscale....

  • from PIL import Image import random # NOTE: Feel free to add in any constant values...

    from PIL import Image import random # NOTE: Feel free to add in any constant values you find useful to use BLACK = (0, 0, 0) WHITE = (255, 255, 255) # NOTE: Feel free to add in any helper functions to organize your code but # do NOT rename any existing functions (or else, autograder # won't be able to find them!!) # NOTE: The following function is already completed for you as an example # You can use...

  • The ACME Manufacturing Company has hired you to help automate their production assembly line. Cameras have...

    The ACME Manufacturing Company has hired you to help automate their production assembly line. Cameras have been placed above a conveyer belt to enables parts on the belt to be photographed and analyzed. You are to augment the system that has been put in place by writing C code to detect the number of parts on the belt, and the positions of each object. The process by which you will do this is called Connected Component Labeling (CCL). These positions...

  • In c++ The iron-puzzle.ppm image is a puzzle; it contains an image of something famous, howeve...

    In c++ The iron-puzzle.ppm image is a puzzle; it contains an image of something famous, however the image has been distorted. The famous object is in the red values, however the red values have all been divided by 10, so they are too small by a factor of 10. The blue and green values are all just meaningless random values ("noise") added to obscure the real image. If you were to create a grayscale image out of just the red...

  • Python Project

    AssignmentBitmap files map three 8-bit (1-byte) color channels per pixel. A pixel is a light-emitting "dot" on your screen. Whenever you buy a new monitor, you will see the pixel configuration by its width and height, such as 1920 x 1080 (1080p) or 3840x2160 (4K). This tells us that we have 1080 rows (height), and each row has 1920 (width) pixels.The bitmap file format is fairly straight forward where we tell the file what our width and height are. When...

  • MATLAB ONLY gauss.jpg BELOW Instructions: The following problems can be done interactively or by writing the...

    MATLAB ONLY gauss.jpg BELOW Instructions: The following problems can be done interactively or by writing the commands iın an M-file (or by a combination of the two). In either case, record all MATLAB input commands and output in a text document and edit it according to the instructions of LAB 1 and LAB 2. For problem 2, include a picture of the rank-1 approximation. For problem 3, include a picture of the rank-10 approximation and for problem 4, include a...

  • SPSS Lab Assignment #2 Output Analysis One Descriptives Depression_13 2323 WHITE BLACK AMER IND ASIAN HISPAN...

    SPSS Lab Assignment #2 Output Analysis One Descriptives Depression_13 2323 WHITE BLACK AMER IND ASIAN HISPAN Mean 10.0010 10.0930 10.1038 10.1060 10.1062 10.0343 Std. Deviation 24975 27993 25361 27124 27267 26409 95% Confidence interval for Mean Std. ErrorLower Bound Upper Bound 00518 9.9908 10.0111 .00817 10.0770 10.1090 .03699 10.0294 10.1783 04952 10.0047 10.2073 .04158 10.0223 10.1901 00439 10.0257 10.0429 30 43 3617 Total ANOVA Depression 73 Mean Square Sum of Squares 7.230 244.967 1.808 26.651 Between Groups Within Groups Total...

  • You will develop an E-Commerce database used to maintain customers, products and sales information. You are...

    You will develop an E-Commerce database used to maintain customers, products and sales information. You are required to 1) gather and analyze requirements 2) design logical structure of the database 3) create stored procedures to develop the tables and insert the data 4) write SQL statements for data extraction and reporting. Throughout the course of this semester you have analyzed the requirements for an eCommerce database, designed and developed your database. As a class we have gone through the process...

  • ****************************************************************************************************************8 I want it same as the output and with details please and comments "For two...

    ****************************************************************************************************************8 I want it same as the output and with details please and comments "For two thousand years, codemakers have fought to preserve secrets while codebreakers have tried their best to reveal them." - taken from Code Book, The Evolution of Secrecy from Mary, Queen of Scots to Quantum Cryptography by Simon Singh. The idea for this machine problem came from this book.You will encrypt and decrypt some messages using a simplified version of a code in the book. The...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT