3D Edge Bundling for Geographical Data Visualization
|
|
|
- Miranda Hancock
- 10 years ago
- Views:
Transcription
1 3D Edge Bundling for Geographical Data Visualization Antoine Lambert, Romain Bourqui, David Auber To cite this version: Antoine Lambert, Romain Bourqui, David Auber. 3D Edge Bundling for Geographical Data Visualization. 14th International Conference on Information Visualization (IV 10), Jul 2010, United Kingdom. pp , <hal > HAL Id: hal Submitted on 25 Jun 2010 HAL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau recherche, publiés ou non, émanant des établissements d enseignement et de recherche français ou étrangers, des laboratoires publics ou privés.
2 3D Edge Bundling for Geographical Data Visualization A. Lambert, R. Bourqui, D. Auber LaBRI, UMR5800, University Bordeaux 1, Talence, France Abstract Visualization of graphs containing many nodes and edges efficiently is quite challenging since representations generally suffer from visual clutter induced by the large amount of edge crossings and node-edge overlaps. That problem becomes even more important when nodes positions are fixed, such as in geography were nodes positions are set according to geographical coordinates. Edge bundling techniques can help to solve this issue by visually merging edges along common routes but it can also help to reveal high-level edge patterns in the network and therefore to understand its overall organization. In this paper, we present a generalization of [18] to reduce the clutter in a 3D representation by routing edges into bundles as well as a GPU-based rendering method to emphasize bundles densities while preserving edge color. To visualize geographical networks in the context of the globe, we also provide a new technique allowing to bundle edges around and not across it. 1 Introduction International air interconnections, as well as theirs analysis, are becoming more and more dense and complex. Complexity of air traffic networks drives the need for visual analysis techniques which aim at solving three main issues: Emphasize major trends in air traffic and highlight most important airports. Determine interconnected but also interdependent regions. Show world wide air traffic organizational schemes To answer these questions, an intuitive modeling of such a network consists in using a graph where nodes represent airports and edges interconnections between these airports. International air traffic visualization raises a very strong constraint, namely geographical positioning of airports. Indeed, when dealing with international air traffic, nodes positions cannot be changed as they bring some information. This makes unusable classical approaches where nodes positions are computed by a drawing algorithm to emphasize central airports and/or important patterns. In that case, information discovery becomes difficult as edge crossings and node-edge overlaps clutter the representation. Reducing the clutter in such data representation is therefore of utmost importance to identify relationships and high-level edge patterns of the network. In the past, clutter reduction had been achieved using three main techniques: compound graph visualization, edge routing and edge bundling. In a compound graph visualization (e.g [20, 1, 2]), the original network is abstracted by collapsing clusters into metanodes and the result is then displayed on the screen. This technique reduces the cluttering of the representation as inter-cluster edges are merged into metaedges. However, the compound visualization is not suitable for geographical data visualization as nodes positions cannot be changed and therefore as clusters may overlap. To increase the readability of a graph representation, the graph drawing community offers techniques to reduce the number of edge crossings and node-edge overlaps by routing edges (e.g. [8, 10, 24, 11]). Among theses techniques, one can find the confluent drawing method (e.g [8]) but also heuristics based on the visibility graph and shortest path edge routing (e.g [10, 24, 11]). These approaches efficiently reduce edge clutter by either reducing edge crossings or avoiding node-edge overlaps. However they do not help the user to identify high level edge patterns and therefore to understand the overall organization of the network. Recently, edge bundling techniques[19, 15, 4, 7, 16, 18] are of increasing interest in the graph visualization community. Put under the spotlight by Holten [15], this technique routes edges into bundles in order to uncover high level edge patterns and to emphasize relationships in a 2D representation of the network. In this paper, we focus on a novel approach to generate 3D edge-bundled representations of graphs, this approach generalizes the work of Lambert et al. [18]. We introduce an intuitive edge bundling algorithm which efficiently reduces edge clutter in graphs drawings. Our method discretizes the space into regions. Boundaries of these regions are used as roads to route edges. The main contribution of this paper is therefore a new 3D edge bundling
3 technique that avoids node-edge overlaps. We also present GPU-based rendering method which enables users to perceive bundle densities while preserving edge color. The remainder of this paper is structured as follows. Section 2 reviews related work on edge clutter reduction methods and techniques to enhance edge bundles visualization. Insection3,wepresentthemainstepsofourmethod and several implementation issues. Section 4 refers to rendering techniques necessitated by edge bundling visualization. Wethenpresentsomeresultson2000and2004international air traffic in section 5. Finally, we draw a conclusion and give directions for future work. 2 Related work As mentioned above, we focus in this paper on a 3D representation of edges whose extremities have fixed positions. In this section, we present existing methods for edge clutter reduction but also techniques for enhancing edge bundles visualization. For a general overview of clutter reduction methods and not only edge clutter reduction techniques, werecommend thesurvey of Ellisand Dix[12]. 2.1 Edge Clutter reduction Most of the previous work focused on clutter reduction in 2D representation of the graph. Even if some of the following techniques can be adapted to take the third dimension into account, Balzer and Deussen presented in [4] the only technique (to the best of our knowledge) for clutter reduction in a 3D representation. Edgerouting: Oneofthefirstattemptstoreduceclutter in graphs drawings was made by the graph drawing community. Indeed, to increase the readability of a graph representation, one can try to reduce the number of edge crossings but also to avoid node-edge overlaps(to use nonpoint-size nodes for instance). In [10], Dobkin et al. give a novel method using visibility graphs and shortest-path edge routing to remove node-edge overlaps. The technique was ported to tangent visibility graphs by [24]. Finally, Dwyer and Nachmanson [11] give a fast heuristic to compute an approximation of the visibility graph to reduce the time complexity of the approach and therefore to support large graph edge routing. These approaches efficiently reduce edge clutter by avoiding node-edge overlaps, however they do not help the user to identify high-level edge patterns. Interactive techniques : Wong et al. give in [23, 22] interaction techniques to remove clutter around the user s focii. Edges close to one of the focii are pushed away in a fisheye-like manner while preserving nodes positions. The representation is locally uncluttered around each focus, but this technique does not reduce the clutter of the entire representation. Therefore, it does not help in understanding the overall organization of the network. Edgebundling: Phanetal. presentin[19],aflowmap layout technique based on geometrical node clustering. Edges are routed along the hierarchy tree branches.this idea has also been used by Holten in [15] to enhance relationship in hierarchical (and relational) data. Balzer and Deussen [4] present a multilevel compound visualization technique using implicit surfaces and edge bundling technique similar to[15] to render an hierarchical clustering in a 3D visualization. Then the transparency of each implicit surface and the bundling factor are dynamically updated according to the distance to the viewpoint resulting in a smoothanimationwhenzoominginoroutonafocuscluster. The main drawback of these methods is that edges are routed using a hierarchy tree which can be restrictive in the general case. In [13], Gansner and Koren give an improved circular layout algorithm where edges are routed either on the outer face of the circle or in its inner face. Edges routed inside the circle are bundled using an edge clustering algorithm that tries to optimize area utilization. Another edge clustering method is given by Cui et al. [7]. In this paper they propose a geometric approach to create bundles of edges. The main idea is to build a control mesh based on user interaction or a Delaunay triangulation. The mesh is then used to compute regions where edges should be merged. The merging of edges is done according to a clustering algorithm based on the orientation of edges. Finally, Holten and van Wijk introduced in [16] a force-directed heuristic to bundle edges and therefore, to unclutter a representation of a graph where nodes positions are fixed. In this heuristic, dummy nodes are inserted to split edges into segments. A similarity measure between edges is computed to determinewhich ofthem should interact. Dummy nodes ofany two interacting edges are linked by inserting dummy edges. Bundles are obtained by running a force-directed algorithm preserving positions of the original nodes. Recently, Lambert et al. [18] presented a novel approach for bundling edges in order to unclutter 2D drawing but also reveal high-level edge patterns. The technique is based on plane discretization and shortest path edge routing. In this paper, we present a generalization of this technique to 3D representation of graphs. 2.2 Enhancing edge-bundled graph vizualisations Smoothing curves: The main feature common to each edge-bundled graph visualizations is the drawing of edges as curves. Indeed, rendering graph edges as curves makes the task of following them easier and gives a more visually appealing graph drawing. In[15], Holten renders bundled edges piecewise with cubic B-splines. In [25], Zhou etal. useothersmodelsofsplinestorenderbundlededges which are Bézier curves and Catmull-Rom splines. AnothermethodusedbyHoltenetal.[16]andbyCuietal.[7]
4 Figure 1: The main steps of our edge bundling technique. (a) Original network (here embedded in a 2D plane); (b) discretization of the space; (c) Edge routing on the grid graph; (d) Resulting graph layout. is to apply a smoothing technique on the edges drawn as polylines to morph them into curves. Coloring edges: Another mean of enhancing edgebundled graph visualization is to use edges colors and opacities to encode informations. In [7], edges colors are mapped to the orientations of the original links. The same technique is used in [15] with the difference that an edge direction is encoded by an interpolated color gradient runningfromafixedcolorforthesourcetoafixedcolorforthe target. In [15] edges opacities are mapped to their length, long curves being more translucent than short ones, preventing short curves to become obscured by long ones. In [7], the opacity of each segment of a polyline representing an edge ismapped tothedensity of linesoverlapping it. Perceiving bundles density: Recent work on edgebundled graph visualizations address the issue of estimating the quantity of edges segment merged together. In[16], a GPU-based method is used to compute the amount of overdraw for each pixel of the produced graph visualization. That value is then used to map pixels colors with a user defined gradient colorscale after the minimum and maximum value of overdraw have been retrieved. A similar technique is used in [18] where the overdraw densities are mapped to heights and rendered with a bump mapping technique making dense bundles appear higher than sparse ones. That technique allow users to perceive bundles densities while preserving edges colors. 3 Routingedgesin a3dspace 3.1 Technique overview Our technique generalized the idea presented in [18] and therefore uses an edge routing algorithm to bundle edges. Pipeline shown in figure 1 summarizes the different steps of our method. In this example, the original network is embedded in a 2D plane, nevertheless this figure illustrates the main idea of our technique. First of all, we discretize the space into regions according to nodes positions. Boundariesoftheseregionsdefineagridthatisthen used to compute the shortest routes for each edge of the original network. Like highways attract more drivers than little roads, we use frequent routes to bundle edges. Grid computation : The first step of our method consists in building a grid graph used to compute the shortest routes of each original edge (i.e. edge of the original network). This is achieved by discretizing the space into cells or regions using nodes positions. In following, we investigate several approaches to create the grid graph. Our first attempt was to build a regular 3D grid to discretize the 3D space. However, using such a discretization methodforcesustocreatereallylargegridgraphtoobtain a granularity thin enough to bundle edges even in highly dense regions of the network. To solve that problem, one can build a multi-resolution grid using for instance an octree [17] or 3D Voronoï diagram (for a survey on Voronoï diagrams, the reader can refer to [3]). In an octree, the space is decomposed in height parts until it contains at most one element. Such approach is efficient in term of computation since its time complexity is O( V log( V )). However,usingsuchgridtorouteedgesraisestwomainissues : the shortest paths computational cost (as the size of thegeneratedgridislarge),andthequalityoftheresult(as such grid promotes horizontal and vertical routes). In [18], Lambert et al. propose to use an hybrid algorithm based on both quad trees and Voronoï diagrams. We follow this principle by using a combination of octree and 3D Voronoï diagram. Edge routing : The second step of the method consists in routing edges of the original graph on the grid graph built in the previous step. One can use a shortest paths algorithm, such as the so called Dikjstra s algorithm [9], to achieve that operation. However, that method cannot guar-
5 Figure 2: The main preprocessing steps for bundling edges on the globe. (a) Original globe; (b) Adding dummy nodes outside the globe; (c) Adding dummy nodes inside the globe antee that the edges will follow common routes, and therefore, that the edges will be bundled. To create bundles, we usethemetaphorofrealliferoads. Theprincipleistomake attractive regular roads if highly used (i.e. if many edges are routed along these roads). We reproduce that effect by computing all the shortest paths between linked nodes of the original graph twice. During the first computation, the weight of an edge is set to the euclidean distance between its extremities. Then, according to the number of shortest paths passing through an edge of our grid, we adjust the weight of each edge. Reducing the weight of an edge is equivalent to transform it into a highway since following that edge allow to go faster from one point to another. Recomputing the shortest paths creates bundles as the new matrix distance in our graph promotes the use of highly frequent edges. 3.2 Routingedges on theglobe Oneofthepossibleapplicationsofourmethodisthevisualization of international air interconnections in the contextoftheglobe. Inthatcase,weneedtoadaptourmethod to route edge around the globe and not across it. We thus have to guarantee that for each edge of the original network, there exists at least one route in the grid graph not crossing the globe. This is achieved by a preprocessing step adding dummy nodes before computing the grid graph (see figure 2). Dummy nodes are first added outside the globe in regular and spherical manner (see figure 2.(b)) to ensure that the 3D Voronoï diagram will contain for each site(nodeoftheoriginalnetwork)afinitecellwithboundaries(at least) partially outside the globe. However, adding these dummy nodes is not sufficient to guarantee that no edge of the grid will cross the globe. To overcome that problem we also add dummy nodes inside the globe on sphere having a smaller radius than the globe. By setting the radius of the internal and the external spheres of dummy nodes correctly, we can guarantee that there exists at least one route for each original edge on the grid graph not crossing the globe. The space discretization step of our algorithm is then applied, creating cells inside but also outside the globe. To speed up the edge routing step and to forbid routes crossing the globe, we remove all nodes (resp. edges) of the generated grid graph inside(resp. crossing) the globe. 3.3 Optimizations One the main advantages of the edge routing technique to bundle edges is that some optimizations can be done to improve computation time. As mentioned in section 3, we use the so the so called Dijkstra s algorithm [9]. A straightforward optimization consists in not computing shortest paths between all pairs of nodes but only between each edge extremities of the original graph edge. Moreover with a slight modification of the Dijkstra algorithm, we can stop the computation of paths when all candidate nodes (in the Dijkstra s priority queue)areatadistancegreaterthanalltheneighborsofour source node. The second optimization consists in reducing the number of calls to the Dijkstra s algorithm. More precisely, it consists in minimizing the number of nodes to treatinordertoconsidereachedgeofthegraph. Thatproblemisalsoknownasthevertexcoverproblem[14]andhad been proved as been NP-complete. However, it is possible tocomputeaminimum(butnotminimal)vertexcoverofa graph. Finally, our method run a shortest paths algorithm foreachofourvertexcoversetandcanthereforebeparallelized by computing several shortest paths simultaneously. However, there are several critical sections that one needs to address. To remove some critical sections (due to the parallelization) but also generate a set of tasks with more homogeneous sizes, we use a preprocessing step that creates sets ofnodes that donot conflict witheach other. These improvements do not change the theoretical complexity but it can significantly reduce execution time.
6 4 Rendering bundling on the sphere Visualizing edge-bundled graphs leverage two main issues. First, edges can have a quite high number of bends after the edge routing process of our technique. Consequently, following an edge from its source node to its target node can be quite challenging when rendering edges as polylines. Second, the density of edges that have been mergedintoabundleisnoteasilyseeninthedrawing. The following sections introduce the rendering techniques we applied to solve these issues. 4.1 Smoothing the edges with curves Once the bundling process has been performed on the graph, edges become polylines due to the routing phase which adds bends to them. When rendering the edgebundled graph layout, these bends induce a zigzag effect on the edges making them hard to follow. In order to smooth edges, we offer the possibility of rendering them as curves in our visualization system using edge bends as curves control points. Several kinds of parametric curves are proposed including Bézier curves, Catmull-Rom splines and cubic B-splines. Moreover, edges going to the same region of the graph and sharing successive bends remain merged, giving a nicer impression of flows between different areas of the graph. Due to the high computationalcostofrenderingcurveswithalargenumberofcontrol points, especially Bézier curves, we have developed a GPU-based implementation based on dedicated vertex shaders. It allows us to draw a large number of curves defined by an arbitrary number of control points in real time, giving us the ability to smoothly interact with the graph drawing. 4.2 Edge splatting In order to distinguish dense bundles from sparse ones, we proposed in[18] an edge splatting technique to visually enhance them. Our method is inspired from the Graph- Splatting technique introduced by van Liere et al. in [21]. In that work, the authors represent a graph as a 2D continuousscalarfieldandcalculateasplatfield. Ouredgesplatting rendering pipeline is based on a combination of common image processing and computer graphics technique and each stage entirely runs on the GPU. In a similar way than the GraphSplatting technique, the idea is to compute a splat field encoding continuous variations in the density of merged edges. That splat field can then be displayed on screen in a various ways. We chose to render it as a height map for preserving edges colors. A per-pixel shading technique is used mapping splatting values to heights giving the impression than strong bundles appears higher than weak ones. Our original edge splatting technique was restrained to graph embedded in a 2D-plane so we adapted our rendering pipeline in order to handle graph with nodes positioned on a sphere surface. The remaining summarizes the different steps of our edge splatting rendering pipeline. The first stage of the pipeline is to compute the number of edges crossing each pixel of the drawing. As in [16], that operation can be done by performing an offscreen rendering of the graph edges in an accumulation buffer. Due to the fact that the graph layout is mapped on a sphere, we have to restrain the pixel overdraw computation to edges routed on thevisibleface of that sphere. Next stage is the splat field computation. The resulting outputofthepreviousstageisafieldofdiscretevaluesencoding edges density per pixel. The goal of that stage is to transform it into a continuous scalar field. That process can be performed by convoluting the discrete density values field with a Gaussian kernel defined by a radius r and a standard deviation σ. The larger the kernel radius and standard deviation, the more the splat field is smoothed. The final stage performs the splat field rendering using a classical shading technique called bump mapping. Bump mapping is a computer graphics technique introduced by Blinn [6] allowing a rendered surface to appear more realistic without modifying geometry. It adds a per-pixel shading that makes the surface appears bumpy, by changing the surface normals. These modified normals are computed from a heightmap generated by mapping the splatting values to a black to white color scale. A dedicated fragment shader compute for each pixel the heightmap derivatives in horizontal and vertical directions using a gradient operator, like the Sobel or Prewitt filter, and construct the associated normals from these. Once the normal map associated with the splat field has been generated, bump mapped rendering can be performed. Because we want to perform bump mapping on a sphere surface and not on a flat one, we add anextraprocesstoouroriginalpipeline. Itsgoalistocompute for each pixel of the sphere s visible face the transformation of the light vector and the eye vectors into tangent space. That space is locally tangent to the surface and is used to compute the final colors of the pixels in a bump mapping context. That process is performed by rendering a sphere in an offscreen buffer, whose center and radius are the same as the graph layout, with tangent space informations attached to each vertex of the mesh. A dedicated shader program then transforms the light and eye vectors provided as parameters into tangent space and stores the results in two floating point textures. The final bump mapped drawing is then generated by another shader program reading the modified normals from the normal map texture, the transformed light and eye vectors from the two previous generated textures, and performing a per-pixel illumination using Blinn-Phong [5]. The final colors of the pixels are computed from the lighting properties and another texture called the diffuse map. In our case, the diffuse map corresponds to the original edge colors. To perform a global il-
7 (a) (b) (c) (d) (e) (f) Figure 3: (a) 2000 international air interconnections network, containing 1524 airports and flights, embedded on the globe; (b) Result when applying the 3D edge routing method and using spline curves;(c) Result when routing edge around the globe and using cubic b-spline curves and bump mapping ; (d) 2004 international air interconnections network, containing 1501 airports and flights, embedded on the globe ;(e) Result when applying the 3D edge routing method and using cubic b-spline curves and bump mapping ; (f) Zoomed view. lumination, the light is set to be directional with each light ray parallel to the Z-axis. Our visualization system then lets the user configure the ambient, diffuse and specular color of the light source. The view can also be zoomed, panned and rotated for interactive exploration. 5 Results We experimented our algorithm on the international air interconnection networks of year 2000 and year 2004 (see figure 3). Figures 3.(a) and (d) show the original layout of both air traffic networks when nodes are laid out according to their latitudes and longitudes. An edge color is computed according to the geographical regions its extremities belong to (for instance, european flight are represented by red edges while north american ones are in dark green). These representations are difficult to understand due to the visual complexity of such networks and to oc1 Computation clusion problems raised by 3D visualization. Using our 3D edge bundling technique (see figure 3.(b)) reduces the clutter of the representation. One can already see some of the major trends, such as really dense intra european and north american networks. However as the number of possible routes for each original edge is large, edges are not bundled enough and the representation still suffers from occlusion problems. Figures 3.(c) and.(e) show the result we obtained when routing the edges around the globe and not across it. To increase the readability of that drawing, we added a texture to render the continents and seas. These drawings had been computed in 90 seconds for the 2000 air traffic network and 84 seconds for the 2004 air traffic network 1. When looking closer to the results one can notice that edges colors in each bundle are more or less uniform, meaning that time obtained with an Intel Core Duo 2.4 GHz processor with 4GB RAM.
8 edges bundled together are linking the same geographical regions. For instance, figure 3.(f) is a zoomed view on the 2004airtrafficnetwork,onecanseethatalledgesbetween Europe and North America were bundled together in the light brown bundles. In these figures, one can see major trends, such as the central positioning of Europe within both networks or that Africa is mainly related to european and middle east countries. Our technique clearly improves the readability of these representations and help to reveal high-level edge patterns. Conclusions In this paper, we have presented A 3D edge bundling technique based on edge routing. This technique allows to reduce clutter of a 3D representation but also reveals highlevel edge patterns. We have also introduced the needed modifications to bundle the edges on the sphere in order support visualization geographical networks, such as the international air traffic networks, in the context of the globe. To facilitate edge bundle density perception, we presented a GPU-based rendering method that allows a fast enough rendering to support smooth exploration. That method is an extension of the bump-mapping technique of [18] which allows to preserve edge colors in order to encode another information. An interesting direction for future work is to explore differentmethodstobuildthegridgraphsuchasagridsupporting non-uniform nodes sizes or avoiding regions of the representation. Another direction is to adapt our method to surfaces having other topologies. Finally we plan to speed up the rendering by minimizing the number of bends. This bends simplification should also guarantee that no nodeedge overlap is created. References [1] J. Abello, F. van Ham, and N. Krishnan. ASK- GraphView : A Large Graph Visualisation System. IEEE Transactions on Visualization and Computer Graphics, 12(5): , [2] D. Archambault, T. Munzner, and D. Auber. Grouse: Feature-Based and Steerable Graph Hierarchy Exploration. In Ken Museth, Torsten Möller, and Anders Ynnerman, editors, Eurographics/ IEEE-VGTC Symposium on Visualization, pages 67 74, Norrköping, Sweden, Eurographics Association. [3] F. Aurenhammer. Voronoi diagrams a survey of a fundamental geometric data structure. ACM Comput. Surv., 23(3): , [4] M. Balzer and O. Deussen. Level-of-detail visualization of clustered graph layouts. In Asia-Pacific Symposium on Visualization, pages , [5] James F. Blinn. Models of light reflection for computer synthesized pictures. In SIGGRAPH 77: Proceedings of the 4th annual conference on Computer graphics and interactive techniques, pages , New York, NY, USA, ACM. [6] James F. Blinn. Simulation of wrinkled surfaces. In SIGGRAPH 78: Proceedings of the 5th annual conference on Computer graphics and interactive techniques, pages , New York, NY, USA, ACM. [7] W. Cui, H. Zhou, H. Qu, P. C. Wong, and X. Li. Geometry-based edge clustering for graph visualization. IEEE Transactions on Visualization and Computer Graphics, 14(6): , [8] M. Dickerson, D. Eppstein, M. T. Goodrich, and J. Y. Meng. Confluent Drawings: Visualizing Non-planar Diagrams in a Planar Way. In Proc. Graph Drawing 2003 (GD 03), pages 1 12, [9] E. W. Dijkstra. A short introduction to the art of programming. Technische Hogeschool Eindhoven, [10] D.P Dobkin, E.R. Gansner, E. Koutsofios, and S.C. North. Implementing a general-purpose edge router. In Proc. Graph Drawing 1997 (GD 97), pages , [11] T. Dwyer and L. Nachmanson. Fast Edge-Routing for Large Graphs. In Proc. Graph Drawing 2009 (GD 09), page To appear, [12] G. Ellis and A. Dix. A taxonomy of clutter reduction for information visualisation. IEEE Transactions on Visualization and Computer Graphics, 13(6): , [13] E. R. Gansner and Y. Koren. Improved circular layouts. In Proc. Graph Drawing 2006 (GD 06), pages , [14] D. S. Hochbaum. Approximating covering and packing problems: set cover, vertex cover, independent set, and related problems. pages , [15] D. Holten. Hierachical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data. IEEE Transactions on Visualization and Computer Graphics, 12(5): , [16] D. Holten and J. J. van Wijk. Force-directed edge bundling for graph visualization. In 11th Eurographics/IEEE-VGTC Symposium on Visualization(Computer Graphics Forum; Proceedings of EuroVis 2009), volume 31, pages , 2009.
9 [17] C. L. Jackins and S. L. Tanimoto. Oct-trees and their use in representing three-dimensional objects. Computer Graphics and Image Processing, 14(3): , [18] A. Lambert, R. Bourqui, and D. Auber. Winding roads: Routing edges into bundles. In 12th Eurographics/IEEE-VGTC Symposium on Visualization(Computer Graphics Forum; Proceedings of EuroVis 2009). To appear., [19] D. Phan, L. Xiao, R. Yeh, P. Hanrahan, and T. Winograd. Flow map layout. In Proc. of IEEE Information Visualization Symposium, pages , Washington, DC, USA, IEEE Computer Society. [20] F. van Ham and J. J. van Wijk. Interactive Visualization of Small World Graphs. In Proc. of IEEE Information Visualization Symposium, pages , Washington, DC, USA, IEEE Computer Society. [21] R. van Liere and W. de Leeuw. GraphSplatting: Visualizing graphs as continuous fields. IEEE Transactions on Visualization and Computer Graphics, 9(2): , [22] N. Wong and S. Carpendale. Using Edge Plucking for Interactive Graph Exploration. In Proc. of IEEE Information Visualization Symposium, Poster Compendium, pages 51 52, Washington, DC, USA, IEEE Computer Society. [23] N. Wong, S. Carpendale, and S. Greenberg. Edge- Lens: An Interactive Method for Managing Edge Congestion in Graphs. In Proc. of IEEE Information Visualization Symposium, pages 51 58, Washington, DC, USA, IEEE Computer Society. [24] M. Wybrow, K. Marriott, and P.J. Stuckey. Incremental connector routing. In Proc. Graph Drawing 2005 (GD 05), pages , [25] H. Zhou, X. Yuan, W. Cui, H. Qu, and B. Chen. Energy-based hierarchical edge clustering of graphs. In Visualization Symposium, PacificVIS 08. IEEE Pacific, pages 55 61, 2008.
Mobility management and vertical handover decision making in heterogeneous wireless networks
Mobility management and vertical handover decision making in heterogeneous wireless networks Mariem Zekri To cite this version: Mariem Zekri. Mobility management and vertical handover decision making in
ibalance-abf: a Smartphone-Based Audio-Biofeedback Balance System
ibalance-abf: a Smartphone-Based Audio-Biofeedback Balance System Céline Franco, Anthony Fleury, Pierre-Yves Guméry, Bruno Diot, Jacques Demongeot, Nicolas Vuillerme To cite this version: Céline Franco,
Online vehicle routing and scheduling with continuous vehicle tracking
Online vehicle routing and scheduling with continuous vehicle tracking Jean Respen, Nicolas Zufferey, Jean-Yves Potvin To cite this version: Jean Respen, Nicolas Zufferey, Jean-Yves Potvin. Online vehicle
FP-Hadoop: Efficient Execution of Parallel Jobs Over Skewed Data
FP-Hadoop: Efficient Execution of Parallel Jobs Over Skewed Data Miguel Liroz-Gistau, Reza Akbarinia, Patrick Valduriez To cite this version: Miguel Liroz-Gistau, Reza Akbarinia, Patrick Valduriez. FP-Hadoop:
A graph based framework for the definition of tools dealing with sparse and irregular distributed data-structures
A graph based framework for the definition of tools dealing with sparse and irregular distributed data-structures Serge Chaumette, Jean-Michel Lepine, Franck Rubi To cite this version: Serge Chaumette,
Graph/Network Visualization
Graph/Network Visualization Data model: graph structures (relations, knowledge) and networks. Applications: Telecommunication systems, Internet and WWW, Retailers distribution networks knowledge representation
Minkowski Sum of Polytopes Defined by Their Vertices
Minkowski Sum of Polytopes Defined by Their Vertices Vincent Delos, Denis Teissandier To cite this version: Vincent Delos, Denis Teissandier. Minkowski Sum of Polytopes Defined by Their Vertices. Journal
VR4D: An Immersive and Collaborative Experience to Improve the Interior Design Process
VR4D: An Immersive and Collaborative Experience to Improve the Interior Design Process Amine Chellali, Frederic Jourdan, Cédric Dumas To cite this version: Amine Chellali, Frederic Jourdan, Cédric Dumas.
QASM: a Q&A Social Media System Based on Social Semantics
QASM: a Q&A Social Media System Based on Social Semantics Zide Meng, Fabien Gandon, Catherine Faron-Zucker To cite this version: Zide Meng, Fabien Gandon, Catherine Faron-Zucker. QASM: a Q&A Social Media
Discussion on the paper Hypotheses testing by convex optimization by A. Goldenschluger, A. Juditsky and A. Nemirovski.
Discussion on the paper Hypotheses testing by convex optimization by A. Goldenschluger, A. Juditsky and A. Nemirovski. Fabienne Comte, Celine Duval, Valentine Genon-Catalot To cite this version: Fabienne
Aligning subjective tests using a low cost common set
Aligning subjective tests using a low cost common set Yohann Pitrey, Ulrich Engelke, Marcus Barkowsky, Romuald Pépion, Patrick Le Callet To cite this version: Yohann Pitrey, Ulrich Engelke, Marcus Barkowsky,
A usage coverage based approach for assessing product family design
A usage coverage based approach for assessing product family design Jiliang Wang To cite this version: Jiliang Wang. A usage coverage based approach for assessing product family design. Other. Ecole Centrale
Computer Graphics CS 543 Lecture 12 (Part 1) Curves. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)
Computer Graphics CS 54 Lecture 1 (Part 1) Curves Prof Emmanuel Agu Computer Science Dept. Worcester Polytechnic Institute (WPI) So Far Dealt with straight lines and flat surfaces Real world objects include
By LaBRI INRIA Information Visualization Team
By LaBRI INRIA Information Visualization Team Tulip 2011 version 3.5.0 Tulip is an information visualization framework dedicated to the analysis and visualization of data. Tulip aims to provide the developer
Voronoi Treemaps in D3
Voronoi Treemaps in D3 Peter Henry University of Washington [email protected] Paul Vines University of Washington [email protected] ABSTRACT Voronoi treemaps are an alternative to traditional rectangular
Introduction to Computer Graphics
Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 [email protected] www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics
MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem
MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem David L. Finn November 30th, 2004 In the next few days, we will introduce some of the basic problems in geometric modelling, and
Adjasankey: Visualization of huge hierarchical weighted and directed graphs
Adjasankey: Visualization of huge hierarchical weighted and directed graphs Joris Sansen, Frédéric Lalanne, David Auber and Romain Bourqui Université de Bordeaux {jsansen, lalanne, auber, bourqui}@labri.fr
Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data
IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 12, NO. 5, SEPTEMBER/OCTOBER 2006 741 Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data Danny Holten Abstract
Visualizing Data: Scalable Interactivity
Visualizing Data: Scalable Interactivity The best data visualizations illustrate hidden information and structure contained in a data set. As access to large data sets has grown, so has the need for interactive
Study on Cloud Service Mode of Agricultural Information Institutions
Study on Cloud Service Mode of Agricultural Information Institutions Xiaorong Yang, Nengfu Xie, Dan Wang, Lihua Jiang To cite this version: Xiaorong Yang, Nengfu Xie, Dan Wang, Lihua Jiang. Study on Cloud
A Short Introduction to Computer Graphics
A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical
An example. Visualization? An example. Scientific Visualization. This talk. Information Visualization & Visual Analytics. 30 items, 30 x 3 values
Information Visualization & Visual Analytics Jack van Wijk Technische Universiteit Eindhoven An example y 30 items, 30 x 3 values I-science for Astronomy, October 13-17, 2008 Lorentz center, Leiden x An
Efficient Storage, Compression and Transmission
Efficient Storage, Compression and Transmission of Complex 3D Models context & problem definition general framework & classification our new algorithm applications for digital documents Mesh Decimation
An update on acoustics designs for HVAC (Engineering)
An update on acoustics designs for HVAC (Engineering) Ken MARRIOTT To cite this version: Ken MARRIOTT. An update on acoustics designs for HVAC (Engineering). Société Française d Acoustique. Acoustics 2012,
Additional mechanisms for rewriting on-the-fly SPARQL queries proxy
Additional mechanisms for rewriting on-the-fly SPARQL queries proxy Arthur Vaisse-Lesteven, Bruno Grilhères To cite this version: Arthur Vaisse-Lesteven, Bruno Grilhères. Additional mechanisms for rewriting
3D Interactive Information Visualization: Guidelines from experience and analysis of applications
3D Interactive Information Visualization: Guidelines from experience and analysis of applications Richard Brath Visible Decisions Inc., 200 Front St. W. #2203, Toronto, Canada, [email protected] 1. EXPERT
Managing Risks at Runtime in VoIP Networks and Services
Managing Risks at Runtime in VoIP Networks and Services Oussema Dabbebi, Remi Badonnel, Olivier Festor To cite this version: Oussema Dabbebi, Remi Badonnel, Olivier Festor. Managing Risks at Runtime in
Multivariate data visualization using shadow
Proceedings of the IIEEJ Ima and Visual Computing Wor Kuching, Malaysia, Novembe Multivariate data visualization using shadow Zhongxiang ZHENG Suguru SAITO Tokyo Institute of Technology ABSTRACT When visualizing
Computer Applications in Textile Engineering. Computer Applications in Textile Engineering
3. Computer Graphics Sungmin Kim http://latam.jnu.ac.kr Computer Graphics Definition Introduction Research field related to the activities that includes graphics as input and output Importance Interactive
A 3d particle visualization system for temperature management
A 3d particle visualization system for temperature management Benoit Lange, Nancy Rodriguez, William Puech, Hervé Rey, Xavier Vasques To cite this version: Benoit Lange, Nancy Rodriguez, William Puech,
Surgical Tools Recognition and Pupil Segmentation for Cataract Surgical Process Modeling
Surgical Tools Recognition and Pupil Segmentation for Cataract Surgical Process Modeling David Bouget, Florent Lalys, Pierre Jannin To cite this version: David Bouget, Florent Lalys, Pierre Jannin. Surgical
VISUALIZING HIERARCHICAL DATA. Graham Wills SPSS Inc., http://willsfamily.org/gwills
VISUALIZING HIERARCHICAL DATA Graham Wills SPSS Inc., http://willsfamily.org/gwills SYNONYMS Hierarchical Graph Layout, Visualizing Trees, Tree Drawing, Information Visualization on Hierarchies; Hierarchical
Expanding Renewable Energy by Implementing Demand Response
Expanding Renewable Energy by Implementing Demand Response Stéphanie Bouckaert, Vincent Mazauric, Nadia Maïzi To cite this version: Stéphanie Bouckaert, Vincent Mazauric, Nadia Maïzi. Expanding Renewable
Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf. Flow Visualization. Image-Based Methods (integration-based)
Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf Flow Visualization Image-Based Methods (integration-based) Spot Noise (Jarke van Wijk, Siggraph 1991) Flow Visualization:
ANIMATED PHASE PORTRAITS OF NONLINEAR AND CHAOTIC DYNAMICAL SYSTEMS
ANIMATED PHASE PORTRAITS OF NONLINEAR AND CHAOTIC DYNAMICAL SYSTEMS Jean-Marc Ginoux To cite this version: Jean-Marc Ginoux. ANIMATED PHASE PORTRAITS OF NONLINEAR AND CHAOTIC DYNAMICAL SYSTEMS. A.H. Siddiqi,
Faut-il des cyberarchivistes, et quel doit être leur profil professionnel?
Faut-il des cyberarchivistes, et quel doit être leur profil professionnel? Jean-Daniel Zeller To cite this version: Jean-Daniel Zeller. Faut-il des cyberarchivistes, et quel doit être leur profil professionnel?.
Volume visualization I Elvins
Volume visualization I Elvins 1 surface fitting algorithms marching cubes dividing cubes direct volume rendering algorithms ray casting, integration methods voxel projection, projected tetrahedra, splatting
Application-Aware Protection in DWDM Optical Networks
Application-Aware Protection in DWDM Optical Networks Hamza Drid, Bernard Cousin, Nasir Ghani To cite this version: Hamza Drid, Bernard Cousin, Nasir Ghani. Application-Aware Protection in DWDM Optical
Visualization Techniques for Geospatial Data IDV 2015/2016
Interactive Data Visualization 07 Visualization Techniques for Geospatial Data IDV 2015/2016 Notice n Author t João Moura Pires ([email protected]) n This material can be freely used for personal or academic
Running an HCI Experiment in Multiple Parallel Universes
Running an HCI Experiment in Multiple Parallel Universes,, To cite this version:,,. Running an HCI Experiment in Multiple Parallel Universes. CHI 14 Extended Abstracts on Human Factors in Computing Systems.
TEXT-FILLED STACKED AREA GRAPHS Martin Kraus
Martin Kraus Text can add a significant amount of detail and value to an information visualization. In particular, it can integrate more of the data that a visualization is based on, and it can also integrate
Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.
An Example 2 3 4 Outline Objective: Develop methods and algorithms to mathematically model shape of real world objects Categories: Wire-Frame Representation Object is represented as as a set of points
Complex Network Visualization based on Voronoi Diagram and Smoothed-particle Hydrodynamics
Complex Network Visualization based on Voronoi Diagram and Smoothed-particle Hydrodynamics Zhao Wenbin 1, Zhao Zhengxu 2 1 School of Instrument Science and Engineering, Southeast University, Nanjing, Jiangsu
Visualization Techniques in Data Mining
Tecniche di Apprendimento Automatico per Applicazioni di Data Mining Visualization Techniques in Data Mining Prof. Pier Luca Lanzi Laurea in Ingegneria Informatica Politecnico di Milano Polo di Milano
Interactive Visualization of Magnetic Fields
JOURNAL OF APPLIED COMPUTER SCIENCE Vol. 21 No. 1 (2013), pp. 107-117 Interactive Visualization of Magnetic Fields Piotr Napieralski 1, Krzysztof Guzek 1 1 Institute of Information Technology, Lodz University
SECONDARY STORAGE TERRAIN VISUALIZATION IN A CLIENT-SERVER ENVIRONMENT: A SURVEY
SECONDARY STORAGE TERRAIN VISUALIZATION IN A CLIENT-SERVER ENVIRONMENT: A SURVEY Kai Xu and Xiaofang Zhou School of Information Technology and Electrical Engineering The University of Queensland, Brisbane,
Dhiren Bhatia Carnegie Mellon University
Dhiren Bhatia Carnegie Mellon University University Course Evaluations available online Please Fill! December 4 : In-class final exam Held during class time All students expected to give final this date
Information Visualization of Attributed Relational Data
Information Visualization of Attributed Relational Data Mao Lin Huang Department of Computer Systems Faculty of Information Technology University of Technology, Sydney PO Box 123 Broadway, NSW 2007 Australia
Distributed Dynamic Load Balancing for Iterative-Stencil Applications
Distributed Dynamic Load Balancing for Iterative-Stencil Applications G. Dethier 1, P. Marchot 2 and P.A. de Marneffe 1 1 EECS Department, University of Liege, Belgium 2 Chemical Engineering Department,
Topic Maps Visualization
Topic Maps Visualization Bénédicte Le Grand, Laboratoire d'informatique de Paris 6 Introduction Topic maps provide a bridge between the domains of knowledge representation and information management. Topics
DEM modeling of penetration test in static and dynamic conditions
DEM modeling of penetration test in static and dynamic conditions Quoc Anh Tran, Bastien Chevalier, Pierre Breul To cite this version: Quoc Anh Tran, Bastien Chevalier, Pierre Breul. DEM modeling of penetration
From Scattered Samples to Smooth Surfaces
From Scattered Samples to Smooth Surfaces Kai Hormann 1 California Institute of Technology (a) (b) (c) (d) Figure 1: A point cloud with 4,100 scattered samples (a), its triangulation with 7,938 triangles
Topographic Change Detection Using CloudCompare Version 1.0
Topographic Change Detection Using CloudCompare Version 1.0 Emily Kleber, Arizona State University Edwin Nissen, Colorado School of Mines J Ramón Arrowsmith, Arizona State University Introduction CloudCompare
CUBE-MAP DATA STRUCTURE FOR INTERACTIVE GLOBAL ILLUMINATION COMPUTATION IN DYNAMIC DIFFUSE ENVIRONMENTS
ICCVG 2002 Zakopane, 25-29 Sept. 2002 Rafal Mantiuk (1,2), Sumanta Pattanaik (1), Karol Myszkowski (3) (1) University of Central Florida, USA, (2) Technical University of Szczecin, Poland, (3) Max- Planck-Institut
Consolidated Visualization of Enormous 3D Scan Point Clouds with Scanopy
Consolidated Visualization of Enormous 3D Scan Point Clouds with Scanopy Claus SCHEIBLAUER 1 / Michael PREGESBAUER 2 1 Institute of Computer Graphics and Algorithms, Vienna University of Technology, Austria
Hierarchy and Tree Visualization
Hierarchy and Tree Visualization Definition Hierarchies An ordering of groups in which larger groups encompass sets of smaller groups. Data repository in which cases are related to subcases Hierarchical
Partial and Dynamic reconfiguration of FPGAs: a top down design methodology for an automatic implementation
Partial and Dynamic reconfiguration of FPGAs: a top down design methodology for an automatic implementation Florent Berthelot, Fabienne Nouvel, Dominique Houzet To cite this version: Florent Berthelot,
TEXTURE AND BUMP MAPPING
Department of Applied Mathematics and Computational Sciences University of Cantabria UC-CAGD Group COMPUTER-AIDED GEOMETRIC DESIGN AND COMPUTER GRAPHICS: TEXTURE AND BUMP MAPPING Andrés Iglesias e-mail:
Information Technology Education in the Sri Lankan School System: Challenges and Perspectives
Information Technology Education in the Sri Lankan School System: Challenges and Perspectives Chandima H. De Silva To cite this version: Chandima H. De Silva. Information Technology Education in the Sri
Clustering & Visualization
Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.
Image Processing and Computer Graphics. Rendering Pipeline. Matthias Teschner. Computer Science Department University of Freiburg
Image Processing and Computer Graphics Rendering Pipeline Matthias Teschner Computer Science Department University of Freiburg Outline introduction rendering pipeline vertex processing primitive processing
Flauncher and DVMS Deploying and Scheduling Thousands of Virtual Machines on Hundreds of Nodes Distributed Geographically
Flauncher and Deploying and Scheduling Thousands of Virtual Machines on Hundreds of Nodes Distributed Geographically Daniel Balouek, Adrien Lèbre, Flavien Quesnel To cite this version: Daniel Balouek,
We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model
CHAPTER 4 CURVES 4.1 Introduction In order to understand the significance of curves, we should look into the types of model representations that are used in geometric modeling. Curves play a very significant
Visualization methods for patent data
Visualization methods for patent data Treparel 2013 Dr. Anton Heijs (CTO & Founder) Delft, The Netherlands Introduction Treparel can provide advanced visualizations for patent data. This document describes
Course Overview. CSCI 480 Computer Graphics Lecture 1. Administrative Issues Modeling Animation Rendering OpenGL Programming [Angel Ch.
CSCI 480 Computer Graphics Lecture 1 Course Overview January 14, 2013 Jernej Barbic University of Southern California http://www-bcf.usc.edu/~jbarbic/cs480-s13/ Administrative Issues Modeling Animation
The Value of Visualization 2
The Value of Visualization 2 G Janacek -0.69 1.11-3.1 4.0 GJJ () Visualization 1 / 21 Parallel coordinates Parallel coordinates is a common way of visualising high-dimensional geometry and analysing multivariate
Computer Animation: Art, Science and Criticism
Computer Animation: Art, Science and Criticism Tom Ellman Harry Roseman Lecture 4 Parametric Curve A procedure for distorting a straight line into a (possibly) curved line. The procedure lives in a black
Template-based Eye and Mouth Detection for 3D Video Conferencing
Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer
Dual Marching Cubes: Primal Contouring of Dual Grids
Dual Marching Cubes: Primal Contouring of Dual Grids Scott Schaefer and Joe Warren Rice University 6100 Main St. Houston, TX 77005 [email protected] and [email protected] Abstract We present a method for
The truck scheduling problem at cross-docking terminals
The truck scheduling problem at cross-docking terminals Lotte Berghman,, Roel Leus, Pierre Lopez To cite this version: Lotte Berghman,, Roel Leus, Pierre Lopez. The truck scheduling problem at cross-docking
VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203.
VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : III Year, V Semester Section : CSE - 1 & 2 Subject Code : CS6504 Subject
Arrangements And Duality
Arrangements And Duality 3.1 Introduction 3 Point configurations are tbe most basic structure we study in computational geometry. But what about configurations of more complicated shapes? For example,
Visualizing Large Graphs with Compound-Fisheye Views and Treemaps
Visualizing Large Graphs with Compound-Fisheye Views and Treemaps James Abello 1, Stephen G. Kobourov 2, and Roman Yusufov 2 1 DIMACS Center Rutgers University {abello}@dimacs.rutgers.edu 2 Department
Cluster Analysis: Advanced Concepts
Cluster Analysis: Advanced Concepts and dalgorithms Dr. Hui Xiong Rutgers University Introduction to Data Mining 08/06/2006 1 Introduction to Data Mining 08/06/2006 1 Outline Prototype-based Fuzzy c-means
Silverlight for Windows Embedded Graphics and Rendering Pipeline 1
Silverlight for Windows Embedded Graphics and Rendering Pipeline 1 Silverlight for Windows Embedded Graphics and Rendering Pipeline Windows Embedded Compact 7 Technical Article Writers: David Franklin,
Virtual plants in high school informatics L-systems
Virtual plants in high school informatics L-systems Janka Majherov To cite this version: Janka Majherov. Virtual plants in high school informatics L-systems. Michael E. Auer. Conference ICL2007, September
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering
Global Identity Management of Virtual Machines Based on Remote Secure Elements
Global Identity Management of Virtual Machines Based on Remote Secure Elements Hassane Aissaoui, P. Urien, Guy Pujolle To cite this version: Hassane Aissaoui, P. Urien, Guy Pujolle. Global Identity Management
Use of tabletop exercise in industrial training disaster.
Use of tabletop exercise in industrial training disaster. Alexis Descatha, Thomas Loeb, François Dolveck, Nathalie-Sybille Goddet, Valerie Poirier, Michel Baer To cite this version: Alexis Descatha, Thomas
Computer Graphics Global Illumination (2): Monte-Carlo Ray Tracing and Photon Mapping. Lecture 15 Taku Komura
Computer Graphics Global Illumination (2): Monte-Carlo Ray Tracing and Photon Mapping Lecture 15 Taku Komura In the previous lectures We did ray tracing and radiosity Ray tracing is good to render specular
Overview Motivation and applications Challenges. Dynamic Volume Computation and Visualization on the GPU. GPU feature requests Conclusions
Module 4: Beyond Static Scalar Fields Dynamic Volume Computation and Visualization on the GPU Visualization and Computer Graphics Group University of California, Davis Overview Motivation and applications
Cork Education and Training Board. Programme Module for. 3 Dimensional Computer Graphics. Leading to. Level 5 FETAC
Cork Education and Training Board Programme Module for 3 Dimensional Computer Graphics Leading to Level 5 FETAC 3 Dimensional Computer Graphics 5N5029 3 Dimensional Computer Graphics 5N5029 1 Version 3
SuperViz: An Interactive Visualization of Super-Peer P2P Network
SuperViz: An Interactive Visualization of Super-Peer P2P Network Anthony (Peiqun) Yu [email protected] Abstract: The Efficient Clustered Super-Peer P2P network is a novel P2P architecture, which overcomes
Modeling Curves and Surfaces
Modeling Curves and Surfaces Graphics I Modeling for Computer Graphics!? 1 How can we generate this kind of objects? Umm!? Mathematical Modeling! S Do not worry too much about your difficulties in mathematics,
Component visualization methods for large legacy software in C/C++
Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University [email protected]
Overview of model-building strategies in population PK/PD analyses: 2002-2004 literature survey.
Overview of model-building strategies in population PK/PD analyses: 2002-2004 literature survey. Céline Dartois, Karl Brendel, Emmanuelle Comets, Céline Laffont, Christian Laveille, Brigitte Tranchand,
Contribution of Multiresolution Description for Archive Document Structure Recognition
Contribution of Multiresolution Description for Archive Document Structure Recognition Aurélie Lemaitre, Jean Camillerapp, Bertrand Coüasnon To cite this version: Aurélie Lemaitre, Jean Camillerapp, Bertrand
CS 4204 Computer Graphics
CS 4204 Computer Graphics 3D views and projection Adapted from notes by Yong Cao 1 Overview of 3D rendering Modeling: *Define object in local coordinates *Place object in world coordinates (modeling transformation)
How To Draw In Autocad
DXF Import and Export for EASE 4.0 Page 1 of 9 DXF Import and Export for EASE 4.0 Bruce C. Olson, Dr. Waldemar Richert ADA Copyright 2002 Acoustic Design Ahnert EASE 4.0 allows both the import and export
COMP175: Computer Graphics. Lecture 1 Introduction and Display Technologies
COMP175: Computer Graphics Lecture 1 Introduction and Display Technologies Course mechanics Number: COMP 175-01, Fall 2009 Meetings: TR 1:30-2:45pm Instructor: Sara Su ([email protected]) TA: Matt Menke
Cracks detection by a moving photothermal probe
Cracks detection by a moving photothermal probe J. Bodnar, M. Egée, C. Menu, R. Besnard, A. Le Blanc, M. Pigeon, J. Sellier To cite this version: J. Bodnar, M. Egée, C. Menu, R. Besnard, A. Le Blanc, et
