CN104680566B - A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction - Google Patents

A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction Download PDF

Info

Publication number
CN104680566B
CN104680566B CN201510057262.6A CN201510057262A CN104680566B CN 104680566 B CN104680566 B CN 104680566B CN 201510057262 A CN201510057262 A CN 201510057262A CN 104680566 B CN104680566 B CN 104680566B
Authority
CN
China
Prior art keywords
frame
dimensionality reduction
matrix
animation sequence
grid
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510057262.6A
Other languages
Chinese (zh)
Other versions
CN104680566A (en
Inventor
杨柏林
金剑秋
王勋
江照意
王雅娟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Tonghui Technology Co ltd
Original Assignee
Zhejiang Gongshang University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Gongshang University filed Critical Zhejiang Gongshang University
Priority to CN201510057262.6A priority Critical patent/CN104680566B/en
Publication of CN104680566A publication Critical patent/CN104680566A/en
Application granted granted Critical
Publication of CN104680566B publication Critical patent/CN104680566B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T13/00Animation

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention discloses the method for a kind of Grid-oriented animation sequence for vertex trajectories component dimensionality reduction.First the present invention utilizes PCA to analyze the Main way finding model sport, and is projected in the direction in which by all apex coordinates, obtains new coordinate figure, then builds track matrix respectively at three new change in coordinate axis direction, performs second time PCA dimensionality reduction respectively.The present invention improves efficiency of data compression effectively.

Description

A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction
Technical field
The invention belongs to multimedia technology field relevant to portable mobile equipment in wireless network, be specifically related to the method for a kind of Grid-oriented animation sequence for vertex trajectories component dimensionality reduction.
Background technology
In mesh animation data compression technique, the compression method of Based PC A is the most frequently used is also the method the most effectively reducing data volume, and the dimensionality reduction of data is carried out in the main spatial domain from model and time domain two aspects at present.
In the spatial domain of model, refer to utilize every frame corresponding grid static model internal vertex data between redundancy, the quantity dimension carrying out opposite vertexes carries out dimensionality reduction.Although the minimizing data volume that the program can be obvious, when the model that opposite vertexes number is more carries out SVD decomposition, easily there is the problem that internal memory overflows and the situation that distortion is serious because losing important based component.And if model vertices data are excessive, still easily there is low memory when carrying out feature decomposition and the phenomenon such as counting yield is low.
And dimensionality reduction is carried out for the time domain aspect of model, refer to that the track dimension of opposite vertexes carries out dimensionality reduction, reasonablely solve the problems referred to above.But existing algorithm is just simply by the vertex trajectories matrix building the overall situation, and reckon without the uncertainty of different animation model when moving on direction, thus at x, y, displacement difference on z direction has larger difference, during dimensionality reduction, the number of the required key character vector chosen is also different, therefore can be relatively easy to the situation occurring model distortion during reconstruct.
In sum, that how to change utilizes PCA to be study the important directions that grid cartoon compression person pays close attention at present to carry out dimensionality reduction thus to reduce data volume in the summit dimension of model.
Summary of the invention
The present invention is directed to the deficiency of existing mesh animation Method of Data with Adding Windows, provide the method for a kind of Grid-oriented animation sequence for vertex trajectories component dimensionality reduction.
The technical solution adopted for the present invention to solve the technical problems is as follows:
First the present invention utilizes PCA to analyze the Main way finding model sport, and all apex coordinates are projected in the direction in which, obtain new coordinate figure, then track matrix is built respectively at three new change in coordinate axis direction, perform second time PCA dimensionality reduction respectively, thus promote efficiency of data compression further.
Beneficial effect of the present invention: the present invention be a kind of Grid-oriented animation sequence for the method for vertex trajectories component dimensionality reduction, improve efficiency of data compression further.
Embodiment
After server end imports mesh animation sequence, consider the uncertainty of different animation model when moving on direction, thus at x, y, displacement difference on z direction has larger difference, therefore in order to promote compression effectiveness further, on existing track PCA analytical algorithm basis, a kind of method of carrying out dimensionality reduction for vertex trajectories component is proposed.
The present invention specifically imports mesh animation sequence A (M at server end 1, M 2..., M f), wherein M l, l ∈ [1, F] represents the static network lattice model that every frame is corresponding, and its number of vertices is N, and F represents the frame number of this mesh animation.
1) calculate the central point of all vertex trajectories, construct the center matrix of this mesh animation.
Be A (M in mesh animation sequence 1, M 2..., M f) middle M i, i ∈ [1, F] represents the static network lattice model that every frame is corresponding, and its apex coordinate matrix is
M i = v 1 i x . . . . . . v N i x v 1 i y . . . . . . v N i y v 1 i z . . . . . . v N i z
Wherein represent the X on a jth summit in the i-th frame model respectively, Y, Z coordinate figure.Then the overall trajectory on a jth summit central point ( xp j, yp j, zp j) be defined as
p j x = ( Σ k = 1 F v j k x ) / F p j y = ( Σ k = 1 F v j k y ) / F , j ∈ ( 1,2 , . . . , N ) p j z = ( Σ k = 1 F v j k z ) / F
Therefore the center point coordinate matrix finally obtained is:
P c = p 1 x . . . . . . p N x p 1 y . . . . . . p N y p 1 z . . . . . . p N z
2) to above-mentioned central point matrix P ccarry out SVD decomposition, i.e. P c=U Σ V t.
3) using the U matrix that obtains above as transformation matrix of coordinates, frame by frame coordinate transform is carried out to all summits, obtains new apex coordinate matrix
4) movement locus of all summits in XYZ direction is separated, construct 3 vertex trajectories
Matrix xt, yt, zt, as follows, and one by one second time PCA decomposition is carried out to it.
T x = ( t 1 x , t 2 x , . . . , t N x ) = M 1 x M 2 x . . . M F x = v 1 1 x . . . v N 1 x . . . . . . . . . v 1 F x . . . v N F x
T y = ( t 1 y , t 2 y , . . . , t N y ) = M 1 y M 2 y . . . M F y = v 1 1 y . . . v N 1 y . . . . . . . . . v 1 F y . . . v N F y
T z = ( t 1 z , t 2 z , . . . , t N z ) = M 1 z M 2 z . . . M F z = v 1 1 z . . . v N 1 z . . . . . . . . . v 1 F z . . . v N F z
Wherein xt j, yt j, zt jrepresent jth respectively, the movement locus of j ∈ [1, N] individual summit in XYZ direction.
5) size of all proper vectors of all directions according to its individual features value is sorted separately.
Because eigenwert is larger, show that the importance of its characteristic of correspondence vector is larger, therefore we only need choose a in XYZ direction separately, b, namely most important proper vector corresponding to c eigenvalue of maximum is as one group of base of its trajectory range, so just, this space can be represented with the less coefficient be mapped on this group base, thus reach the object of dimensionality reduction.

