Skip to main content

A conformal geometric algebra method for virtual hand modeling and interaction

Abstract

Virtual hand usually simulates human hands by mapping the actual shapes of hands to virtual environment and modeling the hand-object manipulations in human machine interactions. For describing virtual hand and its manipulation in a unified framework, a method based on conformal geometric algebra (CGA) is proposed to solve the problems of virtual hand modeling and interaction in this paper. With the vertex blending based on CGA, the artifacts on the finger joints are improved, which enhances the realism of the virtual hand model. With the same tool, the collision detection between the virtual hand and the manipulated objects is implemented. The gesture of grasp, pinch, and hold are recognized, and the corresponding manipulation rules are established by CGA calculation. To test these three typical manipulations, the manipulated objects are imported and the manipulation effectiveness is evaluated.

1 Introduction

In virtual reality system, virtual hands are introduced for modeling human hands and mapping the actual shapes of hands to the virtual environment, which manipulates the virtual objects in the human machine interaction. Appropriate virtual hand deformation and collision detection could enhance the realism and interaction effectiveness of the system. The mathematical tool for virtual hand modeling and interaction is significant, and the corresponding manipulation rules are also required.

It is usual to construct a static virtual hand with the dimension parameters of the human hand, but the deformation of the hand skeleton and skin, especially that on the finger joint during motion is difficult to model. McDonald utilized the measurement data and physiological structure for virtual hand modeling [1], while Moccozet provided a multi-layered virtual hand model with deformation of both the skeleton and skin for the application of hand motion simulation [2]. Kurihara constructed the hand shapes with a large amount of medical images, which could control the skin deformation by setting motion weights in different parts interactively [3]. Generally, vertex blending simply added the weighted motions by a linear method for the transformations of vertices on the skin [4]. For the virtual hand, linear vertex blending might cause constriction on the finger joints. It is because that the rotation transformation space is not linear, and the directly added rotations introduce extra motions. To solve the problem, Kavan employed sphere and dual quaternion vertex blending methods to achieve more realistic skinning [5].

To provide the sense like the real world, most virtual reality systems have the function of collision detection. The layered bonding boxes with the sphere or oriental shapes were used widely in collision detection [6, 7]. To reduce the tests between elementary test pairs, the continuous collision detection method integrated interval arithmetic and hierarchies of oriented bounding boxes [8]. For virtual hand interaction, the intersection of ray and distance calculation became the means of detecting the collision [9]. Wan implemented the collision detection of the virtual hand by dividing it into simple geometric objects by the package RAPID [10]. Besides these geometric methods, algebraic intersections using matrix methods were also introduced to solve the intersection problems of parametric and algebraic curves [11]. Compared with rigid body collisions, Voronoi-based culling algorithm was presented to perform collision and distance queries among multiple deformable models [12]. To improve the real-time performance of both the rigid and deformable models in collision detection, GPU computation techniques for construction of a signed distance field were employed [13].

For further interaction, certain manipulation rules are necessary, which could simulate the process of manipulation based on the physical rules [14]. However, physical-based methods have to rely on the haptic or force feedback equipment. Holz proposed a manipulation method for single hand grasp by the fingers with collision, and there must be a finger applied to the manipulated object in each rendering frame [15]. For the application in industry, Moehring proposed a semi-physical heuristic simulation method for the manipulation with sufficient realism and practicability, which defined the collision points pair and the normal vector. To validate the manipulation, the friction cone was also established for describing the force applied to the manipulated object by the angle of friction [16].

According to the problems in virtual hand manipulation, a method based on the unified mathematical tool, conformal geometric algebra (CGA) is proposed to solve the problems of virtual hand modeling and interaction in this paper. The conversions between linear algebra and CGA objects are presented firstly, and then the CGA-based vertex blending method is introduced to enhance the realism of the finger joints. For the interaction aim, the collision detection is conducted by CGA calculation. With the results of collision detection and hand gesture recognition, the manipulation rules are provided, and the effectiveness of grasp, pinch, and hold is evaluated in the virtual environment finally.

2 Method for virtual hand modeling

For describing virtual hand modeling and interaction, the linear algebra methods have to introduce a large amount of parameters because of matrix production. Geometric algebra can operate the geometric objects via addition, subtraction, multiplication, and division [17], and conformal geometric algebra (CGA) is a uniformed geometric language independent of the coordinate frames with both covariates for geometric modeling and invariants for geometric calculation. With these features, CGA becomes a powerful tool in computer graphics and computer vision fields [18]. For mesh deformation, it could also interpolate the positions and orientations smoothly [19], and it reached interactive rates on surface models by GPU computation [20], which was implemented in virtual character simulations [21]. In human model animation, the grid distortion caused by the mesh deformation around the joint points was dealt by CGA for the knee joint motion [22]. Additionally, CGA was presented to determine intersection relationship between two geometric objects of different types in a unified manner [23]. With these bases above, CAG is introduced in this paper for virtual hand modeling and interaction.

