Difference between revisions of "Team Lion"
Byungho Kim (talk | contribs) (Created page with '{{GPU621/DPS921 Index | 20161}} = Image Processing Performance Using Parallel Programming =') |
Byungho Kim (talk | contribs) |
||
Line 1: | Line 1: | ||
{{GPU621/DPS921 Index | 20161}} | {{GPU621/DPS921 Index | 20161}} | ||
= Image Processing Performance Using Parallel Programming = | = 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. |
Revision as of 09:26, 5 April 2016
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.