2018
DOI: 10.1155/2018/3598284
|View full text |Cite
|
Sign up to set email alerts
|

Implementing a Parallel Image Edge Detection Algorithm Based on the Otsu-Canny Operator on the Hadoop Platform

Abstract: The Canny operator is widely used to detect edges in images. However, as the size of the image dataset increases, the edge detection performance of the Canny operator decreases and its runtime becomes excessive. To improve the runtime and edge detection performance of the Canny operator, in this paper, we propose a parallel design and implementation for an Otsu-optimized Canny operator using a MapReduce parallel programming model that runs on the Hadoop platform. The Otsu algorithm is used to optimize the Cann… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
37
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
9
1

Relationship

0
10

Authors

Journals

citations
Cited by 65 publications
(37 citation statements)
references
References 24 publications
0
37
0
Order By: Relevance
“…Otsu"s thresholding is a method can detect the threshold of each image automatically [22,23]. It is assumed that there are two classes in the image: foreground and background [24,25]. Foreground represents the area of the flood, while the background stands for the other objects like mountain, plants, and riverbank.…”
Section: Methodsmentioning
confidence: 99%
“…Otsu"s thresholding is a method can detect the threshold of each image automatically [22,23]. It is assumed that there are two classes in the image: foreground and background [24,25]. Foreground represents the area of the flood, while the background stands for the other objects like mountain, plants, and riverbank.…”
Section: Methodsmentioning
confidence: 99%
“…The first-order differential operators mainly include a Roberts operator [ 27 ], Sobel operator [ 28 ], Prewitt operator [ 29 ], and Canny operator [ 30 ]. The Roberts operator has high edge positioning accuracy but is sensitive to noise.…”
Section: Methodsmentioning
confidence: 99%
“…The routine uses one of the most popular and reliable edge detection algorithms of 2D image processing, Canny Edge Detection [43]. This is since its results are much useful for the 2D contour calculation.…”
Section: Feature Extractionmentioning
confidence: 99%