2.1 Outline of conformal geometric algebra

Conformal geometric algebra provides the intuitive representation of various geometric objects and geometric transforms. In Euclidean space, the basis is 1, e1, e2, e3, e12, e23, e13, e123, and the highest grade is defined as the pseudoscalar I = e1e2en, which is a multi-vector in the same grades. The geometric objects such as points, lines, planes, circles and spheres have similar expressions in multi-vector form. In this paper, all the descriptions of the geometric objects and transforms follow the symbol system from [24].

For the point, the base vector e0 is its origin and e is the infinity. Its conformal geometric algebra form is as (1).

$$ X=x+\frac{1}{2}{x}^2{e}_{\infty }+{e}_0 $$
(1)

If the center is set as c and the radius is set as ρ, the sphere in conformal space is generated as (2).

$$ S=c-\frac{1}{2}{\rho}^2{e}_{\infty } $$
(2)

The dual form of the subspaceAcan be described as (3)

$$ {A}^{\ast }=A{I}^{-1} $$
(3)

The outer product of points A, B, C, and D the infinity generates a line as (4)

$$ {S}^{\ast }=A\wedge B\wedge C\wedge D $$
(4)

The outer product of points A, B, and the infinity generates a line as (5).

$$ L=A\wedge B\wedge {e}_{\infty } $$
(5)

The outer product of points A, B, C, and the infinity generates a plane as (6).

$$ P=A\wedge B\wedge C\wedge {e}_{\infty } $$
(6)

The outer product of three points A, B, and C generates a cycle as (7)

$$ C=A\wedge B\wedge C $$
(7)

Set l as the unit direction vector and θ as the rotation angle. The Rotor R is obtained in Euler form as (8).

$$ R=\mathit{\exp}\left(-\frac{\theta }{2}l\right) $$
(8)

Set \( R\tilde{R}=1 \), so \( \tilde{R} \) is the inverse form of R. They are expressed as (9) and (10) in 3D Euclidean space.

$$ R={u}_0+{u}_1{e}_{23}+{u}_2{e}_{13}+{u}_3{e}_{12} $$
(9)
$$ \tilde{R}={u}_0-{u}_1{e}_{23}-{u}_2{e}_{13}-{u}_3{e}_{12} $$
(10)

The rotation of point X can be described as (12).

$$ {X}^{\prime }= RX\tilde{R} $$
(11)

In conformal geometric algebra, the geometric objects, including line, plane, circle, and sphere, all could be represented by the outer product of points X as (12) to facilitate the translation.

$$ R\left({X}_1\wedge {X}_1\wedge ...{X}_n\right)\tilde{R}=\left(R{X}_1\tilde{R}\right)\wedge \left(R{X}_1\tilde{R}\right)\wedge ...\left(R{X}_n\tilde{R}\right) $$
(12)

The translator is introduced similar to that of rotor as (13) in Euler form.

$$ T=\mathit{\exp}\left(-\frac{e_{\infty }}{2}t\right) $$
(13)

Thus, X is transformed by T like (14).

$$ {X}^{\prime }= TX\tilde{T} $$
(14)

Motor M is a type of transform in which transformation T is applied to the rotor R. It defines the general motion as (15).

$$ M= TR\tilde{T}=\mathit{\exp}\left(-\frac{\theta }{2}\left(l+{e}_{\infty}\left(t\cdot l\right)\right)\right) $$
(15)

In addition, there are some other types of geometric relation, such as intersection between the geometric objects. With the extension of Morgan Rule, it can be deduced the dual form of intersection between A and B as (16).

$$ {\left(A\vee B\right)}^{\ast }={A}^{\ast}\wedge {B}^{\ast } $$
(16)

Compared with linear algebra, the coordinate frame only plays its role on the input of geometric objects while the transformation process is completely geometrical. In other words, the transformation is applied on the geometric objects directly rather than via analytical equations with coordinates.

2.2 Conversion between virtual reality objects and CGA objects

In virtual reality system, geometric objects are generally constructed by triangle patches that include color and illumination information for rendering these models. In this paper, CGA will be employed in the virtual hand modeling and manipulation interaction, but the rendering of current virtual reality system still depends on the graphics API with linear algebra style calculation. The conversion between virtual reality objects and CGA objects is required.

In CGA, the motion could be expressed as a motor which is decomposed as translator and rotor. The translator corresponds to the vector in 3D Euclidean space, but the rotor should be converted to a matrix. In CGA, the rotor R is expressed as (17).

$$ R=u+a{e}_{23}+b{e}_{31}+c{e}_{12} $$
(17)

The row vector in 3 × 3 rotation matrix is obtained by applying the rotor R to e1, e2, and e3. When R is applied to e1, it generates (18).

