Difference between revisions of "Team Lion"
Byungho Kim (talk | contribs) (→Image Processing Performance Using Parallel Programming) |
Byungho Kim (talk | contribs) (→Image Processing Performance Using Parallel Programming) |
||
Line 7: | Line 7: | ||
== Basic Concept of Image Processing == | == Basic Concept of Image Processing == | ||
+ | |||
* Convolution between image and filter(kernel) | * Convolution between image and filter(kernel) | ||
* Each processing of pixel independent from another pixels | * Each processing of pixel independent from another pixels | ||
* Can be used for Edge finding, Blur and image enhancement. | * Can be used for Edge finding, Blur and image enhancement. | ||
− | [[Image:GPU621-LION-1.png||640|]] | + | [[Image:GPU621-LION-1.png|caption|640px]] |
+ | Examples of Image Processing | ||
+ | |||
+ | |||
+ | [[Image:GPU621-LION-2.png||640|]] | ||
+ | |||
+ | [[Image:GPU621-LION-3.png||640|]] |
Revision as of 09:42, 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.