Výsledky výzkumu a další informace nejen
z oblasti přístupových telekomunikačních sítí.
Access server ISSN 1214-9675
Server vznikl za podpory Grantové agentury ČR.
21. ročník
Hlavní stránka | Seznam rubrik | Ke stažení | Odkazy  

Doporučujeme
Knihu o FTTx

Matlab server - on-line výpočty a simulace

E-learning - on-line kurzy

Kontakt
KTT FEL ČVUT
Napište nám

Redakční rada - pokyny pro autory a recenzenty

Copyright

Digitální zpracování signálu

* Automatic Knotclouds Placement Algorithm for Quadratic DMS-spline Function

Vydáno dne 06. 09. 2011 (14194 přečtení)

Tento článek se zabývá algoritmem přidělování přídavných bodů pro kvadratickou DMS-splajnovou funkci s ohledem na splnění podmínek normality. Řešení tohoto problému je předpokladem pro použití této funkce v modelově orientované videokompresi.


Automatic Knotclouds Placement Algorithm for Quadratic DMS-spline Function

This article deals with automatic knotclouds placement algorithm for quadratic DMS-spline function with regard to fulfillment of condition of normality. Solving this problem is a prerequisite for using this function in a model-based video cooding.

Keywords: Quadratic DMS-spline function; Surface approximation; Human head model; Automatic knotclouds placement.


Introduction

In computer graphics, a crucial aspect is to create the 3D scene using the smallest number of polygons, while maintaining a realistic scene. A small number of polygons is necessary because it allows for faster transmission of the given scene, more precisely with low bit rate. However, the objects represented by a small number of polygons seem to be discontinuous (unrealistic). This disadvantage of discontinuity can be well-compensated for by the approximation of polygonal surfaces (smoothing) by employing various approximation methods. One of these methods is the DMS-spline function.

The following figure (Fig. 1) shows an example of an approximated surface using the quadratic DMS-spline function.

Nemcik_DSP_01

Figure 1: Example of quadratic DMS-surface.

Surfaces in computer graphics

In geometric modelling surfaces are often represented by a set of n functions Ni: R2R with 0 ≤ i < n and corresponding control point ciR3 [1], [2], [3], [4]. Also a domain Ω ⊂ R2 is defined. A point on the surface corresponding to a point ci ∈ Ω is then defined as:

Nemcik_DSP_02
(1)

Some desired properties of these surfaces are:

  • affine invariance: if all control points are affinely transformed by a matrix M and vector v the resulting surface should be the original surface transformed by the same matrix M and vector v formally:

Nemcik_DSP_03
(2)

for all x ∈ Ω, which is true if
Nemcik_DSP_04
for all x ∈ Ω.
  • convex hull property: all points on the surface lie within the convex hull of the control points. This property is convenient for rendering and estimating a bounding box.
    This property can be obtained by establishing:

Nemcik_DSP_05
(3)

for all x ∈ Ω.
  • local control: one control point only influences a part of the surface, hence Ni(x)=0 for all x ∈ Ω \ Γi where Γi is the area of influence of control point i with 0 ≤ i < n.
  • continuity: the surface should not contain any "cracks" hence if x ∈ Ω and x + εd ∈ Ω for all ε with 0 < ε ≤ γ for some γ then limε→0 F (x + ε d) − F (x) = 0.

