File size: 801 Bytes
4fe94e5 eee57cc | 1 2 3 4 5 6 7 8 9 10 11 | 1. Please load the file "cylinder/data/cylinder.vti"
2. Apply persistence simplification of 0.01 to the Speed field.
3. Compute the Morse-Smale segmentation of the simplified Speed field.
4. Save the Morse-Smale segmentation as "cylinder/results/{agent_mode}/cylinder.vti". It should have a point array called Partition. For each point x, the array "Partition" should store the id number of the region in the segmentation that x belongs to.
5. Analyze the visualization and answer the following questions:
Q1: How many unique partition regions are there?
(A) 152 (B) 163 (C) 174 (D) 185
Q2: How many points are in the largest partition region?
(A) 6879 (B) 7968 (C) 8796 (D) 9687
Save the answers to the analysis questions in plain text as "cylinder/results/{agent_mode}/answers.txt". |