$$ {\displaystyle \begin{array}{c}R{e}_1\tilde{R}=\left(u+a{e}_{23}+b{e}_{31}+c{e}_{12}\right){e}_1\left(u+a{e}_{23}+b{e}_{31}+c{e}_{12}\right)\\ {}=\left({u}^2+{a}^2-{b}^2-{c}^2\right){e}_1+2\left( ab- uc\right){e}_2+2\left( ub+ ac\right){e}_3\\ {}=\left(1-2\left({b}^2+{c}^2\right)\right){e}_1+2\left( ab- uc\right){e}_2+2\left( ub+ ac\right){e}_3\end{array}} $$
(18)

When R is applied to e2, it generates (19).

$$ {\displaystyle \begin{array}{c}R{e}_2\tilde{R}=\left(u+a{e}_{23}+b{e}_{31}+c{e}_{12}\right){e}_2\left(u+a{e}_{23}+b{e}_{31}+c{e}_{12}\right)\\ {}=2\left( ba+ uc\right){e}_1+\left(1-2\left({a}^2+{c}^2\right)\right){e}_2+2\left( bc- ua\right){e}_3\end{array}} $$
(19)

When R is applied to e3, it generates (20).

$$ {\displaystyle \begin{array}{c}R{e}_3\tilde{R}=\left(u+a{e}_{23}+b{e}_{31}+c{e}_{12}\right){e}_3\left(u+a{e}_{23}+b{e}_{31}+c{e}_{12}\right)\\ {}=2\left( zx- ub\right){e}_1+2\left( bc+ ua\right){e}_2+\left(1-2\left({a}^2+{b}^2\right)\right){e}_3\end{array}} $$
(20)

With the formulas (18) to (21), the rotation matrix for rotor R is obtained as below.

$$ {R}_M=\left[\begin{array}{ccc}1-2{b}^2-2{c}^2& 2 ab-2 uc& 2 ac+2 ub\\ {}2 ba+2 uc& 1-2{a}^2-2{c}^2& 2 bc-2 ua\\ {}2 ca-2 ub& 2 bc+2 ua& 1-2{a}^2-2{b}^2\end{array}\right] $$
(21)

According to formula (21), the motion could be converted to linear algebra calculation from CAG style. For the objects in virtual reality system, the expressions with coordinates would also be converted to CGA styles. The unit triangle is constructed by basic geometric elements such as point, line, and plane in that there is no direct description for triangles in CGA. The vertices of the triangle in 3D Euclidean space are regarded as the points of CGA directly. In formula (22), the point X(x, y, z) is expressed as the CGA objects utilizing its 3D coordinates.

$$ X={e}_0+x{e}_1+y{e}_2+z{e}_3+\frac{1}{2}\left({x}^2+{y}^2+{z}^2\right){e}_{\infty } $$
(22)

The edge AB of triangle ABC is described by the line on which it lies.

$$ {L}_{AB}=A\wedge B\wedge {e}_{\infty } $$
(23)

The edge BC of triangle ABC is (24):

$$ {L}_{BC}=B\wedge C\wedge {e}_{\infty } $$
(24)

The edge AC of triangle ABC is (25):

$$ {L}_{AC}=A\wedge C\wedge {e}_{\infty } $$
(25)

The plane on which the triangles lay is also defined in CGA.

$$ {P}_{ABC}=A\wedge B\wedge C\wedge {e}_{\infty } $$
(26)

In virtual reality system, the triangles could be constructed as by grouping its vertices, edges, and plane features with 3D coordinates of vertices.

Class Triangle{

CGAPoint Vertex1., Vertex2., Vertex3.;

CGALine EdgeLine1.,EdgeLine2.,EdgeLine3.;

CGAPlane TrianglePlane;

}

With the definitions above, the CGA and linear algebra objects and motions could be converted to each other in modeling and interaction of the virtual hand.

2.3 Construction of virtual hand

Virtual hand simulates both the appearance and motion of the human hand, which requires the continuity of the hand model during the bending of finger segments. For rigid virtual hand model, the skin artifacts cannot be neglected on the finger joints. According to the physiological structure, the skin deformation on joints relates to the motions of both adjacent finger segments. Thus, the skin deformation is handled by adding the influences of different finger segments with the weighted motion, which is named skeleton subspace deformation method. It is a type of vertex blending of the skeletons. For the vertices v1 and v2, the vertex blending is achieved by the joint transformation matrices M1 and M2 with the weights w1 and w2 shown in Fig. 1.

Fig. 1
figure 1

Vertex blending of two joints.

In Fig. 1, Bi transforms the coordinate of finger segment frame to the skin, and the transformation from the finger segment to the global frame is Wi. Thus, the transformation to the vertices of finger segment i is \( {M}_i={B}_i^{-1}{W}_i \). Generally, the formula of vertex blending is (27).

$$ v=\left(\sum \limits_{i=1}^n\;\left({w}_i{M}_i\right)\right){v}_i $$
(27)

