Design of Image by Morphological Dilation Technique Using Xilinx Tool On FPGA
Design of Image by Morphological Dilation Technique Using Xilinx Tool On FPGA
Abstract: Mathematical morphology is a well known image and signal processing technique. However,
most morphological tools such Matlab are not suited for strong real-time constraints. We address this
problem through hardware implementation on FPGAs. This paper gives the algorithm and implementation of
morphological image processing on FPGA. The design is implemented on a Xilinx xc3s500e-4fg320 FPGA
chip. The design is tailored to exploit certain features of sliding windows.
Design of Image by Morphological Dilation Technique using Xilinx tool on FPGA Page 618
INTERNATIONAL JOURNAL FOR INNOVATIVE RESEARCH IN MULTIDISCIPLINARY FIELD ISSN – 2455-0620 Volume - 2, Issue - 10, Oct - 2016
3 x 3 window
Figure 2. Simulation result of median Filter.
Design of Image by Morphological Dilation Technique using Xilinx tool on FPGA Page 619
INTERNATIONAL JOURNAL FOR INNOVATIVE RESEARCH IN MULTIDISCIPLINARY FIELD ISSN – 2455-0620 Volume - 2, Issue - 10, Oct - 2016
Input image
Output image
Figure 3. Block schematic of sort-3 A: Implementation
The entire implementation of image acquisition, image
processing and image retrieval is shown in block diagram
III. ALGORITHM of figure 4. In order to reduce complexity of data
Step I: First the numbers are sorted vertically i.e. sort transactions, RAM is implemented on FPGA.
elements of each column in the ascending order. UART is implemented to felicitate data acquisition and
communication between PC and FPGA board.
Step II: Numbers are sorted horizontally i.e. sort elements
of each row in the ascending order.
Step III: Sort the cross diagonal elements and pick up the
middle element as the median element of the window.
Minimum is the first and maximum is the last element in
the window of the nine elements.
Design of Image by Morphological Dilation Technique using Xilinx tool on FPGA Page 620
INTERNATIONAL JOURNAL FOR INNOVATIVE RESEARCH IN MULTIDISCIPLINARY FIELD ISSN – 2455-0620 Volume - 2, Issue - 10, Oct - 2016
REFERENCES:
Design of Image by Morphological Dilation Technique using Xilinx tool on FPGA Page 621