中文
相关论文

相关论文: A Comparison of O(1) and Cyrus-Beck Line Clipping …

200 篇论文

A new algorithm for line clipping against convex polyhedron is given. The suggested algorithm is faster for higher number of facets of the given polyhedron than the traditional Cyrus-Beck's and others algorithms with complexity O(N) . The…

图形学 · 计算机科学 2018-01-03 Vaclav Skala

A new line clipping algorithm against convex polyhedron in E3 with an expected complexity O(1) is presented. The suggested approach is based on two orthogonal projections to E2 co-ordinate system and on pre-processing of the given…

计算几何 · 计算机科学 2022-01-04 Vaclav Skala

Many algorithms for clipping a line by a rectangular area or a convex polygon in E2 or by a non-convex or convex polyhedron in E3 have been published. The line segment clipping by the rectangular window in E2 is often restricted to the use…

计算几何 · 计算机科学 2022-01-04 Vaclav Skala , Duc Huy Bui

A new algorithm for clipping a line segment against a pyramid in E3 is presented. This algorithm avoids computation of intersection points which are not end-points of the output line segment. It also allows solving all cases more…

计算几何 · 计算机科学 2022-01-04 Vaclav Skala , Duc Huy Bui

There are many space subdivision and space partitioning techniques used in many algorithms to speed up computations. They mostly rely on orthogonal space subdivision, resp. using hierarchical data structures, e.g. BSP trees, quadtrees,…

图形学 · 计算机科学 2022-08-09 Vaclav Skala

A new O(lg N) line clipping algorithm in E2 against a convex window is presented. The main advantage of the presented algorithm is the principal acceleration of the line clipping problem solution. A comparison of the proposed algorithm with…

图形学 · 计算机科学 2018-01-03 Vaclav Skala

Line intersection with convex and un-convex polygons or polyhedron algorithms are well known as line clipping algorithms and very often used in computer graphics. Rendering of geometrical problems often leads to ray tracing techniques, when…

图形学 · 计算机科学 2022-08-10 Vaclav Skala

This contribution presents a brief survey of clipping and intersection algorithms in E2 and E3 with a nearly complete list of relevant references. Some algorithms use the projective extension of the Euclidean space and vector-vector…

图形学 · 计算机科学 2022-06-28 Vaclav Skala

This paper studies binary quadratic programs in which the objective is defined by a Euclidean distance matrix, subject to a general polyhedral constraint set. This class of nonconcave maximisation problems includes the capacitated,…

最优化与控制 · 数学 2023-09-19 Hoa T. Bui , Sandy Spiers , Ryan Loxton

The majority of methods for line clipping make a rather large number of comparisons and involve a lot of calculations compared to modern ones. Most of the times, they are not so efficient as well as not so simple and applicable to the…

图形学 · 计算机科学 2019-08-06 Dimitrios Matthes , Vasileios Drakopoulos

Triangular meshes are a widely used representation in the field of 3D modeling. In this paper, we present a novel approach for edge length-based linear subdivision on triangular meshes, along with two auxiliary techniques. We conduct a…

图形学 · 计算机科学 2023-10-04 Junyi Shen

A new algorithm for computing a point on a polynomial or rational curve in B\'{e}zier form is proposed. The method has a geometric interpretation and uses only convex combinations of control points. The new algorithm's computational…

数值分析 · 计算机科学 2019-06-20 Filip Chudy , Paweł Woźny

We propose a new algorithm to the problem of polygonal curve approximation based on a multiresolution approach. This algorithm is suboptimal but still maintains some optimality between successive levels of resolution using dynamic…

计算机视觉与模式识别 · 计算机科学 2007-05-23 Pierre-François Marteau , Gilbas Ménier

Acceleration of algorithms is becoming a crucial problem, if larger data sets are to be processed. Evaluation of algorithms is mostly done by using computational geometry approach and evaluation of computational complexity. However in…

计算几何 · 计算机科学 2022-08-29 Vaclav Skala

This paper describes a novel and fast, simple and robust algorithm with O(N) expected complexity which enables to decrease run time needed to find the maximum distance of two points in E2. It can be easily modified for the E3 case in…

计算几何 · 计算机科学 2022-09-14 Vaclav Skala

We introduce space-efficient plane-sweep algorithms for basic planar geometric problems. It is assumed that the input is in a read-only array of $n$ items and that the available workspace is $\Theta(s)$ bits, where $\lg n \leq s \leq n…

数据结构与算法 · 计算机科学 2016-04-25 Amr Elmasry , Frank Kammer

We present two parallel optimization algorithms for a convex function $f$. The first algorithm optimizes over linear inequality constraints in a Hilbert space, $\mathbb H$, and the second over a non convex polyhedron in $\mathbb R^n$. The…

最优化与控制 · 数学 2025-10-22 E. Dov Neimand , Serban Sabau

This paper proposes an algorithm for clipping line segment against an axis-aligned rectangular window. The conventional algorithms for line segment clipping treat the clipping boundary and/or the line segment to be clipped as line. The…

图形学 · 计算机科学 2026-05-01 Bimal Kumar Ray

$k$-clique listing is a vital graph mining operator with diverse applications in various networks. The state-of-the-art algorithms all adopt a branch-and-bound (BB) framework with a vertex-oriented branching strategy (called VBBkC), which…

数据库 · 计算机科学 2024-01-09 Kaixin Wang , Kaiqiang Yu , Cheng Long

In this paper I present several novel, efficient, algorithmic techniques for solving some multidimensional geometric data management and analysis problems. The techniques are based on several data structures from computational geometry…

计算几何 · 计算机科学 2013-01-03 Mugurel Ionut Andreica
‹ 上一页 1 2 3 10 下一页 ›