Attached to n finger segments, the total weight of vertices is as (28).

$$ \sum \limits_{i=1}^n\;{w}_i={w}_1+{w}_1+\cdots {w}_n=1 $$
(28)

The linear method for vertex blending is simple and less time consuming, but for some finger joints with large rotation angles, the artifacts are unavoidable no matter how the weights are adjusted. It is because that the linear combination of matrices introduces extra shearing and scaling terms, and the vertex blending is not really a linear one that reduces the realism of the deformation. This defection is caused by the rotation terms of the matrix in non-linear space without smoothing transformation. If the rotation parameters can be operated directly rather than via the matrix, the artifacts of linear vertex blending will be improved. For the intuition of geometric transformation in CGA, the vertex blending based on CGA is presented in this paper.

The characteristics of CGA should be analyzed firstly for vertex blending. The neighbor segments of the vertices in vertex blending rotate in the local frame of joint referencing an axle along some angle. If the axle goes through the origin, the transformation of the local frame of joint is just the translation, thus Mi can be regarded as the compound motion by translating the rotation to the axle. The transformation in CGA can not only apply to geometric objects but also to other transformations. It means that the compound motion is a type of transformation to other translators. If the translation of the rotation to the line L in θ is expressed as T(R), and it assumes that \( {R}_{L\theta}=\mathit{\exp}\left(-\frac{\theta }{2}L\right) \), the (29) could be deducted by (15).

$$ {R}_{L\theta}=\left(1+\frac{e_{\infty }t}{2}\right)\mathit{\exp}\left(-\frac{\theta }{2}L\right)\left(1-\frac{e_{\infty }t}{2}\right)=\mathit{\exp}\left(-\frac{\theta }{2}\left(L+{e}_{\infty}\left(t\cdot L\right)\right)\right) $$
(29)

Set \( \widehat{L}=L+{e}_{\infty}\left(t\cdot L\right) \), the transformation of joint i is as formula (30).

$$ {M}_i=\mathit{\exp}\left(-\frac{\theta_i}{2}{\widehat{L}}_i\right) $$
(30)

The linear combination of transformations is that of the motors. With exponential expression, the rotation angle θ is on the exponential part. Thus, the vertex blending based on CAG is as formula (31).

$$ {M}_v=\sum \limits_{i=1}^n\;{w}_i{M}_i=\mathit{\exp}\left(\sum \limits_{i=1}^n\;\left(-{w}_i\frac{\theta_i}{2}\right){\widehat{L}}_i\right) $$
(31)

wiθi intuitively represents the linear transformation style for rotation and eliminates the extra scaling and shearing effects caused by a matrix operation. In the virtual hand model, the three finger segments deducing vertex blending are on the same plane, and it can be shown in Fig. 2.

Fig. 2
figure 2

Finger segments deducing vertex blending.

The segment of the finger could be named as DP, MP, and PP according to the position of them from the palm to the fingertip, and the corresponding joints are DIP, MIP, and PIP respectively [25]. The skin on PIP and DIP appears artifacts because of the large bending angles of these joints. Set the plane on which all segments from the same finger locates as Pf, and the normal of the plane as Nf. DP, MP, and PP all rotate on the plane Pf to the axle Nf with the vertex blending on DIP vDIPby MDP and MMP, and that on PIP vPIP by MMP and MPP. Deduced by formula (31), the two vertex blending expressions are as formulas (32) and (33).

$$ {M}_{DIP}={w}_{DP}{M}_{DP}+{w}_{MP}{M}_{MP}=\mathit{\exp}\left(-{w}_{DP}\frac{\theta_{DP}}{2}{N}_f\right)+\mathit{\exp}\left(-{w}_{MP}\frac{\theta_{MP}}{2}{N}_f\right) $$
(32)
$$ {M}_{PIP}={w}_{PP}{M}_{\mathrm{PP}}+{w}_{\mathrm{MP}}{M}_{\mathrm{MP}}=\mathit{\exp}\left(-{w}_{\mathrm{PP}}\frac{\theta_{\mathrm{PP}}}{2}{N}_f\right)+\mathit{\exp}\left(-{w}_{\mathrm{MP}}\frac{\theta_{\mathrm{MP}}}{2}{N}_f\right) $$
(33)

Because the three finger segments are on the same plane, the vertex blending is simplified by the same referenced axle. For testing, the vertex blending for two joints is implemented. For cylinder shape segments, the rendering result of vertex blending is shown in Fig. 3 on the left side, compared with the one on the right side without vertex blending.

Fig. 3
figure 3

Vertex blending of two joints.

For the whole hand, the triangle patches and the transformations are converted to CGA style so that the vertex blending could be applied by CGA calculation. The comparison of the virtual hand without vertex blending, linear vertex blending, and vertex blending based on CGA are demonstrated in Figs. 4 and 5. Among them, the first group of models cracks on joints obviously, the second ones are separated by the unexpected shearing and scaling, and these artifacts are avoided by CAG-based vertex blending like the third ones.

