Create a luminance histogram

Assignment Help Python Programming
Reference no: EM131261941

In this activity, you will create a \"luminance (grey) histogram\" for a picture # chosen by the user. A luminance histogram is created by counting how many # pixels are there for each level of luminance and then by drawing a chart (typically # a bar chart) showing \"how popular\" each luminance value was in the image. # Please check Google Images for examples. # There are many ways to approach this. Here\'s the suggested approach (feel free to # follow your own as long as yours is functionally the same or better): #

1. Create a list of 256 integers as follows: # histogramData=[0]*256 #

2. Go through each pixel of the image and at each pixel: #

2.1: Calculate the luminance \"lum\" of that pixel (i.e. the average of RGB # values). This value would be an integer between 0-255. #

2.2: Increment the value in the list at position \"lum\" by 1. #

3. The previous step will generate the data necessary for the histogram. You # must now create an empty image for the histogram. It should be 256 pixels # wide as there are only 256 unique levels. The height of the histogram should # be tall enough to fit the largest value in the histogramData list. You can # manually estimate what the height at first but later you can think about # making the height dynamic to different pictures\' histograms. #

4. Go through the histogram list and for each item, draw a line (i.e. a bar # in the bar chart) whose height corresponds to the value of the item # in the list. # The lines should start from the bottom of the image. The x coordinates of # each line will correspond to the list element\'s position. E.g. list item at # position zero will have its line drawn at x zero in the histogram.

Reference no: EM131261941

Questions Cloud

Select a half dozen or so countries : Select a half-dozen or so countries with which you are unfamiliar, and research basic geographic information about them.
Reflect on the traditional forms of architecture : Reflect on the traditional forms of architecture and assess how they contribute to what you observe, feel, think and do in these spaces.
Moore electronic sells automated lighting for airport runway : Write a brief paragraph on what this statute contains that relates to Moore's dilemma. Some American executives think this law causes American corporations to suffer a competitive disadvantage. Do you agree? Why or why not?
How can marketers use sensory marketing to their advantage : Please do some research on sensory marketing and explain what it is. Based on what you have learned so far in class, how can marketers use sensory marketing to their advantage? Please provide two examples of companies that have used sensory market..
Create a luminance histogram : In this activity, you will create a \"luminance (grey) histogram\" for a picture # chosen by the user. A luminance histogram is created by counting how many # pixels are there for each level of luminance and then by drawing a chart (typically # a ..
Describe the way the sample was offered to the public : Describe the way the sample was offered to the public. Explain whether you purchased the product due to the coupon or sample and why. Finally state your evaluation of the product's promotion through sampling and coupons.
How should your company enter the global marketplace : Assume your company is or will be marketing globally. How should your company enter the global marketplace? How will international issues affect your firm?
Explain background information on how that problem developed : Describe background information on how that problem developed or came into existence. Show why this is a societal problem, and provide perspectives from multiple disciplines.
Discuss the nfls current strategy for global market entry : Discuss the NFL's current strategy for global market entry. How has this strategy changed and why did the NFL make these changes?

Reviews

Write a Review

Python Programming Questions & Answers

  Which stores and manipulates times on a 24 hour clock.

Complete the class Time, which stores and manipulates times on a 24 hour clock. As specified below, write the required methods, including those needed for overloading operators. Exceptions messages should include the class and method names, and ident..

  Implement a triangle class in python

CSc 11300 Spring 2016 Programming Languages. Implement a Triangle class in Python: The triangle is defined by its three side lengths - a, b, and c. The class includes methods that perform the following operations: is_triangle - checks whether the giv..

  Implement a battleship game in python

Assignment Summary: Battleship is a children's game where players guess (x,y) coordinate positions of the opposing player's ship pieces in a 10x10 grid. For the official Hasbro rules and additional game context, read http://www.hasbro.com/common/i..

  Write a program using the ''requetinteger''

using python/jython programming write a program using the 'requetInteger' function that will ask the user to type a value that will draw a line from one point on a picture to another. I don't need specific help just a gerneral idea.

  Integration of mnch commodities supply chain management

Objective of the study is to examine the outcome of integration of logistic and supply chain management of MNCH commodities on service delivery, specific objectives have been set to achieve the aim of the study.

  The block of statements below the line of stars

The block of statements below the line of stars is where I need help correcting. The true line that needs to be corrected is p = add((getX(k),getY(r))), it needs to give points of the path using the block of information. I have somthing which I kn..

  Programming exercise - routing of telephone

programming exercise - routing of telephone callsdescriptionsome telephone operators have submitted their price lists

  Write program that is capable of generating a set words

You will write a Python program that is capable of generating a likely set of completion words given the start of a word as input to the program.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program that obtains integer numbers from user

Emphasize standard approaches that verify you have successfully mastered the concepts of structured design - selects a menu item, program should perform calculation, display the result to the user, and return to the main menu.

  Write a python program that performs simple encryption

You are required to write a Python program that performs simple encryption and decryption on strings entered by the user. To do so, you are to use one of the simplest and most widely known encryption techniques known as the Caesar Cipher

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd