Team Lion

From CDOT Wiki
Revision as of 10:47, 5 April 2016 by Byungho Kim (talk | contribs) (Basic Concept of Image Processing)
Jump to: navigation, search


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

Image Processing Performance Using Parallel Programming

This assignment introduces simple image processing using MPI parallel programming.

Team Lion Member

Byungho Kim

Basic Concept of Image Processing

  • Convolution between image and filter(kernel)
  • Each processing of pixel independent from another pixels
  • Can be used for Edge finding, Blur and image enhancement.
Examples of Image Processing


GPU621-LION-2.png
filters