删除或更新信息,请邮件至freekaoyan#163.com(#换成@)

DBN model-based golf swing reconstruction using Kinect data

本站小编 Free考研考试/2021-12-25

吕东岳1, 黄志蓓2, 陶冠宏2, 俞能海1, 吴健康2
1. 中国科学院电子学研究所, 北京 100190;
2. 中国科学院大学, 北京 100049
摘要: 人们对高尔夫运动的兴趣在过去的10年间爆发式增长,同时高尔夫球员的数量也显著增加.因此,如何训练一个球员做出适当和准确的挥杆动作已经引起研究者的广泛关注.在此类研究中最重要的步骤是挥杆动作的捕获与重建.至今为止,以Kinect为代表的深度成像设备受其基础条件的限制,其捕获的挥杆运动可能会由于运动中肢体之间的互相遮挡与肢体识别时产生的混乱丧失足够的精确度.为了从肢体互相遮挡并且分辨率较低的深度图像信息中恢复比较精确的运动信息,该文提出一个用于描述人体关节点之间空间关系与关节点动态特性的动态贝叶斯网络(DBN)模型,并基于该模型实现了高尔夫挥杆动作的重建.实验结果表明,该算法能够实现重建精度媲美商用的光学运动捕获系统(OMocap),并且比现有的深度信息修改算法具有更好的性能.
关键词: 高尔夫挥杆重建动态贝叶斯网络模型Kinect
Golf is one of the most developed and popular sports. The number of active golf players is estimated at 50 million and golf course development has become the fastest growing property sector in the world. However,how to train a golfer to make a proper and accurate golf swing is critical to the success of the golf training course[1]. Previously,the training was usually guided by professional golfers,which involved extensive human recourse. In recent years,there was a trend to use standard swing procedures for golf training,which considered many important parameters of swing,such as club head trace[2-5],swing plane[6],hub path[7],leg movement[8],and even wrist angle[9-10]. However,among these parameters,the key is to accurately capture the swing movement.For this purpose,two kinds of motion capture (Mocap) systems are mainly used in recent years[11]: optical Mocap (OMocap) system[12-15] and wearable micro-sensors base Mocap system (MMocap)[16-20]. The OMocap systems require to attach reflective markers on golfer’s body segment,and then positions of the marker are obtained via multiple high-speed cameras around the golfer. The MMocap systems also require to place micro-sensors on golfer’s body segments for motion reconstruction. Although these two kinds of Mocap systems have been used successfully in many applications,both systems require the golfer to wear some extra devices,which are intrusive and make the golfer uncomfortable during the swing movement.
Recently,newly introduced Microsoft Kinect,which is a contactless motion capture device using an RGB-D sensor providing synchronized color and depth images,has shown some potential to overcome the pitfalls of the traditional Mocap systems[21]. The main challenge for the Kinect is its poor performance due to occlusions and mixing up of body parts[22]. To tackle this problem and make it applicable for the golf swing analysis,some ad-hoc solutions to improve the estimation accuracy have been proposed so far. For example,Zhang et al.[23-24] used the Kinect to capture the 3D skeleton coordination of a golfer who was performing swing,and then used serial correlation model to score and recognize grade of golf swing. Lin et al.[25] utilized the Kinect to capture the swing motion,and automatically identified the 6 common mistakes on swing motion. Shen et al.[26] tried to tackle the occlusion problem and presented an exemple-based method to learn and correct the initially estimated poses from Kinect. Although these methods made some progress to improve the wrongly recognized swing posture from Kinect,the challenge is still not very well solved yet due to the ignorance of motion similarity contained in the swing dynamics.
However,there are similarities among swing movements performed by the same person: 1) spatial similarity (the relative movements among joints during swing movement are similar if the swings are performed without external interference) and 2) temporal similarity (the swing periods are similar). These similarities,if applied properly,can be used to further improve the accuracy of motion information against self-occlusion and reconstruct 3D golf swing from low resolution depth image sequences. In this paper,due to the advantage of fusing spatial and temporal information,a dynamic Bayesian network (DBN) model-based golf swing reconstruction algorithm for Kinect is proposed. The algorithm integrates the spatial relationship among joints and their movement dynamics. The DBN model is trained using actual golf swing movement data. The joint positions generated from Kinect are optimized by the model. The reconstruction of golf swing is performed using these optimized positions. We have compared our position outputs with the commercial OMocap system MAT-T[27] and the method proposed in Ref.[26]. The good performance results have shown that the proposed algorithm achieves comparable tracking accuracy to the MAT-T system and improves the Kinect outputs much more than the methods mentioned in Refs.[22] and [26].
1 DBN model-based swing movement reconstructionGenerally,the human body can be regarded as a skeleton model shown in Fig. 1 (a). The skeleton model contains five chains. Each chain is a set of segments connected by joints. The joint positions are key elements to the whole swing procedure reconstruction. The segments in a chain are considered as rigid bodies. To reconstruct the golf swing accurately,the exact positions of the key joints should be acquired.
Fig. 1
Download: JPG
larger image
Fig. 1 Human skeleton model (a) and hierarchical structure (b)