Claims (1)

1. Grid-oriented animation sequence is for a method for vertex trajectories component dimensionality reduction, it is characterized in that the method comprises the steps:
Mesh animation sequence A (M is imported at server end 1, M 2..., M f), wherein M l, l ∈ [1, F] represents the static network lattice model that every frame is corresponding, and its number of vertices is N, and F represents the frame number of this mesh animation;
1) calculate the central point of all vertex trajectories, construct the center point coordinate matrix of this mesh animation;
Be A (M in mesh animation sequence 1, M 2..., M f) middle M i, i ∈ [1, F] represents the static network lattice model that every frame is corresponding, and its apex coordinate matrix is:
M i = v 1 i x ... ... v N i x v 1 i y ... ... v N i y v 1 i z ... ... v N i z
Wherein represent the X on a jth summit in the i-th frame model respectively, Y, Z coordinate figure; Then the overall trajectory on a jth summit central point ( xp j, yp j, zp j) be defined as:
p x j = ( Σ k = 1 F v j k x ) / F p y j = ( Σ k = 1 F v j k y ) / F p z j = ( Σ k = 1 F v j k z ) / F , j ∈ ( 1 , 2 , ... , N )
The center point coordinate matrix obtained thus is:
P c = p x 1 ... ... p x N p y 1 ... ... p y N p z 1 ... ... p z N
2) to above-mentioned center point coordinate matrix P ccarry out SVD decomposition, i.e. P c=U Σ V t;
3) using U matrix as transformation matrix of coordinates, frame by frame coordinate transform is carried out to all summits, obtains new apex coordinate matrix M i * = U i · M i , i ∈ [ 1 , F ] ;
4) movement locus of all summits in XYZ direction is separated, construct three vertex trajectories matrixes xt, yt, zt, as follows, and one by one second time PCA decomposition is carried out to it;
T x = ( t x 1 , t x 2 , ... , t x N ) = M x 1 M x 2 ... M x F = v 1 1 x ... v N 1 x ... ... ... v 1 F x ... v N F x
T y = ( t y 1 , t y 2 , ... , t y N ) = M y 1 M y 2 ... M y F = v 1 1 y ... v N 1 y ... ... ... v 1 F y ... v N F y
T z = ( t z 1 , t z 2 , ... , t z N ) = M z 1 M z 2 ... M z F = v 1 1 z ... v N 1 z ... ... ... v 1 F z ... v N F z
Wherein xt j, yt j, zt jrepresent jth respectively, the movement locus of j ∈ [1, N] individual summit in XYZ direction;
5) size of all proper vectors of all directions according to its individual features value is sorted separately; Choose a separately in XYZ direction, most important proper vector corresponding to b, c eigenvalue of maximum, as one group of base of its trajectory range, so just can represent this space with less coefficient be mapped on this group base, thus complete dimensionality reduction.
CN201510057262.6A 2015-02-04 2015-02-04 A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction Active CN104680566B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510057262.6A CN104680566B (en) 2015-02-04 2015-02-04 A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510057262.6A CN104680566B (en) 2015-02-04 2015-02-04 A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction

Publications (2)

Publication Number Publication Date
CN104680566A CN104680566A (en) 2015-06-03
CN104680566B true CN104680566B (en) 2016-04-20

Family

ID=53315558

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510057262.6A Active CN104680566B (en) 2015-02-04 2015-02-04 A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction

Country Status (1)

Country Link
CN (1) CN104680566B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6130679A (en) * 1997-02-13 2000-10-10 Rockwell Science Center, Llc Data reduction and representation method for graphic articulation parameters gaps
CN101833785A (en) * 2010-05-11 2010-09-15 浙江大学 Controllable dynamic shape interpolation method with physical third dimension
CN102510498A (en) * 2011-10-18 2012-06-20 清华大学 Compression method and device for three-dimensional dynamic grid based on self-adaptive affine transformation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6130679A (en) * 1997-02-13 2000-10-10 Rockwell Science Center, Llc Data reduction and representation method for graphic articulation parameters gaps
CN101833785A (en) * 2010-05-11 2010-09-15 浙江大学 Controllable dynamic shape interpolation method with physical third dimension
CN102510498A (en) * 2011-10-18 2012-06-20 清华大学 Compression method and device for three-dimensional dynamic grid based on self-adaptive affine transformation

Also Published As

Publication number Publication date
CN104680566A (en) 2015-06-03

Similar Documents

Publication Publication Date Title
CN103985155B (en) Scattered point cloud Delaunay triangulation curved surface reconstruction method based on mapping method
CN106600617A (en) Method of extracting building contour line from Lidar point cloud data based on curvature
CN104751505A (en) Three-dimensional scene rendering algorithm based on LOD (Levels of Detail) model and quadtree level structure
CN109359520A (en) People counting method, system, computer readable storage medium and server
CN105009107A (en) Image retargeting quality assessment
CN106599053A (en) Three-dimensional model retrieval method
CN105307264A (en) Mobile node positioning method for wireless sensor network
CN110346654A (en) Electromagnetic spectrum map construction method based on common kriging interpolation
Li et al. DDLVis: Real-time visual query of spatiotemporal data distribution via density dictionary learning
CN103793552A (en) Real-time dynamic generating method for local particle spring model with deformed soft tissues
CN104680566B (en) A kind of Grid-oriented animation sequence is for the method for vertex trajectories component dimensionality reduction
CN104917532B (en) Faceform's compression method
CN103646428B (en) The synthetic method of a kind of 3D fluid scene
Zhang et al. Application of multi-agent models to urban expansion in medium and small cities: A case study in Fuyang City, Zhejiang Province, China
CN104933733A (en) Target tracking method based on sparse feature selection
CN107526061A (en) Taylor's relaxation branch iterative algorithm of Multi-target position based on reaching time-difference
CN102930586A (en) Interactive geometry deformation method based on linear rotation invariant differential coordinates
CN103458032B (en) The method and system of a kind of spatial data accessing rule dynamic statistics and Information Compression
CN104680174B (en) The frame clustering method of Grid-oriented animation progressive transmission
Wu et al. Variational mannequin approximation using spheres and capsules
Rubin Interpenetrating subspaces as a funnel to extra space
CN103345505B (en) A kind of spatial object topological relation determination methods based on Global Scale subdivision dough sheet
Zhang et al. A coverage and obstacle-aware clustering protocol for wireless sensor networks in 3D terrain
CN105426626A (en) Similar data style cluster based multiple-point geostatistics modeling method
CN105374063B (en) Human face animation generation method based on semi-supervised local fritter arrangement

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20201209

Address after: Room 1812, building 1, Yuhang, Zhejiang Province

Patentee after: HANGZHOU TONGHUI TECHNOLOGY Co.,Ltd.

Address before: 310018, No. 18 Jiao Tong Street, Xiasha Higher Education Park, Hangzhou, Zhejiang

Patentee before: ZHEJIANG GONGSHANG University