Fig. 4
figure 4

Comparison of virtual hand models on DP joints.

Fig. 5
figure 5

Comparison of virtual hand models on MP joints.

3 Method for proposed manipulation rules of virtual hand

As the response of the interaction between virtual hand and the objects in the virtual environment, collision detection is described as the intersection of geometric elements in CGA, so the virtual hand and the manipulated objects can be decomposed as geometric elements on a different level for such intersection tests. Besides, the shapes of virtual hand also correspond to various gestures. With the defined gestures and the results of collision detection, the rules of virtual hand manipulation are established.

3.1 Collision detection based on conformal geometric algebra

The virtual hand and objects in the virtual environment are generally triangulated patches, so the collision of them could be regarded as the intersection of triangles. However, the computing is very intensive if all the intersections among these triangles are tested. Therefore, the layered bonding box is also introduced here. In CGA, the intersection of the two geometric elements is represented as formula (34).

$$ B=X\vee Y=(IX)\cdot Y $$
(34)

For the pseudoscalar I, it has the representation as formula (35).

$$ I={e}_1\wedge {e}_2\wedge {e}_3\wedge {e}_0\wedge {e}_{\infty }={e}_1{e}_2{e}_3{e}_0{e}_{\infty } $$
(35)

It is inferred that B is the linear combination of different basis vectors as formula (36).

$$ B={\beta}_0+{\beta}_1{e}_1+{\beta}_{12}{e}_1{e}_2+\cdots +{\beta}_{12345}{e}_1{e}_2{e}_3{e}_0{e}_{\infty } $$
(36)

B2 is the criteria of the intersection of the two geometric objects [26]. When B2 > 0, X and Y have at least two intersecting points; when B2 = 0, X and Y have one intersecting points; when B2 < 0, X and Y have no intersecting point. The intersections of lines, planes, and spheres are discussed in this section.

Firstly, the intersections of lines are presented. Set the lines as L1 = P1P2e and L2 = P3P4e, and the end points as P1 = a1e1 + a2e2 + a3e3, P2 = b1e1 + b2e2 + b3e3, P3 = c1e1 + c2e2 + c3e3, and P4 = d1e1 + d2e2 + d3e3. The intersection of L1 and L2 is expressed as formula (37).

$$ B={L}_1\vee {L}_2=\left(I{L}_1\right)\cdot {L}_2 $$
(37)

According to P1 and P4, B has the expansion style as formula (38).

$$ {\displaystyle \begin{array}{c}{\alpha}_1=\mid \begin{array}{cc}{a}_1& {b}_1\\ {}{a}_2& {b}_2\end{array}\mid, {\alpha}_2=\mid \begin{array}{cc}{a}_2& {b}_2\\ {}{a}_3& {b}_3\end{array}\mid, {\alpha}_3=\mid \begin{array}{cc}{a}_3& {b}_3\\ {}{a}_1& {b}_1\end{array}\mid \\ {}{\beta}_1=\mid \begin{array}{cc}{c}_1& {d}_1\\ {}{c}_2& {d}_2\end{array}\mid, {\beta}_2=\mid \begin{array}{cc}{c}_2& {d}_2\\ {}{c}_3& {d}_3\end{array}\mid, {\beta}_3=\mid \begin{array}{cc}{c}_3& {d}_3\\ {}{c}_1& {d}_1\end{array}\mid \\ {}{\alpha}_4={a}_1-{b}_1,{\alpha}_5={a}_2-{b}_2,{\alpha}_6={a}_3-{b}_3\\ {}{\beta}_4={c}_1-{d}_1,{\beta}_5={c}_2-{d}_2,{\beta}_6={c}_3-{d}_3\end{array}} $$
(38)

Combining the variables above, B2 is expressed as formula (39).

$$ {B}^2={\alpha}_1{\beta}_6+{\alpha}_2{\beta}_4+{\alpha}_3{\beta}_5+{\alpha}_5{\beta}_3+{\alpha}_6{\beta}_1 $$
(39)

It could be expressed the intersection results as algebra style of the points parameters on the line. By the same mean, the intersections between line and plane can also be described. Set the line as L = P1P2e and the plane as Pi = P3P4P5e. The intersection of them could be as formula (40).

$$ B=\varPi \vee L=\left( I\varPi \right)\cdot L $$
(40)

Similarly, construct the points P6, P7, and P8 as the spheres S1 = P1P2P3P4 and S2 = P5P6P7P8. The intersection of S1 and S2 is as formula (41).

$$ B={S}_1\vee {S}_2=\left({\mathrm{IS}}_1\right)\cdot {S}_2 $$
(41)

The intersections between line and plane or spheres could also be represented as algebra style. Additionally, the intersection of spheres is as formula (42).