The above golfer model includes 15 key joints include: head,neck,torso,left and right shoulders,left and right elbows,left and right hands,left and right hips,left and right knees,and left and right feet. Their position information during time represents the whole body movement precisely. These 15 key joints construct a hierarchical structure of a golfer containing the five serial chains,which is shown in Fig. 1 (b). In the hierarchical structure,the torso joint is considered as the root of all the chains. To construct our DBN model,the positions of joints are focused on in one arbitrary chain. It can be derived similarly in other four chains by using the DBN model of the chosen chain.
1.1 Model representationIn the DBN model,5 symbols are used to represent the states and observations:
sti The relative position of the ith joint in chain in its parent joint’s coordinate system (JCS) at time t.
Xti The absolute position of the ith joint in chain in global coordinate system (GCS) at time t.
Yti The position observation of the ithjoint in chain in GCS at time t.
n: The order number describing the dynamics of sti in the whole swing.
m: The number of joints in the chain.
The exact structure of the DBN model is shown in Fig. 2. The static structure of joint chain and the dynamic structure of one joint are shown,respectively. During model construction,the dynamics of the relative position of one joint could be first-order or multi-order Markov. The precise order number “n” is determined through practice.
Fig. 2
Download: JPG
larger image
Fig. 2 DBN model of one arbitrary chain of human model: static structure (a) and dynamic structure (b)

