Fast polygonal approximation of digital curves using relaxed straightness properties

Partha Bhowmick1, Bhargab B Bhattacharya

  • 1Bengal Engineering and Science University, Shibpur, Howrah, India. partha@cs.becs.ac.in

Summary

This study introduces approximate straightness for digital curves, significantly reducing segments needed for representation. This new method offers faster processing and more compact data for digital curve analysis.

Related Concept Videos

Linear Approximations01:23

Linear Approximations

For a differentiable function of two variables, linear approximation estimates values near a known point by replacing the curved surface with its tangent plane. Consider the function\begin{equation*}f(x,y)=x^2+3y^2\end{equation*}near the point (2, 1). The exact value at this point is f(2, 1) = 22 + 3(1)2 = 4 + 3 = 7.The linear approximation of f(x, y)) near (a, b) is\begin{equation*}L(x,y)=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b)\end{equation*}First, compute the partial derivatives: fx(x, y) = 2x and...
Linearization and Approximation01:26

Linearization and Approximation

Linearization is a mathematical technique used to approximate complex, nonlinear functions with simpler linear models in the vicinity of a chosen reference point. The method is based on the idea that, although a function may be difficult to evaluate exactly, its behavior near a specific input value can often be closely approximated by the tangent line at that point. This approach is particularly useful when small deviations from a known value are involved.Consider the square root function, for...
Deformations in a Symmetric Member in Bending01:18

Deformations in a Symmetric Member in Bending

When analyzing the deformation of a symmetric prismatic member subjected to bending by equal and opposite couples, it becomes clear that as the member bends, the originally straight lines on its wider faces curve into circular arcs, with a constant radius centered at a point known as Point C. This phenomenon helps to understand the stress and strain distribution within the member more clearly.
When the member is segmented into tiny cubic elements, it is observed that the primary stress...
Curvilinear Motion: Rectangular Components01:23

Curvilinear Motion: Rectangular Components

Curvilinear motion characterizes the movement of a particle or object along a curved path, notably evident when envisioning a car navigating a winding road. If the car starts at point A, its position vector is established within a fixed frame of reference, where the ratio of the position vector to its magnitude signifies the unit vector pointing in the position vector's direction.
As the car advances, its position evolves over time. Quantifying the car's velocity involves computing the time...
Curvature and Its Interpretation01:25

Curvature and Its Interpretation

Curvature describes how rapidly a curve changes direction at a particular point. A curve with a small curvature bends gently, while a curve with a large curvature turns sharply. For a space curve, the position of a moving object can be described by a vector-valued function r(t), where t often represents time. The direction of motion is determined by the tangent vector, and the unit tangent vector is obtained by normalizing the derivative of the position vector.The unit tangent vector gives the...
Curves Defined by Parametric Equations01:21

Curves Defined by Parametric Equations

A baseball hit into the air follows a parabolic trajectory when air resistance is neglected. The motion can be described within a two-dimensional coordinate system, where both the horizontal displacement and vertical height are functions of time. Instead of expressing the trajectory as a single function of position, the motion is modeled using parametric equations: one function for the horizontal position and another for the vertical position as time progresses. Let the horizontal position be...