Several surface classes (dependent on the choice of the blending functions Ni are used in com-puter graphics. Many of those are defined piecewise, i.e. the surface is constructed by defining smaller parts of the surface, called patches, each defined over a part of the domain which are then put together to form the total surface. The patches typically have rectangular or triangular domains. Triangular domains are sometimes preferred because they allow modelling surfaces with arbitrary polygonal domain (very polygon can be triangulated, but not all polygons can be build with rectangular domains).
In most cases the patches are defined over mutually exclusive domains and therefore cannot guarantee continuity along the patch boundaries in general. For triangular Bézier patches for instance the continuity has to be established by assuring that certain control points of adjacent patches are equal. If one wants to have a smooth connection between the patches (C1 continuous) one also has to place certain triples of control points at regular distance along one line.

DMS-spline function

DMS-splines were developed and first published in 1992 by W. Dahmen, C. A. Micchelim and H. P. Seidel; The name DMS is derived from the initials of their surnames [2], [5], [6], [7], [8], [9]. DMS-splines are functions that combine global smoothness of linear splines with the possibility of local control, thus the pleasant features of B-patches. DMS-splines are due to the complexity of their definition unattractive to conventional modelling. However, global smoothness makes them suitable for variable modelling because we do not achieve by adding restrictions to the location of control points. DMS-spline surface is like many other surfaces a weighted sum of control points. The weight of control points is given by blending function. DMS-splines as weighted functions use triangular spline functions. For DMS-spline surface of degree νi, each control point is weighted by triangular spline degree n and by multiplication constant. In order to define DMS-spline the domain triangular spline and other parameters need to define as well:

  • The domain of a DMS-spline surface is proper triangulation IR2. The triangulation is called proper if it consists of a set of non-degenerate triangles which are connected and any two triangles in the triangulation are either disjoint, share a vertex or an edge.
  • In every vertex νi of the triangulation a list of n + 1 knots is defined, denoted as {ti0, ... , tin} with ti0 = ti. This set of vertices is called a knotclouds of ith vertex ti. We will need these knotclouds to define the knotsets of the simplex splines. The knotcloud is considered to be a list (hence is ordered), but denoted as a set. This is done, because we also use intersections and unions on these lists, in which case we consider the knotcloud as if it were a set. The elements however are always considered in a fixed order during the computations.
  • For a degree n surface we have to define for each triangle I of triangulation I a set of control points in R3. We denote those control points as cIβ where β is a triple β (β0, β0, β0) with |β| = β0 + β0 + β0 = n. There are exactly (n+1)(n+2)/2 such βj, as is usual for degree n surfaces (Bézier patches for instance have the same amount of control points). The bigger value of βj the closer the control point cIβ is drawn to vertex tij of triangle I = {t0, t1, t2}. Of course this geographical placement has no real semantics: the control points can be placed anywhere within R3, they do not lay in the plane R2. The location however indicates where the biggest influence of the control point on the surface will be.

After we have provided these parameters, we can define a DMS-spline surface. Each control point cIβ is weighted by a simplex spline. The knotset of this simplex spline will contain n + 3 knots, hence the simplex spline will have degree n. The knotset of the simplex spline to weight cIβ consists of a union of pre fixes of knotclouds defined in the vertices of the triangle I. The closer cIβ lays to a vertex tj of I, the more knots are taken from the corresponding knotcloud. Formally we have as definition

Nemcik_DSP_06
. The simplex spline M(.|VIβ ) times a constant is then used as blending function for control point cIβ. Let the set M(u|VIβ) be a triangle that consists of the last knots of the heads of the knotclouds of which
Nemcik_DSP_07
consists, hence
Nemcik_DSP_08
. The constant is then defined as
Nemcik_DSP_09
. This constant is necessary to obtain affine invariance of the surface. The point on a surface, corresponding to a point u in the domain can now be expressed as:

Nemcik_DSP_10
(4)

To guarantee affine invariance and the convex-hull property of DMS-splines we have to show that

Nemcik_DSP_11
. To guarantee affine invariance and the convex-hull property for surfaces requires more restrictions on the knot-placement than for infinite surface which is describing in next sections. A triangle II may have non-zero influence (Fig. 2) outside the half open convex hull of the triangle I. This is a fundamental difference with usual surface constructions like B-patches. This interference of triangles triangulation ensures global DMS-spline functions smoothness.

Nemcik_DSP_12

Figure 2: A single triangle I I with its supports (green).

Evaluation of Quadratic DMS-spline Function

Quadratic DMS-spline functions have degree n = 2. The weights of control points, which depend on the evaluation point u, use quadratic triangular spline functions. In the non-generalized case of quadratic DMS-spline function, control points are a scalar value (r-coordinate).

Quadratic DMS-spline Element

Quadratic DMS-spline element is defined as contribution of one triangle (t00, t10, t20) of triangulation I to final DMS-spline function. Support of this element is a dedicated set of points V = {t00, t01, t02, t10, t11, t12, t20, t20, t22}. (See Fig. 2)

Quadratic DMS-spline element is defined as:

Nemcik_DSP_13
(5)

where M(u|VIβ) are quadratic spline function, cIβ are control points and
Nemcik_DSP_14
are the normalized quadratic simplex spline. Sets, which are defined over each triangular splines, are listed in Tab. 1.

Nemcik_DSP_15

Table 1: Definition of quadratic triangular spline sets.

Number of quadratic triangular splines and number of control points is (n+1)(n+2)/2 = (2+1)(2+2)/2 = 6, from which 3 are placed near the vertices of triangle I after their orthographic projection to the plane (h, v). Control point, placed on vertex of the triangle, is called vertex control point and the one placed on the edge is called side control point. Figure 2 illustrates support of the triangle I interference to other triangles in the triangulation I at given vertex and knotclouds position.

Quadratic DMS-spline Function

The final DMS quadratic spline function over the triangulation I is formed by contribution of quadratic DMS-spline elements. Support of this function is determined as conjunction support of particular elements. Each vertex ti0 of triangulation I has two knotcloud points ti1 and ti2 assigned. If two or more triangles have common vertex then they also have common knotclouds. Number of control points cIβ is defined as I-multiple of control points for single quadratic DMS element; ((n+1)(n+2)/2)I = ((2+1)(2+2)/2)I = 6I. And also, if two or more triangles have common vertex or edge then their control points have the same value. Final non-generalized DMS-spline function is defined as:

Nemcik_DSP_16
(6)

If the point u at which we calculate the function, will be located in two or more supports of triangular spline, then at that point contributions of individual elements add together. This interference leads to global smoothness of DMS-spline function at whole triangulation without additional limitations of control point's positions (while complying with conditions of normality for knots placement).

Quadratic DMS-surface over Arbitrary Triangulation

Calculation of DMS-surface is based on generalizations of DMS-spline function. When calculating the quadratic DMS-spline functions, only r-coordinates of control points weighted by corresponding triangular splines are used. On the other hand, when calculating DMS-surface, this function is divided to three separate components and h-,v- and r- are weighted separate. In this case control points lay in R3. The result of DMS-function calculation in u is point of DMS-surface defined by its three coordinates. Quadratic DMS-surface is then defined as:

Nemcik_DSP_17
(7)

where F(u) is point of DMS-surface, is u a point, where we are compute quadratic DMS-surface and cIβ are control points of triangle I. Calculations of the components of the surface coordinates are given by:

Nemcik_DSP_18
(8)

Condition of Normality

Condition of normality is valid over whole triangulation I only for some allocations of knots. Knots must comply with following conditions:
Conditions of normality for all vertices
General conditions for all knotclouds (Fig. 3):
  • Knots may not lay on a line determined by any on an edges of the triangles, where vertex ti0 is one of the triangle vertices. (Fig. 3, case A and B)
  • Knots may not lay collinear with one of triangle's vertices where vertex ti0 is one of the triangle vertices. (Fig. 3, case C)

Nemcik_DSP_19

Figure 3: Conditions of normality - general. (Non-accepted positions)

  • Knot may not lay inside of another triangle, where vertex ti0 is not one of the triangle vertices. (Fig. 3, case A)

Additional condition for vertex ti0 inside of a triangulation (i.e. vertex ti0 is not boundary vertex of triangulation):
  • Knot may not lay in support of other triangles, where vertex ti0 is not one of the triangle vertices. (Fig. 3, case B)

Nemcik_DSP_20

Figure 4: Conditions of normality - inside of triangulation. (No accepted positions)

  • Knots must lay in green areas illustrated in the Fig. 5 except dotted lines.
    - Case A: Vertex ti0 is vertex of two triangles.
    - Case B: Vertex ti0 is vertex of more triangles and internal angle between boundary edges is less than 180.
    - Case C: Vertex ti0 is vertex of one triangle only.

Nemcik_DSP_21

Figure 5: Knotclouds placement for vertices ti0 on a triangulation border.

Automatic Knotclouds Generation

This method is enhancement of the heuristic univariate Monte Carlo algorithm [10]. This method has one degree of freedom, i.e. the distance of knots from the vertex ti0 which they belong to (with regard to additional conditions described herein before).

Knotclouds inside the triangulation

1. Find all triangle where vertex ti0 is one of triangular vertices (Fig. 6).

Nemcik_DSP_22

Figure 6: All triangles where vertex ti0 is one of its vertices. (red circles)

2. Determine two lines p1 and p2 passing trough vertex ti0 and axes of the largest angle α1 and the second largest α2 of these triangles. (Fig. 7, A)

Nemcik_DSP_23

Figure 7: Knotclouds placement technique for vertex ti0 inside the triangulation I.

3. Define lengths D1 and D2. Length D1 as approximately one third of shorter edge length d1 of triangle with the largest angle and with vertex ti0 and length D2 as approximately one third of shorter edge length d1 of triangle with the second largest angle and with vertex ti0. (Fig. 7, B)

4. Placement of knots ti1 and ti2 on line p1, resp. p2 in distance D1, respectively D2 rom vertex ti0 inside of the triangle with the largest angle, respectively second largest angle. (Fig. 7, C)

5. Check if conditions of normality for knotclouds are met. If not, then reduce distance (in case, if knots extend to other triangles supports, where vertex ti0 is one of triangle vertices), respectively change line p1 (p2) angle (in case, if knots are collinear with any vertex or one knot lay on the edge of a triangles). If after these steps, do not reached the conditions of normality over the whole triangulation, the triangulation is inconvenient and needs to control.

Next figure (Fig. 8) illustrates knotclouds ti1 and ti2 placement of vertex ti0. (Note: Connection between these points is only illustrative for better orientation in triangulation scheme.)

Nemcik_DSP_24

Figure 8: Knotclouds placement for vertex ti0 inside the triangulation I.


Knotclouds on the border of the triangulation (The vertex ti0 lay on the border of triangulation)

1. Find all triangles where vertex ti0 is one of triangle's vertices (Fig. 6). If there is only one triangle proceed to:
- Determine two lines p1 and p2 passing thought vertex ti0 and divide internal angel α by vertex ti0 to (1/3) α1 and (2/3) α2 (Fig. 9, A ). (Note: Order-independent)

Nemcik_DSP_25

Figure 9: Determine of lines p1, p2 and edges d1, d2 single triangle.

- Define lengths D1 and D2 Length D1 as approximately one third of edge d1 length of triangle with vertex ti0 and closer to line p1. Length D2 as approximately one third of edge d2 length of triangle with vertex ti0 and closer to line p2. (Fig. 9, A).
- Placement of knots ti1 and ti2 on line p1, respectively p2 in distance D1, respectively. D2 from vertex ti0 outside of the triangle (outside of triangulation) (Fig. 9, B).
- Next, continue at step 5.

2. Determine external angle γ which contain triangles edges, where is ti0 one of vertices (Fig. 10).

Nemcik_DSP_26

Figure 10: Determine of angle γ.

If external angle γ > 180° continue:
- Determine two lines p1 and p2 passing thought vertex ti0 and divide external angel γ to (1/3) γ1 and (2/3) γ2 (Fig. 10, A). (Note: Order-independent)

Nemcik_DSP_27

Figure 11: Determine of lines p1, p2 and edges d1, d2 (multiple triangles, angle γ > 180°).

- Define lengths D1 and D2. Length D1 as approximately one third of edge d1 length of triangle with vertex ti0 and closer to line p1. Length D2 as approximately one third of edge d2 length of triangle with vertex ti0 and closer to line p2 (Fig. 10, B).
- Next, continue to step 5.

3. Determine two lines p1 and p2 passing thought vertex ti0 and axes of the largest angle α1 and second largest α2 these triangles. (Fig. 12, A)

Nemcik_DSP_28

Figure 12: Determine of lines p1, p2 and edges d1, d2 (multiple triangles, angle γ < 180°).

4. Define lengths D1 and D2. Length D1 as approximately one third of shorter edge d1 length of triangle with vertex ti0 and largest angles. Length D1 as approximately one third of shorter edge d1 length of triangle with vertex ti0 and second largest angles. (Fig. 12, B)
5. Placement of knots ti1 and ti2 on line p1, respectively p2 in distance D1, respectively D2 from vertex ti0 outside of the triangle (outside of triangulation) (Fig. 2.10, B).
6. Check if all the conditions of normality for knotclouds are met are satisfy. If not, then reduce distance (in case, if knots extend to other triangles supports, where vertex ti0 is one of triangle vertices), respectively change line p1 (p2) angle (in case, if knots are collinear with any vertex or one knot lay on the edge of a triangles). If after these steps, conditions of normality are not fulfilled over the whole triangulation, the triangulation is faulty and needs to be corrected.

Next figure (Fig. 13) illustrates knotclouds ti1 and ti2 placement of vertex ti0. (Note: Connection between these points is only illustrative for better orientation in triangulation scheme.)

Nemcik_DSP_29

Figure 13: Knotcloud placement for vertex ti0 on the border the triangulation I.

Influence of Knotclouds Placement to Approximation Surface of Human Head

Knotclouds influence the approximated surface in particular triangulation triangles’ supports intersection, where vertex having these knotclouds assigned is one of vertices. The knotclouds have the greatest influence in the area of the vertex to which they are assigned. After meeting conditions of knotclouds placement described in section Condition of Normality the approximated surface can be formed. Influence of knotclouds placement of approximated surface is exemplified on displacement of knots ti1 and ti2 of vertex ti0 (Fig. 14) in the left eyebrow area of CANDIDE 3-1-6 model [11]. Figure (Fig. 15) shows knotclouds placement generated by the method described in section Automatic Knotclouds Generation and approximated DMS-surface.

Nemcik_DSP_30

Figure 14: Triangulation with knotclouds placement. A: initial position of knots; B: Detail A - placement of knots ti1 and ti2 of vertex.

Nemcik_DSP_31

Figure 15: Initial position of knotclouds and approximated surface: A: left eyebrow area; B, C: approximated surface - front view filled (unfilled)triangulation after second interpolation and first DMS approximation with lighting and with averaging of normal vectors of particularly triangles. D, E: Approximation surface - left view filled (unfilled) triangulation after second interpolation and first DMS approximation with lighting and with averaging of normal vectors of particularly triangles.

Following figures (Fig. 16) show described affects of placement knotclouds. - Type A: Triangulation a knotclouds placement ti1 and ti2 of vertex ti0.
- Type B: Approximated surface - front view filled triangulation after second interpolation and first DMS approximation with lighting and with averaging of normal vectors of particular triangles.
- Type C: Approximated surface - front view unfilled triangulation after second interpolation and first DMS approximation.
- Type D: Approximated surface - left view filled triangulation after second interpolation and first DMS approximation with lighting and with averaging of normal vectors of particularly triangles.
- Type E: Approximated surface - front view unfilled triangulation after second interpolation and first DMS approximation.

Nemcik_DSP_32

Figure 16: Example of displacement of knotclouds.

The following figure (Fig. 17) shows incorrect placement knot ti2 which interferes in support of triangle out of the area defined by triangles where vertex is one of vertices.

Nemcik_DSP_33

Figure 17: Example of incorrect knotclouds placement: A: left eyebrow area; B, C: approximated surface – front view filled (unfilled) triangulation after second interpolation and first DMS approximation with lighting and with averaging of normal vectors of particularly triangles. D, E: Approximation surface – left view filled (unfilled) triangulation after second interpolation and first DMS approximation with lighting and with averaging of normal vectors of particularly triangles.

Following figures (Fig. 18 and 19) show the example of using DMS-spline approximation with texture mapping. The CANDIDE 3-1-6 model used with texture of an attractive woman face, which is a research result at University of Regensburg [12] is shown in the folowing figures:

Nemcik_DSP_34

Figure 18: Process of approximation and texture mapping (front view). A: Basic triangulation; B: Control points mesh for quadratic DMS-surface; C: Approximated triangulation; D: Real human head texture mapped on a 3D model.

Nemcik_DSP_35

Figure 19: Process of approximation and texture mapping (left view). A: Basic triangulation; B: Control points mesh for quadratic DMS-surface; C: Approximated triangulation; D: Real human head texture mapped on a 3D model.

Summary and Conclusions

The main goal of this work was to propose an effective way of using the quadratic DMS-spline function to approximate surface area. The use of the quadratic DMS-spline function requires solving of automatic knotclouds and side control point placement. In this article I propose a solution for the problem of automatic knotclouds placement with regard to fulfillment of condition of normality over the whole triangulation. Furthermore, the article shows usage of DMS-spline function to approximate triangular mesh of CANDIDE 3-1-6 human head model. Proposed algorithm includes six steps which lead to the placement of knotclouds to the position to ensure normality of the whole triangulation with respect to surface smoothness.
Combination of global smoothness of linear splines and possibilities of local control of DMS-spline functions surface, seems to have good application in 3D model-based video coding. The possibility of local animation of human head surface model (CANDIDE 3-1-6 and/or M-4A) using FAP units (defined in MPEG-4) allows to apply DMS-spline approximation in model-based video coding. Furthermore, using DMS-spline functions improves the quality (more precisely approximation of real human head) and after enhancing local animation brings in addition flexibility and output video scenes increased computing speed.

Acknowledgments

This article has originated thanks to the support from the Ministry of Education, Youth and Sports of Czech Republic within the project MSM6840770014.

Bibliography

[1] Piegl L. and Tiller W. The NURBS Book. Springer-Verlag, 2nd edition, 1997.
[2] Dahmen W., Gasca M., and Micchelli Ch. A. Computation of curves and surfaces. Kluwer Academic Publisher, Netherlands, 1990.
[3] Žára J., Beneš B., Sochor J., and Felkel P. Moderní počítačová grafika. ISBN: 80-251-0454-0. Computer Press, a.s., 2nd edition, 2004.
[4] Dunn F. and Parberry I. 3D math primer for graphics and game development. Wordware Publishing, Inc, Los Rios Boulevard Plano, Texas, USA, 1st edition.
[5] Dahmen W. and Micchelli C. A. On the linear independence of multivariate B-splines, I. triangulations of simploids. SIAM Journal of Numerical Analysis, pages 993–1012, 1982.
[6] Dahmen W., Micchelli C. A., and Sedel H.-P. Blossoming begets B-spline bases built better by B-patches. Mathematics of Computation, 59:97–115, 1992.
[7] Fong P. and Seidel H.-P. An implementation of triangular B-spline surfaces over arbitrary triangulations. Computer Aided Geometric Design, 10:267–275, 1993.
[8] Greimer G. and Seidel P.-H. Modeling with triangular B-spline. Computer Graphics and Applications, IEEE, 1994.
[9] Feanssen M., Veltkamp R. C., and Wesselink W. Efficient evaluation of triangular B-spline surfaces. Computer Aided Geometric Design, 2000.
[10] Dahmen W., Gasca M., and Micchelli Ch. A. Multivariate splines: a new constructive approach. San Jose IBM. Research division, 1982.
[11] Rydfalk M. CANDIDE: A parameterized face. PhD thesis, University of Linkping, Sweden, 1978.
[12] Beautycheck - schonheit ist messbar!, 2007. http://www.beautycheck.de/, 07. 08. 2007. [on-line]



Autor:        M. Nemčík
Pracoviště: České vysoké učení technické v Praze, FEL

Informační e-mail Vytisknout článek
Zprávy
UPOZORNĚNÍ
Činnost serveru byla ukončena.


Tento web site byl vytvořen prostřednictvím phpRS - redakčního systému napsaného v PHP jazyce.
Na této stránce použité názvy programových produktů, firem apod. mohou být ochrannými známkami
nebo registrovanými ochrannými známkami příslušných vlastníků.