The purpose of the DBN model is to estimate more precise positions of the joints in GCS during the whole swing,i.e.,to find the most probable position of Xti by calculating the posterior probability Pr(Xti|Y1:t0:i). Based on the structure of the proposed DBN model,a preliminary iteration sequence is raised to solve the estimation problemX10,…,X1m,X20,…,X2m,.…Xt0,…,Xtm.
$X_1^0, \cdots ,X_1^m,X_2^0, \cdots ,X_2^m,. \cdots X_t^0 \cdots ,X_t^m.$ (1)
This means reconstructing the swing of the golfer accurately,and every joint’s position in GCS from every frame should be acquired precisely. According to (1) ,the position estimation results should be acquired sequentially,following the chain order in one frame,and in the next frame the same order should be followed. The position estimation Xti is related to its parent Xti-1 in the the same frame and its relative position sit-1in the previous frame.
1.2 Model inferenceAs discussion above,the key to acquire ment of precise position of Xti is to calculate the posterior probability Pr(Xti|Y1:t0:i), which is related to Pr(Xti-1|Y0:i-11:t)and Pr(sit-1|Y0:i1:t-1). This could be derived step by step from the joint probability distribution which can be written as
$\eqalign{ & Pr(s_{1:t}^{^{0:i}},X_{1:t}^{0:i},Y_{1:t}^{0:i}) = \cr & {{Pr(s_{1:t}^{0:i - 1},X_{1:t}^{0:i - 1},Y_{1:t}^{0:i - 1}){\rm{ }}Pr(s_{1:t}^{^{0:i}},X_{1:t}^{0:i},Y_{1:t}^{0:i})} \over {Pr(s_{1:t}^{0:i - 1},X_{1:t}^{0:i - 1},Y_{1:t}^{0:i - 1})}}. \cr & Pr({X_t}^i|X_t^{0:i - 1},{s_t}^i){\rm{ }}Pr({s_t}^i|s_{_{t1:tn}}^i){\rm{ }}Pr({Y_t}^i|{X_t}^i). \cr} $ (2)
Then,by doing parameter elimination,the probability contains only sti and Xti and can be derived
$\matrix{ {Pr\left( {{s_t}^i,{X_t}^i,Y_{1:t}^{0:i}} \right) = } \hfill \cr {Pr\left( {{Y_t}^i|{X_t}^i} \right){\rm{ }}Pr\left( {Y_{1:t - 1}^{0:i - 1}} \right)\left[ {\sum\limits_{{X_t}^{i - 1}} {Pr} \left( {{X_t}^{i - 1},Y_{1:t}^{0:i - 1}} \right){\rm{ }}Pr\left( {{X_t}^i|{X_t}^{i - 1},{s_t}^i} \right)} \right]\cdot} \hfill \cr {\left[ {\sum\limits_{s_{t - 1:t - n}^i} {Pr} \left( {s_{t - 1}^i,Y_{1:t}^{0:i - 1}} \right){\rm{ }}Pr\left( {{s_t}^i|s_{t - 1:t - n}^i} \right)} \right].} \hfill \cr } $ (3)
From (3) ,the posterior probability Pr(Xti|Y1:t0:i) and Pr(sti|Y1:t0:i) can be derived
$\matrix{ {Pr\left( {{X_t}^i|Y_{1:t}^{0:i}} \right) = C\cdot{\rm{ }}Pr\left( {{Y_t}^i|{X_t}^i} \right)\cdot} \hfill \cr {\sum\limits_{{X_t}^{i - 1}} {Pr} \left( {{X_t}^{i - 1}|Y_{1:t}^{0:i - 1}} \right)\sum {s_t}^iPr\left( {{X_t}^i|{X_t}^{i - 1},{s_t}^i} \right)\cdot} \hfill \cr {\sum\limits_{s_{t - 1:t - n}^i} {Pr} \left( {s_{t - 1}^i,Y_{1:t}^{0:i - 1}} \right){\rm{ }}Pr\left( {{s_t}^i|s_{t - 1:t - n}^i} \right)} \hfill \cr } $ (4)
$\matrix{ {Pr\left( {{s_t}^i|Y_{1:t}^{0:i}} \right) = } \hfill \cr {C\cdot\sum\limits_{s_{t - 1:t - n}^i} {Pr} \left( {s_{t - 1}^i,Y_{1:t - 1}^{0:i}} \right){\rm{ }}Pr\left( {{s_t}^i|s_{t - 1:t - n}^i} \right)\cdot} \hfill \cr {\sum\limits_{{X_t}^i} {Pr} \left( {{Y_t}^i|{X_t}^i} \right)\sum\limits_{{X_t}^{i - 1}} {Pr} \left( {{X_t}^{i - 1}|Y_{1:t}^{0:i - 1}} \right){\rm{ }}Pr\left( {{X_t}^i|{X_t}^{i - 1},{s_t}^i} \right).} \hfill \cr } $ (5)
In (4) and (5) ,$C = {\rm{ }}{{Pr(Y_{1:t}^{0:i - 1}){\rm{ }}Pr(Y_{1:t - 1}^{0:i})} \over {Pr(Y_{1:t - 1}^{0:i - 1}){\rm{ }}Pr(Y_{1:t}^{0:i})}}$ can be considered as a constant. Recalling the preliminary iteration sequence to estimate Xti in (1) and considering (4) and (5) ,a modified iteration sequence is proposed to estimate every joint position in chain at time t:
${s^0}_{t - 1},{X_t}^0, \ldots ,{s^m}_{t - 1},{X_t}^m.$ (6)
1.3 Conditional probability distribution (CPD) definitionThe calculations of Pr(Xti|Y1:t0:i) and Pr(sti|Y1:t0:i) need three key elements: spatial relationship Pr(Xti|Xti-1,sti), temporal relationship Pr(sti|st-1:t-ni), and likelihood Pr(Yti|Xti). For defining and training simplicity,all these three elements are assumed to follow the normal distribution. After definition,the parameters in these three elements can be learned before reconstruction by training previous motion data gained from the same golfer.
1.3.1 Spatial relationshipAccording to the human skeleton model,the joint positions are the only elements to be discussed. Therefore the states sti and Xti are both joint positions. The difference between the two kinds of states is that sti is the position of one joint in its parent JCS while Xti is the position in GCS. Apparently,Xti can be gained by integrating sti and Xti-1 according to the chain structure. The spatial relationship between parent and child joints can be written as
$Pr({X_t}^i|{X_t}^{i - 1},{s_t}^i) = N({X_t}^{i - 1} + {s_t}^i,{Q_i}).$ (7)
In (7) ,Qi is the process noise from previous training sets and their ground truths of one golfer.
1.3.2 LikelihoodThe observation Yti is generated from state Xti. Since they are all measured in GCS and only have measurement errors,the likelihood can be written as
$Pr({Y_t}^i|{X_t}^i) = N({X_t}^i,{R_i}).$ (8)
1.3.3 Temporal relationshipFor each golfer,the motion of joints should be unique and repeatable if the swing is performed again by the same person. This assumption is taken into consideration to train different motion models of each joint for different golfers. The motion of joints is only considered in their parents’ JCS to eliminate the affection of their parent joints and acquire “pure” motion models. Each joint can acquire a motion model by training previous motion data. Following the normal distribution,the temporal relationship of one joint can be described as
$Pr({s_t}^i|{s_{t - 1:t - n}}^i) = N({A^i}_{t - 1}{[{s^i}_{t - 1}, \ldots ,{s^i}_{t - n}]^T},\sum {_{i - 1}^i} ).$ (9)
In (9) ,the matrices Ait-1and σit-1 contain the parameters which need to be trained to get from st-1:t-nito sti.
2 Experiments and discussion2.1 SetupThe MAT-T system and the algorithms in Refs.[22, 26] are used to evaluate the reconstruction performance of the proposed algorithm. The placement of the 6 cameras and the application environment are shown in Fig. 3,while the Kinect is put in front of the golfer at a distance of about 2.5m with a height of about 1m from the ground to make sure the whole swing motion can be captured. The joint position observations are provided by OpenNI skeleton functions[28]. These functions can generate preliminary joint positions from the RGB-D information.
Fig. 3
Download: JPG
larger image
Fig. 3 The application environment of the MAT-T system

