Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please used java CS 281: Multimedia Systems Assignment # 2 General Description In this assignment, you have to implement (in any programming language such as

please
used java image text in transcribed
image text in transcribed
CS 281: Multimedia Systems Assignment # 2 General Description In this assignment, you have to implement (in any programming language such as Java, C++, Python, or C#) the following: Reading a full-colored image file (.jpg) from a computer as input. Extract the value of each pixel and store it into a suitable variable. Divide the image into two parts: right and parts. Store the gray color in the right part and the cyan color in the left part. Note that the cyan is made by mixing equal amounts of green and blue light The following example describes the requirements in more details. Input image USU.jpg Output Image USUGray.jpg You have also to test your implementation by and making sure that every piece of code is functions correctly Things to be submitted: You must submit the following: 1) The original source codes. 2) The input image Zip them all and submit the zipped file via YU-Learning tool. Grading Criteria Criteria Reading Image file 1 point Generating the left and right parts 2 points Write output image file 1 point Functions correctly 1 point Total 5 points Weight Discussion Criteria To evaluate your work, you must bring your own laptop with a programming language and IDE installed and stop by my office at least 30 minutes to discuss the assignment face-to-face or online via zoom, otherwise I will not consider your submission. CS 281: Multimedia Systems Assignment # 2 General Description In this assignment, you have to implement (in any programming language such as Java, C++, Python, or C#) the following: Reading a full-colored image file (.jpg) from a computer as input. Extract the value of each pixel and store it into a suitable variable. Divide the image into two parts: right and parts. Store the gray color in the right part and the cyan color in the left part. Note that the cyan is made by mixing equal amounts of green and blue light The following example describes the requirements in more details. Input image USU.jpg Output Image USUGray.jpg You have also to test your implementation by and making sure that every piece of code is functions correctly Things to be submitted: You must submit the following: 1) The original source codes. 2) The input image Zip them all and submit the zipped file via YU-Learning tool. Grading Criteria Criteria Reading Image file 1 point Generating the left and right parts 2 points Write output image file 1 point Functions correctly 1 point Total 5 points Weight Discussion Criteria To evaluate your work, you must bring your own laptop with a programming language and IDE installed and stop by my office at least 30 minutes to discuss the assignment face-to-face or online via zoom, otherwise I will not consider your submission

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

Step: 3

blur-text-image

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

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

0123814790, 9780123814791

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago