CVT_MOVIE3
Animated CVT Algorithm
CVT_MOVIE3 is a MATLAB program which animates
the generation of a Centroidal Voronoi Tessellation (CVT) dataset.
This particular computation occurs in a region of interesting shape.
The data that the user may set includes:
-
N, the number of points to generate,
-
SAMPLE_NUM, the number of sampling points:
-
FRAME_NUM, the number of frames to create.
The program proceeds to create a series of
JPG files, each
containing one frame of the animation. It is possible to
create an animation by using software such as Apple QuickTime.
Animation:
One version of a sample animation file is stored in the
MPEG-4 format.
You can
see the MP4 animation.
Reference:
-
Franz Aurenhammer,
Voronoi diagrams -
a study of a fundamental geometric data structure,
ACM Computing Surveys,
Volume 23, Number 3, pages 345-405, September 1991,
../../pdf/aurenhammer.pdf
-
Qiang Du, Vance Faber, Max Gunzburger,
Centroidal Voronoi Tessellations: Applications and Algorithms,
SIAM Review, Volume 41, 1999, pages 637-676.
Source Code:
Examples and Tests:
You can go up one level to
the MATLAB source codes.
Last revised on 31 August 2005.