Five golfers (4 males and 1 female) were participated in our experiment. Each of them repeated 6 swings (including stance,backswing,downswing,and follow-through). During the experiment of one golfer,all the 6 swings are used as testing set by turn. While 1 swing is testing set,the other 5 swings are training sets to generate “prior knowledge” of the DBN model. This ensures that every swing can have a corresponding reconstruction result. The two kinds of devices (i.e. 6 cameras MAT-T system and Kinect) capture the swing synchronously. The sampling rate of the cameras from MAT-T system is 180Hz,while the Kinect is 30Hz.
To illustrate the feasibility of our algorithm,the joints and body segments which have the most significant movements or rotations were chosen. In our implementation,we chose the hand arms to evaluate the performance of the proposed algorithm. The shoulder width (SW) and arm lengths (left upper arm (LU),left lower arm (LL),right upper arm (RU),and right lower arm (RL)) were also taken into consideration.
The length of above 5 body parts can be acquired easily. By comparing with outputs of MAT-T system,we calculate the error ratio e between our outputs and MAT-T system outputs:
$e = {{L - \tilde L} \over L},$ (10)
In (10) ,L is the body part length from MAT-T system,while ${\tilde L}$ is the body part length from our model.
Similar to the body part length comparison,the joint position difference between two kinds of outputs is calculated. To evaluate the difference,as mentioned in Ref.[26],the mean value of the sum of joint errors (msJE) and the mean value of msJE (mmsJE) are calculated,
${\rm{msJE}} = {{\sum\limits_{t = 1}^T {\sum\limits_{i = 1}^N {\left| {{X_t}^i - {{\tilde X}_t}^i} \right|} } } \over 2},$ (11)
${\rm{mmsJE}} = {{\sum\limits_{t = 1}^T {\sum\limits_{i = 1}^N {\left| {{X_t}^i - {{\tilde X}_t}^i} \right|} } } \over {T \times N}}.$ (12)
In (11) and (12) ,Xti is the position of joint i at time t from MAT-T,and ${{{\tilde X}_t}^i}$ is from our model. N is the number of joints used to represent golfer (in our experiment N=15) . T represents the swing period,which equals the frame number Kinect captured during the whole swing.
2.2 Ordernumber selection
Since the proposed model is multi-order DBN,a proper order number should be determined before the experiment. To evaluate the model performance,i.e.,to quantify the average accuracy on the whole 5 testing data,the msJE is calculated and shown in Fig. 4. The order number rises from 1 to 7,which causes the msJE to drop first and rise when the order number is above 5. For economizing training and calculating consumption,other order numbers are not considered. Apparently,the order number of our model is chosen to be 5.
Fig. 4
Download: JPG
larger image
Fig. 4 Variation of msJE when the order of model rises