$$ B=\varPi \vee S=\left( I\varPi \right)\cdot S $$
(42)

Based on the expressions above, the detection between triangle surfaces, sphere bonding boxes, and that between triangles surfaces and sphere bonding boxes are implemented. For the intersections between triangle patches, it could be simplified as the intersection between the three edges and the other triangle patch. If any edge intersects with the patch, the two triangles patches collide. It is shown in Fig. 6 the intersection of the triangles P4P5P6 and P1P2P3.

Fig. 6
figure 6

Intersection between triangle and plane.

The edges of P4P5P6 are line sections rather than lines. If P4 and P5 locate on the same side of the plane, the intersection of P4P5 and the plane is invalid. In geometric algebra, the tri-vector represents the volume. Set the vectors for P1P2, P1P3, and P1P4 as a = a1e1 + a2e2 + a3e3, b = b1e1 + b2e2 + b3e3, and c = c1e1 + c2e2 + c3e3 respectively. The tri-vector is calculated by formula (43).

$$ a\wedge b\wedge c=\mid {\displaystyle \begin{array}{ccc}{a}_1& {b}_1& {c}_1\\ {}{a}_2& {b}_2& {c}_2\\ {}{a}_3& {b}_3& {c}_3\end{array}}\mid {e}_{123} $$
(43)

If the end of the line section P4 is on the surface, the coefficient of e123 in formula (43) is 0. It could be inferred whether P5 is on the plane in the same method. The relationship between P4P5 and other edges or the plane are also inferred.

3.2 Establishment of the virtual hand manipulation rules

The manipulation rules are required for the interaction of virtual hand. Driven by the motion data input to the virtual hand, the virtual hand has different shapes that can be projected to two orthogonal planes, and the gestures are obtained. With the meaningful gestures and the collision detection results, the manipulation is validated and then the virtual hand manipulation rules are established.

For certain gesture of virtual hand manipulation, the angles between finger segments and that between fingers keep steady. Therefore, the shapes of virtual hand could be divided into free and manipulation states. For the angle between thumb and other fingers, if the variation is less than the threshold δvar in a 2n frame, the state of virtual hand is determined by formula (44).

$$ \frac{\varphi_{ij}^{t+n}-{\varphi}_{ij}^t}{\varphi_{ij}^t-{\varphi}_{ij}^{t-n}}<{\delta}_{\mathrm{var}} $$
(44)

When the virtual hand state is determined, the gesture is judged by other hand motion parameters. The physiological constraints are considered here because the motions of different finger segments relate to each other. It assumes that the manipulation state starts when the angles MIP reaches a quarter of its maximum range. If these angles have the tendency of becoming smaller, it will be the release state. Although there is still a large number of gestures, the most frequently used three gestures are defined in this paper, which are grasp, pinch, and hold as shown in Fig. 7.

Fig. 7
figure 7

Definition of manipulation gestures.

In Fig. 7, the gaps between thumb and index appear from wide to narrow, which adjust to the manipulated objects with different dimensions. In the virtual environment, if the finger segments are projected to the orthogonal planes around the manipulation space, the visible states of the finger segments will characterize the gesture of the virtual hand. Because the ring and little finger rarely attend the three manipulations above, the state collection is focused on the thumb, the index, and the middle finger. If Y and N mean visible or not, the state combinations for grasp, pinch, and hold are shown in Table 1.

Table 1 Visible states of gestures on two orthogonal planes

According to the visible states above, the gestures of the virtual hand are recognized. In the virtual environment, whether the gesture represents meaningful virtual manipulation should be further examined by the virtual hand shape. The human hand could manipulate objects because of its sense of touch and the envelope of fingers to the objects. Without the tactile feedback, the friction cone is introduced for the manipulation validation. There are two assumptions for the success manipulation. One is that the thumb must attend to the manipulation, and the other is that the angle of friction is larger than the threshold, which is the angle between the connection line Ltf = PtPfe which goes through the colliding point of thumb Pt and that of the other finger Pf. The line Nc is the normal of the contact point. The angle θf is calculated by the formula (45).

$$ {\theta}_f=\mathit{\operatorname{arccos}}\frac{L_{tf}^{\ast}\cdot {N}_c^{\ast }}{\left\Vert {L}_{tf}^{\ast}\right\Vert \left\Vert {N}_c^{\ast}\right\Vert } $$
(45)

Combining the collision detection results with the friction cone, the state of virtual hand could be obtained by the following five steps:

  1. (1)

    Input the virtual hand and the manipulated object.

  2. (2)

    If the hand collides with the bounding box of the object, the intersections of the triangle surfaces of them are judged.

  3. (3)

    For the triangle patches of the virtual hand model, if the number of intersection points is larger than 2, keep the state of the hand.

  4. (4)

    If the triangle belongs to the thumb, calculate the angles of friction and compare them with the threshold.

  5. (5)

    Return the state of the virtual hand.

