Content deleted Content added
m Make page name bold in preamble to match most other pages. |
→top: no link in bold (wrong link?) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Short description|Data structure used in image rendering}}
In [[computer science]], a '''[[level set]]''' is a data structure designed to represent discretely [[Sampling (statistics)|sampled]] dynamic level sets of functions.▼
{{Use British English|date=June 2025}}
▲In [[computer science]], a '''
A common use of this form of data structure is in efficient image [[Rendering (computer graphics)|rendering]]. The underlying method constructs a [[distance transform|signed distance field]] that extends from the boundary, and can be used to solve the motion of the boundary in this field.
Line 24 ⟶ 26:
===Hash Table Local Level Set===
The Hash Table Local Level Set method
# to obtain accurate results, a rather large band is required close to the interface, which counterbalances the absence of grid nodes far from the interface;
# the performances are deteriorated by extrapolation procedures on the outer edges of the local grid and
|