Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

High-Speed Calculation of Convex Hull in 2D Images Using FPGA

View through CrossRef
Given a set of points, a convex hull is the smallest convex polygon containing all the points. In this paper, we describe a high-speed method for calculating the convex hull of 2D images based on Andrew's monotone chain algorithm using FPGA. This algorithm arranges input points in ascending order, according to their y-coordinates, and repeatedly checks for convexity using every group of three subsequent points by calculating the cross product of the vectors they generate. In order to arrange the points in ascending order, they must be sorted by their y-coordinates, which tends to significantly increase the total execution time when calculating the convex hull in larger images. In our method, (1) all the points on a row in a given image are acquired in parallel, (2) only the points that can compose the convex hull are selected, and (3) the convex hull is concurrently built from the selected points during the previous steps. These three steps are successively executed until all rows in the image have been processed. The FPGA implementation of our method produces throughput 23.2 times faster than the GPU implementation.
Title: High-Speed Calculation of Convex Hull in 2D Images Using FPGA
Description:
Given a set of points, a convex hull is the smallest convex polygon containing all the points.
In this paper, we describe a high-speed method for calculating the convex hull of 2D images based on Andrew's monotone chain algorithm using FPGA.
This algorithm arranges input points in ascending order, according to their y-coordinates, and repeatedly checks for convexity using every group of three subsequent points by calculating the cross product of the vectors they generate.
In order to arrange the points in ascending order, they must be sorted by their y-coordinates, which tends to significantly increase the total execution time when calculating the convex hull in larger images.
In our method, (1) all the points on a row in a given image are acquired in parallel, (2) only the points that can compose the convex hull are selected, and (3) the convex hull is concurrently built from the selected points during the previous steps.
These three steps are successively executed until all rows in the image have been processed.
The FPGA implementation of our method produces throughput 23.
2 times faster than the GPU implementation.

Related Results

Convex hull peeling
Convex hull peeling
Enveloppes convexes pelées Cette thèse porte sur la construction du convex hull peeling (qu’on pourrait traduire littéralement par enveloppe convexe pelée). Le conv...
Numerical Study on Resistance of Stepped Planing Hull
Numerical Study on Resistance of Stepped Planing Hull
A stepped planing hull, also known as a step hull, is a hull modification that reduces the wetted surface area. Although this type of hull has proven effective in several ships, it...
Аналіз застосування технологій ПЛІС в складі IoT
Аналіз застосування технологій ПЛІС в складі IoT
The subject of study in this article and work is the modern technologies of programmable logic devices (PLD) classified as FPGA, and the peculiarities of its application in Interne...
Method of QoS evaluation of FPGA as a service
Method of QoS evaluation of FPGA as a service
The subject of study in this article is the evaluation of the performance issues of cloud services implemented using FPGA technology. The goal is to improve the performance of clou...
Ostrowski-Type Fractional Integral Inequalities: A Survey
Ostrowski-Type Fractional Integral Inequalities: A Survey
This paper presents an extensive review of some recent results on fractional Ostrowski-type inequalities associated with a variety of convexities and different kinds of fractional ...
INTRODUCTION OF NEW SHAPED SHIP HULL “Y-HULL”
INTRODUCTION OF NEW SHAPED SHIP HULL “Y-HULL”
Y-HULL is the hybrid of Mono-hull and Catamaran which generates reduced wave by the hull and results in low resistance while moving forward, compared to Mono-hull & Catamaran s...
Ursa TLP Hull Design, Fabrication and Transportation
Ursa TLP Hull Design, Fabrication and Transportation
Abstract This paper describes the design, fabrication and transportation of the 28,500mt Ursa TLP hull. The process involved a fast track design performed in the ...
Hydrodynamic Optimization of a Wedge Hull
Hydrodynamic Optimization of a Wedge Hull
A novel wedge-shaped hull form is optimized for reduced drag using a further developed practical hydrodynamic optimization tool. The hull features a sharp entrance angle, rectiline...

Back to Top