The rules of effective virtual hand manipulation are summarized based on the state of the virtual hand.

  1. (1)

    The gesture of the virtual hand could be recognized by analyzing the visible states of the finger segments.

  2. (2)

    The virtual hand contact with the manipulated object, and the number of contact points is larger than 2.

  3. (3)

    The contact must occur on the DIP of the thumb.

  4. (4)

    If the 1–3 are satisfied, the angle of friction is larger than the threshold.

4 Experimental results and discussion

With the rules mentioned in the former sections, the manipulations of grasp, pinch, and hold are tested. After the gesture recognition, the collision detection and the effectiveness are evaluated, in which the collision is reminded by red color. In Fig. 8, the collision does not occur in the left scene (a), so the grasp is invalid, while the thumb, index, and middle finger all collide with the cuboid in the right scene (b), and the fiction angles are larger than the threshold, so the grasp is successful.

Fig. 8
figure 8

Effectiveness evaluation of grasp manipulation.

In Fig. 9, only the DP collides with the sphere, and the contact points less than 2, so it is not a valid pinch in the left scene (a), while the thumb, index, and middle finger all collide with the sphere in the right scene (b), and the fiction angles are larger than the threshold, the pinch is successful.

Fig. 9
figure 9

Effectiveness evaluation of pinch manipulation.

In Fig. 10, both the thumb and the index collide with the cylinder, but the angle of friction is smaller than the threshold, so it is an invalid hold in the left scene (a), while all the conditions are fulfilled in the right scene (b), so the hold is successful. Thus, the manipulation rules proposed in this paper provides credible results for grasp, pinch, and hold manipulations tests.

Fig. 10
figure 10

Effectiveness evaluation of hold manipulation.

Both the CGA geometric objects and CGA transforms are provided to model the virtual hand and its manipulation. On the hand modeling aspect, the hand model based on CGA is not merely constructed for the deformation in animations but for collision detection, which is the basis for interactions in the virtual environment. On the collision detection aspect, the layered bonding boxes are also kept rather than calculating CGA geometric objects intersections directly. On the manipulation aspect, the collision detection and angle of friction are combined by CGA method to establish the manipulation rules for the three typical gestures, and it finally integrates all the elements of virtual hand interaction in a unified framework.

5 Conclusions

According to the requirements of human machine interaction, the virtual hand model is constructed by converting the objects between virtual reality system and the CGA ones. Utilized the vertex blending based on CGA, the artifacts of the finger joints are improved which enhances the realism of the virtual hand. Meanwhile, the collision detection between the virtual hand and the manipulated objects is implemented by CGA method. With the gesture recognition results, the manipulation rules for grasp, pinch, and hold gestures are established, and the effectiveness evaluations are finally conducted in the virtual environment. To obtain better real-time performance, the parallel computations based on OpenCL will be considered in the future work.

Abbreviations

CGA:

Conformal geometric algebra

GPU:

Graphics processing unit

API:

Application programming interface

MIP:

Mobile instant pages

DP:

Displayport

