Download presentation
Presentation is loading. Please wait.
Published byMorgan McDaniel Modified over 9 years ago
1
THRESHOLDING (IMAGE PROCESSING) Filip Vuković 2012/0205
2
2/12 Thresholding
3
3/12 Original image
4
4/12 Image after thresholding
5
5/12 Practical use of the algorithm
6
6/12 How to solve the problem? image can be very large (hundreds of MBs) problem is loop oriented almost no data dependencies conclusion: dataflow paradigm (Maxeler)
7
7/12 Preparing data program takes an image and outputs a thresholded version of it image has to be in.bmp format (bitmap) size does not matter (it can be 1KB or 200MB)
8
8/12 Kernel code
9
9/12 The ultimate goal – Build completed ☺
10
10/12 Kernel graph
11
11/12 References Image Processing in C by Dwayne Phillips Digital Image Processing by Gonzalez & Woods http://home.etf.rs/~vm/os/vlsi/index.html https://www.wikipedia.org/
12
12/12 Questions and answers
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.