Question

Radiografic inspections.

An image has grey levels in the range 54 to 180. The contrast is enhanced using contrast spreading, where the new grey levels are in the range 0 to 255. What would the new values be for pixels which had original values of 120?

The histogram below shows the number of pixels of each value in a 40 x 40 image which uses 3-bits per pixel. For example, there are 50 pixels with a value of zero. What is the mean value of the image rounded to the nearest whole value?

frequency 450 400 350 300 6 250 200 150 100 50 0 0 123 45 67 Pixel value

0 0
Add a comment Improve this question Transcribed image text
Answer #1

(a) The new value for 120 is calculated as follows:

new value = (120-54)*((255-0)/(180-54)) = 133.57 = 134

(b) Mean value of the image = ((50*0)+(150*1)+(250*2)+(400*3)+(300*4)+(250*5)+(100*6)+(100*7))/1600

= 5600/1600 = 3.5

So, the mean value of the image around the nearest whole value = 4.

Add a comment
Know the answer?
Add Answer to:
Radiografic inspections. An image has grey levels in the range 54 to 180. The contrast is...
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
  • What is the value of the central pixel after an averaging process is applied 0 0 0 54 132 140 69 15 0 0 0 0 o 183 243 251 251 248 189 82 0 0 0 108 245 255 255 255 255 250 169 450 0 215 254 255 255 25...

    What is the value of the central pixel after an averaging process is applied 0 0 0 54 132 140 69 15 0 0 0 0 o 183 243 251 251 248 189 82 0 0 0 108 245 255 255 255 255 250 169 450 0 215 254 255 255 255 255 255 218 123 0 0 243 255 255 255 255 255 255 231 145 0 194 253 255 255 255 255 255 209 107 0 0 75...

  • WRITE A C++ PROGRAM TO ANSWER THE QUESTIONS BELOW. You are provided with an image in...

    WRITE A C++ PROGRAM TO ANSWER THE QUESTIONS BELOW. You are provided with an image in a new file format called JBC Here is an example of the format: 2 3 100 50 40 200 66 56 12 45 65 23 67 210 0 255 100 45 32 123 The first line means that this is a 2 (width) by 3 (height) image of pixels. Then, each line represents the color of a pixel. The numbers are from 0 to...

  • use MATLAB to upload the following: an image that you want to process (can be taken...

    use MATLAB to upload the following: an image that you want to process (can be taken yourself or downloaded from the internet) a script that processes the image in TWO ways. manipulates the colors averages pixels together Please make sure the script displays the images (like how I did with the 40 and 80 pixel averaging) so I can easily compare them to the original. Make sure to COMMENT your code as well. Homework 13 Please upload the following: an...

  • 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...

  • Image proccessing in PROGRAMING C NO MAIN FUNCTION NEEDED! Color-Filter an image: 1. All pixels in...

    Image proccessing in PROGRAMING C NO MAIN FUNCTION NEEDED! Color-Filter an image: 1. All pixels in the picture with color in the chosen range will be replaced with new color. The following shows the pseudo code for the color filter. if (R in the range of [target_r - threshold, target_r + threshold]) and (G in the range of [target_g - threshold, target_g + threshold]) and (B in the range of [target_b - threshold, target_b + threshold]) R = replace_r ;...

  • 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...

  • in java Original: Sound Visualization Write a program that uses StdAudio and Picture to create an...

    in java Original: Sound Visualization Write a program that uses StdAudio and Picture to create an interesting two-dimensional color visualization of a sound file while it is playing. Be creative! Additional Notes: double[] data = StdAudio.read(<filename>); -> Takes a sound file and store it as a 2D array of real numbers. Picture pic = new Picture(300,200); -> Creates a picture 300 pixels wide and 200 pixels high Color c= new Color(<red>,<green>,<blue>); -> Each value of <red>, <green>, <blue> is between...

  • 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...

  • 6. The sampling distribution of the sample proportion Aa Aa In 2007, about 14% of new-car purchas...

    6. The sampling distribution of the sample proportion Aa Aa In 2007, about 14% of new-car purchases in New York were financed with a home equity loan. [Source: "Auto Industry Feels the Pain of Tight Credit," The New York Times, May 27, 2008.] The ongoing process of new-car purchases in New York can be viewed as an infinite population Define p as the proportion of the population of new-car purchases in New York that are financed with a home equity...

  • 6. The sampling distribution of the sample proportion Aa Aa In 2007, about 14% of new-car...

    6. The sampling distribution of the sample proportion Aa Aa In 2007, about 14% of new-car purchases in New York were financed with a home equity loan. [Source: "Auto Industry Feels the Pain of Tight Credit," The New York Times, May 27, 2008.] The ongoing process of new-car purchases in New York can be viewed as an infinite population Define p as the proportion of the population of new-car purchases in New York that are financed with a home equity...

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