2.3 Computation consumptionThe proposed DBN model is constructed and trained using the BNT (Bayesian network toolbox) in Matlab (R2011b). The joint positions are modified offline with a speed of 10fps (CPU: i5-2400 3.1GHz).
2.4 Comparison with MAT-TThe hand position outputs of our algorithm,the MAT-T system,and the original Kinect are shown in Fig. 5. Because the joint moves in 3D space,the three components (x,y, and depth) of positions are shown.
In Fig. 5,the outputs of the former two kinds of results are only slightly different. In general,our algorithm’s performance is comparable with MAT-T in acquiring joints’ positions. However,the cost of a Kinect is much cheaper than any existing commercial OMocap,including the MAT-T system. The main difference between the former two kinds of outputs is in depth component. The difference is a bit notable in follow-through stage. Although the DBN model improves the original Kinect outputs,the original hands’ depth outputs are very unstable when severe occlusion and rapid movement occur. These outputs will definitely affect the performance of the model.
Fig. 5
Download: JPG
larger image
Fig. 5 Comparison of hand position outputs

The mentioned 5 body parts are chosen in the comparison. The results of comparison are shown in Table 1. The 5 body parts all have mean values of the whole swing procedure.
Table 1
Table 1 Length comparison among body parts
body partMAT-T/mmour model/mme/%
Golfer 1SW235.4584265.052112.57
LU250.2186228.11738.83
LL234.1757247.27125.59
RU250.2189233.60726.64
RL234.1752252.27127.73
Golfer 2SW246.8018232.90035.63
LU259.7177248.65454.26
LL243.0660248.65502.30
RU259.7176274.47635.68
RL243.0651254.47664.69
Golfer 3SW269.0449305.361413.50
LU303.9334279.85137.92
LL284.4474272.65944.14
RU303.9336273.98849.85
RL284.4457302.12236.21
Golfer 4SW275.8920283.77622.86
LU291.7776279.85724.09
LL273.0707284.85764.31
RU291.7773281.47433.53
RL273.0697281.47353.08
Golfer 5SW274.3791281.77592.70
LU297.5267289.94512.54
LL278.4502259.12306.94
RU297.5262291.85571.91
RL278.4491275.66111.00

Table 1 Length comparison among body parts

Compared with the MAT-T system,our model do have certain errors in the outputs. Moreover,some body part’s errors are significant (larger than 10%). These errors do not always mean bad performance. In the whole swing procedure,the skins of shoulders move more severely than any other body segments,because the shoulder joints rotate most rapidly. Markers may change their positions relative to their corresponding body segments due to skin movement[29]. If the shoulder markers change positions,the outputs of the MAT-T system will fluctuate and this may cause the difference. The shoulder widths (SWs) of five golfers are shown in Fig. 6. The results are gained by our model,the MAT-T system,and original Kinect output.
Fig. 6
Download: JPG
larger image
Fig. 6 The shoulder widths of five golfers during whole swing

In normal condition,the shoulder width of each golfer should keep constant during swing,because the body segments are rigid. In Fig. 6,the shoulder width results of the MAT-T system are not constant. The main reason is that the shoulder markers have changed their positions due to severe skin movements. The original Kinect outputs vary more severely due to the occlusion of shoulder joints. With the help of the DBN model,the outputs of our algorithm show more robustness than the other two kinds of results. There are some differences between the outputs of our model and the MAT-T system,but the feasibility of our algorithm is unquestionable. With the development of better capture device (better than Kinect but not as expensive as the MAT-T),there is no doubt that the performance will be better.
2.5 Comparison with other algorithmsIn order to show the superiority of our algorithm to the state of art Kinect based joint modification algorithms,the algorithm in Ref.[22] and the RFR algorithm in Ref.[26] are chosen. The reasons why these algorithms are chosen as our opponent are two. One is that though the rotation of golfer is limited,the test motions are golf swing and the other is that they provide comparable results with OMocap systems.
As mentioned above,the msJE was calculated. Because the numbers of the selected joints are different (15 in ours and 20 in the other two),a more precise value,the mean value of msJE (mmsJE),is also calculated. The mmsJE is the mean joint error of one joint during the whole swing. These two groups of values are shown in Table 2. The comparison shows that both the three algorithms can improve the Kinect performance but our algorithm performs much better.
Table 2
Table 2 Comparison of msJE and mmsJE
msJE/mmmmsJE/mm
original2071.6103.58 (20 joints)
RFR algorithm1575.778.79 (20 joints)
system in Ref.[22]1452.072.60(20 joints)
our algorithm233.6515.58 (15 joints)

Table 2 Comparison of msJE and mmsJE

By comparing the outputs of our model,the MAT-T system,and two other algorithms,We find that our algorithm works well with high robustness against severe joint occlusion and improves the Kinect performance. The outputs of our model are comparable with the MAT-T system,which illustrates the feasibility and effectiveness of the proposed golf swing reconstruction algorithm. The comparison between our algorithm and two other algorithms shows that the mmsJE of our outputs is much lower. Moreover,our training and testing sets are all real golf swings without any limitation.
3 Conclusion and future workA golf swing reconstruction algorithm is proposed based on Kinect and a full-body DBN model. The experiments have shown that it can reconstruct the golf swing with good quality. Although there are slight differences compared with the MAT-T system,the accuracy of the proposed algorithm will increase with the development of hardware and rise of sampling rate.
Our future work will be to incorporate the club head into the model and analysis of kinematic parameters generated by the model. Reconstruction and analysis of other regular motion using Kinect with our algorithm is also under consideration.
References
[1] Mann R, Griffin F, Yocom G. Swing like a pro: the breakthrough scientific method of perfecting your golf swing[M].Random House Digital, Inc, 1998.
[2] Urtasun R, Fleet D J, Fua P. Monocular 3D tracking of the golf swing[C]//Computer Vision and Pattern Recognition 2005. IEEE Computer Society Conference on. IEEE,2005:932-938.
[3] Karliga I, Hwang J N. Analyzing human body 3-d motion of golf swing from single-camera video sequences[C]//Acoustics, Speech and Signal Processing, 2006. ICASSP 2006 Proceedings. 2006 IEEE International Conference on:Toulouse IEEE,2006:V-V.
[4] MacKenzie S J. Club position relative to the golfer's swing plane meaningfully affects swing dynamics[J].Sports Biomechanics, 2012, 11(2):149–164.DOI:10.1080/14763141.2011.638388
[5] Coleman S, Anderson D. An examination of the planar nature of golf club motion in the swings of experienced players[J].Journal of Sports Sciences, 2007, 25(7):739–748.DOI:10.1080/02640410601113239
[6] Kwon Y H. Kinematic analysis of sports movements: golf swing plane analysis[C]//ISBS-Conference Proceedings Archive: Limerick: 2009: 31-34.
[7] Nesbit S M, McGinnis R. Kinematic analyses of the golf swing hub path and its role in golfer/club kinetic transfers[J].Journal of Sports Science and Medicine, 2009, 8(2):235–246.
[8] Kenny I, Madden D, Downey J, et al. Biomechanical characterisation of leg movement during the golf swing following knee surgery[C]//2012 British Association of Sport and Exercise Sciences Biomechanics Interest Group Conference.2012.
[9] Chun S, Kang D, Choi H-R, et al. A sensor-aided self coaching model for uncocking improvement in golf swing[J].Multimedia Tools and Applications, 2014, 72(1):253–279.DOI:10.1007/s11042-013-1359-2
[10] Suzuki S, Haake S, Heller B. Skill analysis of the wrist release in golf swing to utilize shaft elasticity[C]//Proceedings of APCST2005-Asia-Pacific congress on sports technology. 2005: 188-193.
[11] Zhou H, Hu H. Human motion tracking for rehabilitation: A survey[J].Biomedical Signal Processing and Control, 2008, 3(1):1–18.DOI:10.1016/j.bspc.2007.09.001
[12] Holte M B, Chakraborty B, Gonzalez J, et al. A local 3-D motion descriptor for multi-view human action recognition from 4-D spatio-temporal interest points[J].Selected Topics in Signal Processing, IEEE Journal of, 2012, 6(5):553–565.DOI:10.1109/JSTSP.2012.2193556
[13] MacKenzie S J, Sprigings E J. A three-dimensional forward dynamics model of the golf swing[J].Sports Engineering, 2009, 11(4):165–175.DOI:10.1007/s12283-009-0020-9
[14] Wu Q, Boulanger P. Real-time estimation of missing markers for reconstruction of human motion[C]//Virtual Reality (SVR), 2011 XIII Symposium on. Uberlandia: IEEE, 2011:161-168.
[15] Nesbit S M. A three dimensional kinematic and kinetic study of the golf swing[J].Journal of Sports Science and Medicine, 2005, 4(4):499–519.
[16] Watanabe K, Hokari M. Kinematical analysis and measurement of sports form[J].Systems, Man and Cybernetics, Part A: Systems and Humans, IEEE Transactions on, 2006, 36(3):549–557.DOI:10.1109/TSMCA.2005.855777
[17] Arvind D, Bates A. The speckled golfer[C]//Proceedings of the ICST 3rd international conference on Body area networks: Tempe, Arizona, USA. 2008: 1-7.
[18] Liu H, Wei X, Chai J, et al. Realtime human motion control with a small number of inertial sensors[C]//Symposium on Interactive 3D Graphics and Games: ACM. 2011: 133-140.
[19] Seaman A, McPhee J. Comparison of optical and inertial tracking of full golf swings[J].Procedia Engineering, 2012, 34:461–466.DOI:10.1016/j.proeng.2012.04.079
[20] Evans K, Horan S A, Neal R J, et al. Repeatability of three-dimensional thorax and pelvis kinematics in the golf swing measured using a field-based motion capture system[J].Sports Biomechanics, 2012, 11(2):262–272.DOI:10.1080/14763141.2012.654502
[21] Smisek J, Jancosek M, Pajdla T. 3D with Kinect[C]//Computer Vision Workshops (ICCV Workshops), 2011 IEEE International Conference on Barcelona IEEE.2011: 1 154-1 160.
[22] Shum H P, Ho E S, Jiang Y, et al. Real-time posture reconstruction for Microsoft Kinect[J].Cybernetics, IEEE Transactions on, 2013, 43(5):1357–1369.DOI:10.1109/TCYB.2013.2275945
[23] Zhang L, Hsieh J-C, Ting T-T, et al. A Kinect based golf swing score and grade system using GMM and SVM[C]//Image and Signal Processing (CISP), 2012 5th International Congress on. Chongqing: IEEE, 2012: 711-715.
[24] Zhang L, Hsieh J C, Wang J. A Kinect-based golf swing classification system using HMM and Neuro-Fuzzy //Computer Science and Information Processing (CSIP), 2012 International Conference on. Xi'an: IEEE, 2012: 1 163-1 166.
[25] Lin Y-H, Huang S-Y, Hsiao K-F, et al. A Kinect-based system for golf beginners' training.Springer[M]. 2013: 121-129.
[26] Shen W, Deng K, Bai X, et al. Exemplar-based human action pose correction and tagging[C]//Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on. Providence, USA: IEEE, 2012: 1784-1791.
[27] MAT-T Website[DB/OL].[2014-11-23]. http://tmpl.taylormadegolf.com/mat-t-system.
[28] Introducing OpenNI[M/OL]. (2013-12-12).[2014-10-30] http://www.openni.org/images/stories/pdf/OpenNI_UserGuide.pdf.
[29] McGuan S P. Achieving commercial success with biomechanics simulation[C]//20 International Symposium on Biomechanics in Sports. Cáceres, Spain: 2002: 451- 460.


相关话题/图片 运动 高尔夫 信息 北京

  • 领限时大额优惠券,享本站正版考研考试资料!
    大额优惠券
    优惠券领取后72小时内有效,10万种最新考研考试考证类电子打印资料任你选。涵盖全国500余所院校考研专业课、200多种职业资格考试、1100多种经典教材,产品类型包含电子书、题库、全套资料以及视频,无论您是考研复习、考证刷题,还是考前冲刺等,不同类型的产品可满足您学习上的不同需求。 ...
    本站小编 Free壹佰分学习网 2022-09-19
  • 基于已知振幅信息约束的叠层光电成像
    王智博1,张骏1,李拓1,史祎诗1,21.中国科学院大学,北京100049;2.中国科学院光电研究院,北京1000942016年09月02日收稿;2016年11月04日收修改稿基金项目:国家自然科学基金(61575197)和中国科学院"科教融合"教育创新项目资助通信作者:史祎诗,E-mail:sys ...
    本站小编 Free考研考试 2021-12-25
  • 机动车燃油质量及尾气排放与北京市大气污染的相关性
    杨昆昊1,夏赞宇1,何芃2,吴丽1,龚玲玲1,钱越英3,侯琰霖1,何裕建11.中国科学院大学化学与化工学院,北京101408;2.同济大学化学系,上海200092;3.中国科学院理化技术研究所,北京1001902016年05月31日收稿;2016年12月01日收修改稿基金项目:国家自然科学基金(21 ...
    本站小编 Free考研考试 2021-12-25
  • 基于投入产出模型的北京市生产性服务业与制造业互动关系
    王红杰1,2,3,鲍超1,2,3,郭嘉颖3,41.中国科学院地理科学与资源研究所,北京100101;2.中国科学院区域可持续发展分析与模拟重点实验室,北京100101;3.中国科学院大学资源与环境学院,北京100049;4.中国科学院南京地理与湖泊研究所,南京2100082017年08月08日收稿; ...
    本站小编 Free考研考试 2021-12-25
  • 北京张坊地区中上元古界中岩溶发育与构造作用
    刘建明1,张玉修1,曾璐1,琚宜文1,芮小平2,乔小娟11.中国科学院大学地球与行星科学学院,北京100049;2.中国科学院大学资源与环境学院,北京1000492017年11月3日收稿;2018年3月23日收修改稿基金项目:北京岩溶水资源勘查评价工程项目(BJYRS-ZT-03)和中国科学院大学校 ...
    本站小编 Free考研考试 2021-12-25
  • 城市功能区语义信息挖掘与遥感分类
    李娅1,2,刘亚岚1,任玉环1,王智灏1,2,曲畅31.中国科学院遥感与数字地球研究所,北京100101;2.中国科学院大学,北京100049;3.北京大学地球与空间科学学院遥感与地理信息系统研究所,北京1008712017年10月24日收稿;2018年1月19日收修改稿基金项目:国家自然科学基金青 ...
    本站小编 Free考研考试 2021-12-25
  • 中国北方农牧交错带草本植物δ15N梯度变化及其对环境信息的指示
    刘贤赵1,2,张勇1,宿庆3,李振国1,冯腾1,宋焱11.湖南科技大学资源环境与安全工程学院,湖南湘潭411201;2.中国科学院南京土壤研究所土壤与农业可持续发展国家重点实验室,南京210000;3.湖南科技大学生命科学学院,湖南湘潭4112012017年7月24日收稿;2017年11月30日收修 ...
    本站小编 Free考研考试 2021-12-25
  • 一种基于深度学习的电磁信息泄漏检测方法*
    计算机、信息化通信终端等电子信息设备在处理信息过程中,会不可避免地向周围环境发射电磁波,产生无意的、非主观通信的电磁辐射。由于这些无意发射的电磁信号不仅频谱成份丰富,而且携带着大量有用信息,存在信息泄漏隐患。令人深思的是,目前对网络攻击、系统安全漏洞和计算机病毒等网络信息安全问题非常重视,却对信息设 ...
    本站小编 Free考研考试 2021-12-25
  • 基于信息素决策的无人机集群协同搜索算法*
    随着无人机(UAV)技术的蓬勃发展,无人机在侦察探测、搜索救援等方面大量运用。由于无人机集群在机载功能和抗未知因素能力等方面具有优势[1-2],在执行对地目标搜索任务时效率更高、抗毁性更强。针对搜索问题,国内外****进行了深入而广泛的研究。从搜索模型来看,最早开始研究的模型是穷举覆盖航路规划模型, ...
    本站小编 Free考研考试 2021-12-25
  • 融合语义信息的视频摘要生成*
    随着视频拍摄、存储技术和网络传输的飞速发展,互联网上的视频数据呈爆炸性增长[1]。但由于生活节奏越来越快,观众在没有确定视频是否符合他们的期望前,不会轻易花太多时间观看完整视频,观众更期望可以通过视频预告等形式对视频内容产生大致的了解。视频摘要任务从原始视频中提取具有代表性和多样性的简短摘要,使观看 ...
    本站小编 Free考研考试 2021-12-25
  • 基于信息素启发狼群算法的UAV集群火力分配*
    随着无人机(UnmannedAerialVehicle,UAV)技术和人工智能的快速发展,利用大量具有自主作战能力且成本低廉的UAV组成UAV集群突破对手防御体系,对目标实施饱和打击以及对入侵机群进行空中拦截是UAV集群作战的重要手段[1-2]。美军已经开展了多项关于UAV集群研究及试验验证,并将U ...
    本站小编 Free考研考试 2021-12-25