Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with JAVA programming assignment : The file below is a text file which represents a 8x8 gray level image http://s000.tinyupload.com/index.php?file_id=82158792067607092505 The matrix above

Need help with JAVA programming assignment :

The file below is a text file which represents a 8x8 gray level image

http://s000.tinyupload.com/index.php?file_id=82158792067607092505

The matrix above reprsents image with 5 bits per pixel. The possible range of gray scale levels is 0-31. There are no pixels with value of 0 to 9 and from 18 to 31.

2) The file below is a 256x256 image in a .dat file. File needs to be converted into a matrix like file 1 above.

2nd file link: http://s000.tinyupload.com/index.php?file_id=54103282583873725333

(note: this file can be opened as a pgm file with gimp or any other image reader by adding the following headers on the first three lines of any text editor:

P5

255 255

255

.

Write a program in JAVA for the following operations for both files, and please share screenshots of results.

1. Display histogram of image.

2. Give a negative image of the gray scale image( reverse the gray scale image)

3.display negative image and plot histogram

if you can, the following operations too:

5. Implement equalizaiton alogrithm for image.

7. Plot gray level transformation function

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Semantics In Databases Second International Workshop Dagstuhl Castle Germany January 2001 Revised Papers Lncs 2582

Authors: Leopoldo Bertossi ,Gyula O.H. Katona ,Klaus-Dieter Schewe ,Bernhard Thalheim

2003rd Edition

3540009574, 978-3540009573

More Books

Students also viewed these Databases questions

Question

Write a program to check an input year is leap or not.

Answered: 1 week ago

Question

Write short notes on departmentation.

Answered: 1 week ago

Question

What are the factors affecting organisation structure?

Answered: 1 week ago

Question

What are the features of Management?

Answered: 1 week ago

Question

Briefly explain the advantages of 'Management by Objectives'

Answered: 1 week ago

Question

understand the key issues concerning international assignments

Answered: 1 week ago