Develop the image manipulations

Assignment Help Computer Graphics
Reference no: EM132075

Task

In this lab, you will develop the following image manipulations that can be performed on a user-specified image. Below is our reference image:

This will flip the supplied image horizontally. To accomplish, you will need to loop through your image and switch the order of every column. For example, if our picture had four columns numbered 0-3, you would need to swap columns 0 and 3, and columns 1 and 2.

This will flip the supplied image vertically. To accomplish, you will need to loop through your image and swap the order of every row. For example, if our picture had four rows numbered 0-3, you would swap row 0 with row 3, and row 1 with row 2.

NOTE: This will only work with square images. This one is probably the most conceptually difficult. Essentially, you will need to turn the first row into the last column, the 2nd row into the 2nd to last column, etc. until you turn the last row into the first column. Consider the following grid:

A 90 degree rotation would result in:

This one might be a little hard to see given the small resolution, but notice that the image is slightly less focused than the original image. To perform a blur, you will need to do the following:

1. For each pixel in a given row, set the pixel's red value to the average of itself and its horizontally adjacent neighbors (i.e. i + 1, i - 1). For border cases, just take the average of the singular neighbor.

a. Do the same procedure for the pixel's green and blue values

2. For each pixel in a given column, set the pixel's red value to be the average of itself and its vertically adjacent neighbors (i.e. j + 1, j -

1). For border cases, just take the average of the singular neighbor.

a. Do the same procedure for the pixel's green and blue values.

Reference no: EM132075

Questions Cloud

Briefly summarise the contents of this report : Briefly summarise the contents of this report
Writing an effective business letter : Prepare a letter in either block or modified block format, addressed to your employer or supervisor and copied to your marker.
Use a chain of flip-flop to implement a shifter register : Use a chain of flip-flop to implement a shifter register
Explain international monetary system : Explain International Monetary System
Develop the image manipulations : Develop the image manipulations
Write your own newspaper article : Write your own newspaper article for the study with at least one appropriate table or graph.
How will technology encourage collaboration : How will Technology Encourage collaboration and sharing information internally?
Evaluate the functional dependencies : What are the functional dependencies among the data represented in this first normal form relation?
Vulnerability analysis : Vulnerability Analysis

Reviews

Write a Review

Computer Graphics Questions & Answers

  Draw a teapot at the global origin

Draw a teapot at the global origin

  Shadow effect while rolling a sphere

Shadow effect while rolling a sphere as well as the options of shading and lighting.

  Concepts of computer graphics

Concepts of Computer Graphics and develop a program using OpenGL

  Relative positioning and interactive positioning

Relative Positioning and Interactive Positioning by Dragging and Clicking and some Simple Animation

  The security policy document outline

Using the GDI Case Study below, complete the Security Policy Document Outline

  Create a simple warm-up program using your g3d

Create a simple warm-up program using your G3D programming and graphics environment.

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