References

  1. J. McDonald, J. Toro, K. Alkoby, A. Berthiaume, R. Carter, Approx- imating polyhedra with spheres for time-critical collision detection. Vis. Comput. 17(3), 158–166 (2001)

  2. L. Moccozet, N. M. Thalmann, Dirichlet free-form deformations and their application to hand simulation. In Computer Animation 97. USA (1997)

  3. T. Kurihara, N. Miyata, Modeling deformable human hands from med- ical images. In ACM SIGGRAPH Symposium on Computer Animation 2004, New York (2004)

  4. J. P. Lewis, M. Cordner, N. Fong, Pose space deformation: a uni- fied approach to shape interpolation and skeleton- driven deformation. In Proceedings of the 27th annual conference on Computer graphics and in- teractive techniques, (2000)

  5. Kavan L. Real-time Skeletal Animation. PhD thesis, Czech Technical University, Prague, Czech (2007)

  6. P. M. Hubbard, Approximating polyhedra with spheres for time-critical collision detection. ACM Trans. Graphics 15(3), 179–210 (1996)

  7. J. T. Klosowski, M. Held, J. S. B. Mitchell, H. Sowizral, K. Zikan, Efficient collision detection using bounding volume hierarchies of k-dops. IEEE Trans. Vis. Comput. Graph. 4(1), 21-36 (1998)

  8. S. Redon, A. Kheddar, S. Coquillart, Fast continuous collision detection between rigid bodies. Comput. Graph. Forum. 21(3), 279-287 (2002)

  9. M. Lee, R. Green, M. Billinghurst, 3rd natural hand interaction for AR applications. In 23rd International Conference on Image and Vision Computing, USA (2008)

  10. H. Wan, F. Chen, X. Han, A 4-layer flexible virtual hand model for haptic interaction (In International Conference on Virtual Environments, Human-Computer Interfaces and Measurements Systems, USA, 2009)

    Book  Google Scholar 

  11. D. Manocha, J. Demmel, Algorithms for intersecting parametric and algebraic curves. In Proceedings of the Conference on Graphics Interface 92, San Francisco, (1992)

  12. A. Sud, N. Govindaraju, R. Gayle, I. Kabul, D. Manocha, Fast proximity computation among deformable models using discrete voronoi diagrams: Implementation details. In ACM SIGGRAPH 2006 Sketches, New York (2006)

  13. F. Liu, Y. J. Kim, Exact and adaptive signed distance fields compu- tation for rigid and deformable models on gpus. IEEE Trans. Vis. Comput. Graph. 20(5), 714C–725 (2014)

  14. M. Prachyabrued, C.W. Borst, Dropping the ball: Releasing a virtual grasp (In IEEE Symposium on Digital Object Identifier, USA, 2011)

    Google Scholar 

  15. D. Holz, S. Ullrich, M. Wolter, T. Kuhlen, J. Herder, 2008. Multi-contact grasp interaction for virtual environments. J. Virt. Real. Broadcast. 5(7) (2008)

  16. M. Moehring, B. Froehlich, Enabling functional validation of virtual cars through natural interaction metaphors. In IEEE Virtual Reality 2010, USA (2010)

  17. Hestenes D. The design of linear algebra and geometry. Acta Appl. Mathematicae. 23(1), 65-93 (1991)

  18. Wareham R. , Cameron J. & Lasenby J. Applications of conformal geometric algebra in computer vision and graphics. Lecture Notes Comput. Sci. 3519(1), 329-349 (2005)

  19. M. C. L. Bel´on, Applications of conformal geometric algebra in mesh deformation. In Proceedings of the, XXVI Conference on Graphics, Patterns and Images, Washington, DC. USA 2013 (2013)

  20. M. C. L. Bel´on, D. Hildenbrand, Practical geometric modeling using geometric algebra motors. Adv Appl. Clifford Algebras, 1-15 (2017)

  21. M. Papaefthymiou, D. Hildenbrand, G. Papagiannakis, An inclusive conformal geometric algebra GPU animation interpolation and deformation algorithm. Vis. Comput. 32(6), 751-759 (2016)

  22. L. Hu, K. Hao, X. Huang, Y. Ding, Individual Three-Dimensional Human Model Animation Based on Conformal Geometric Algebra (Springer, Berlin Heidelberg, 2012)

    Book  Google Scholar 

  23. F. Zhang, X. Jiang, X. Zhang, Y. Du, Z. Wang, R. Liu, Unified spatial intersection algorithms based on conformal geometric algebra. Mathematical Problems in Engineering 2016, 7412373 (2016)

    MathSciNet  Google Scholar 

  24. E. Bayro-Corrochano, Geometric Computing (Springer Press, New York, 2010)

    Book  MATH  Google Scholar 

  25. Rhee T. Articulated human body deformation from in-vivo three- dimensional image scans. PhD thesis (University of Southern California, USA 2008)

  26. E. Roa, V. Theoktisto, M. Fairén, I. Navazo, GPU Collision Detection in Conformal Geometric Space. Am. Symposium Comput. Graph. 2011, 153–156 (2011)

Download references

Acknowledgements

The authors thank the editor and anonymous reviewers for their helpful comments and valuable suggestions.

Introduction of all authors

Author1

Chen Peng is currently a lecturer at School of Mechanical Engineering, Southwest Jiaotong University, China. His research interests include virtual design and manufacturing, human machine interaction, and point cloud data processing.

Author2

Hu Yong is currently studying for his master degree in mechanical engineering in Southwest Jiaotong University. His research interests include virtual design and human machine interaction.

Author3

Yang Fengwei is currently studying for his master degree in mechanical engineering in Southwest Jiaotong University. His research interests include virtual design and human machine interaction.

Funding

The work is supported by National Natural Science Foundation of China (Grant No. 51305368) and Fundamental Research Funds for the Central Universities (Grant No. 2682017CX036).

Availability of data and materials

We can provide the data.

Author information

Authors and Affiliations

Authors

Contributions

All authors attend the discussion of the work described in this paper. CP wrote the first version of this paper. HY developed the improved vision of the related programs. YF edited and revised the paper according to the updated programs. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Peng Chen.

Ethics declarations

Ethics approval and consent to participate

Approved.

Consent for publication

Approved.

Competing interests

The authors declare that they have no competing interests. We confirm that the content of the manuscript has not been published or submitted for publication elsewhere.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Chen, P., Hu, Y. & Yang, F. A conformal geometric algebra method for virtual hand modeling and interaction. J Image Video Proc. 2018, 72 (2018). https://doi.org/10.1186/s13640-018-0318-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13640-018-0318-2

Keywords