Efficient Simplification of Point-Sampled Surfaces
|
|
|
- Anissa Thompson
- 10 years ago
- Views:
Transcription
1 Efficient Simplification of Point-Sampled Surfaces Mark Pauly Markus Gross Leif P Kobbelt ETH Zürich ETH Zürich RWTH Aachen Figure 1: Michelangelo s David at different levels-of-detail From left to right, 10k, 20k, 60k, 200k and 2000k points for the original model, rendered with a point splatting renderer Abstract In this paper we introduce, analyze and quantitatively compare a number of surface simplification methods for point-sampled geometry We have implemented incremental and hierarchical clustering, iterative simplification, and particle simulation algorithms to create approximations of point-based models with lower sampling density All these methods work directly on the point cloud, requiring no intermediate tesselation We show how local variation estimation and quadric error metrics can be employed to diminish the approximation error and concentrate more samples in regions of high curvature To compare the quality of the simplified surfaces, we have designed a new method for computing numerical and visual error estimates for point-sampled surfaces Our algorithms are fast, easy to implement, and create high-quality surface approximations, clearly demonstrating the effectiveness of point-based surface simplification 1 INTRODUCTION Irregularly sampled point clouds constitute one of the canonical input data formats for scientific visualization Very often such data sets result from measurements of some physical process and are corrupted by noise and various other distortions Point clouds can explicitly represent surfaces, eg in geoscience [12], volumetric or iso-surface data, as in medical applications [8], or higher dimensional tensor fields, as in flow visualization [22] For surface data acquisition, modern 3D scanning devices are capable of producing point sets that contain millions of sample points [18] Reducing the complexity of such data sets is one of the key preprocessing techniques for subsequent visualization algorithms In our work, we present, compare and analyze algorithms for the simplification of point-sampled geometry Acquisition devices typically produce a discrete point cloud that describes the boundary surface of a scanned 3D object This sample set is often converted into a continuous surface representation, such as polygonal meshes or splines, for further processing Many of these conversion algorithms are computationally quite involved [2] and require substantial amounts of main memory This poses great challenges for increasing data sizes, since most methods do not scale well with model size We argue that effective surface simplification can be performed directly on the point cloud, similar to other point-based processing and visualization applications [21, 1, 14] In particular, the connectivity information of a triangle mesh, which is not inherent in the underlying geometry, can be replaced by spatial proximity of the sample points for sufficiently dense point clouds [2] We will demonstrate that this does not lead to a significant loss in quality of the simplified surface To goal of point-based surface simplification can be stated as follows: Given a surface S defined by a point cloud P and a target sampling rate N < P, find a point cloud P with P = N such that the distance ε of the corresponding surface S to the original surface S is minimal A related problem is to find a point cloud with minimal sampling rate given a maximum distance ε In practice, finding a global optimum to the above problems is intractable Therefore, different heuristics have been presented in the polygonal mesh setting (see [9] for an overview) that we have adapted and generalized to point-based surfaces: Clustering methods split the point cloud into a number of subsets, each of which is replaced by one representative sample (see Section 31) Iterative simplification successively collapses point pairs in a point cloud according to a quadric error metric (Section 32) Particle simulation computes new sampling positions by moving particles on the point-sampled surface according to interparticle repelling forces (Section 33) The choice of the right method, however, depends on the intended application Real-time applications, for instance, will put particular emphasis on efficiency and low memory footprint Methods for creating surface hierarchies favor specific sampling patterns (eg [30]), while visualization applications require accurate preservation of appearance attributes, such as color or material properties We also present a comparative analysis of the different techniques including aspects such as surface quality, computational and memory overhead, and implementational issues Surface quality is evaluated using a new method for measuring the distance between two point set surfaces based on a point sampling approach (Section 4) The purpose of this analysis is to give potential users of point-based surface simplification suitable guidance for choosing the right method for their specific application
2 Earlier methods for simplification of point-sampled models have been introduced by Alexa et al [1] and Linsen [20] These algorithms create a simplified point cloud that is a true subset of the original point set, by ordering iterative point removal operations according to a surface error metric While both papers report good results for reducing redundancy in point sets, pure subsampling unnecessarily restricts potential sampling positions, which can lead to aliasing artefacts and uneven sampling distributions To alleviate these problems, the algorithms described in this paper resample the input surface and implicitly apply a low-pass filter (eg clustering methods perform a local averaging step to compute the cluster s centroid) In [21], Pauly and Gross introduced a resampling strategy based on Fourier theory They split the model surface into a set of patches that are resampled individually using a spectral decomposition This method directly applies signal processing theory to point-sampled geometry, yielding a fast and versatile point cloud decimation method Potential problems arise due to the dependency on the specific patch layout and difficulties in controlling the target model size by specifying spectral error bounds Depending on the intended application, working directly on the point cloud that represents the surface to be simplified offers a number of advantages: Apart from geometric inaccuracies, noise present in physical data can also lead to topological distortions, eg erroneous handles or loops, which cause many topology-preserving simplification algorithms to produce inferior results (see [32], Figure 3) Point-based simplification does not consider local topology and is thus not affected by these problems If topological invariance is required, however, point-based simplification is not appropriate Point-based simplification can significantly increase performance when creating coarse polygonal approximations of large point sets Instead of using a costly surface reconstruction for a detailed point cloud followed by mesh simplification, we first simplify the point cloud and only apply the surface reconstruction for the much smaller, simplified point set This reconstruction will also be more robust, since geometric and topological noise is removed during the point-based simplification process Upcoming point-based visualization methods [14, 25, 23] can benefit from the presented simplification algorithms as different level-of-detail approximations can be directly computed from their inherent data structures The algorithms described in this paper are time and memory efficient and easy to implement Unlike triangle simplification, no complex mesh data structures have to be build and maintained during the simplification, leading to an increased overall performance We should note that our algorithms are targeted towards denselysampled organic shapes stemming from 3D acquisition, iso-surface extraction or sampling of implicit functions They are not suited for surfaces that have been carefully designed in a particular surface representation, such as low-resolution polygonal CAD data Also our goal is to design algorithms that are general in the sense that they do not require any knowledge of the specific source of the data For certain applications this additional knowledge could be exploited to design a more effective simplification algorithm, but this would also limit the applicability of the method 2 LOCAL SURFACE PROPERTIES In this section we describe how we estimate local surface properties from the underlying point cloud These techniques will be used in the simplification algorithms presented below: Iterative simplification (Section 32) requires an accurate estimation of the tangent plane, while clustering (Section 31) employs a surface variation estimate (Section 21) Particle simulation (Section 33) makes use of both methods and additionally applies a moving least-squares projection operator (Section 22) that will also be used for measuring surfaces error in Section 4 Our algorithms take as input an unstructured point cloud P = { IR 3 } describing a smooth, two-manifold boundary surface S of a 3D object The computations of local surface properties are based on local neighborhoods of sample points We found that the set of k -nearest neighbors of a sample p P, denoted by the index set, works well for all our models More sophisticated neighborhoods, eg Floater s method based on local Delaunay triangulations [5] or Linsen s angle criterion [20] could be used for highly non-uniformly sampled models at the expense of higher computational overhead To obtain an estimate of the local sampling density ρ at a point p, we define ρ = k r 2, where r is the radius of the enclosing sphere of the k-nearest neighbors of p given by r = max i Np p 21 Covariance Analysis As has been demonstrated in earlier work (eg [11] and [27]), eigenanalysis of the covariance matrix of a local neighborhood can be used to estimate local surface properties The 3 3 covariance matrix C for a sample point s given by C = 1 k p p T, (1) where s the centroid of the neighbors j of p (see Figure 2) Consider the eigenvector problem C v l = λ l v l, l { 012,, } (2) Since C is symmetric and positive semi-definite, all eigenvalues λ l are real-valued and the eigenvectors v l form an orthogonal frame, corresponding to the principal components of the point set defined by [13] The λ l measure the variation of the, i, along the direction of the corresponding eigenvectors The total variation, ie the sum of squared distances of the from their center of gravity is given by p 2 p = λ 0 + λ 1 + λ 2 (3) i r (a) (b) Figure 2: Local neighborhood (a) and covariance analysis (b) 1 k T( x) p, p Normal Estimation Assuming λ 0 λ 1 λ 2, it follows that the plane T( x): ( x p) v 0 = 0 (4) through p minimizes the sum of squared distances to the neighbors of p [13] Thus v 0 approximates the surface normal n p at p, or in other words, v 1 and v 2 span the tangent plane at p To compute a consistent orientation of the normal vectors, we use a method based on the minimum spanning tree, as described in [11] i j λ 1 v 1 λ 0 v 0 p covariance ellipsoid
3 Clustering methods have been used in many computer graphics applications to reduce the complexity of 3D objects Rossignac and Borrel, for example, used vertex clustering to obtain multiresolution approximations of complex polygonal models for fast rendering [24] The standard strategy is to subdivide the model s bounding box into grid cells and replace all sample points that fall into the same cell by a common representative This volumetric approach has some drawbacks, however By using a grid of fixed size this method cannot adapt to non-uniformities in the sampling distribution Furthermore, volumetric clustering easily joins unconnected parts of a surface, if the grid cells are too large To alleviate these shortcomings, we use a surface-based clustering approach, where clusters are build by collecting neighboring samples while regarding local sampling density We distinguish two general approaches for building clusters An incremental approach, where clusters are created by region-growing, and a hierarchical approach that splits the point cloud into smaller sub- Surface Variation λ 0 quantitatively describes the variation along the surface normal, ie estimates how much the points deviate from the tangent plane (4) We define ( p) = as the surface variation at point n a neighborhood of size n If ( p) = 0, all points lie in the plane The maximum surface variation ( p) = 1 3 is assumed for completely isotropically distributed points Note that surface variation is not an intrinsic feature of a point-sampled surface, but depends on the size of the neighborhood Note also that λ 1 and λ 2 describe the variation of the sampling distribution in the tangent plane and can thus be used to estimate local anisotropy Many surface simplification algorithms use curvature estimation to decrease the error of the simplified surface by concentrating more samples in regions of high curvature As Figure 3 illustrates, surface variation is closely related to curvature However, is more suitable for simplification of point-sampled surfaces than cur- vature estimation based on function fitting p Consider a surface with two opposing flat parts that come close together Even though a low curvature would indicate that few sampling points are required to adequately represent the surface, for point-based surfaces we need a high sample density to be able to distinguish the different parts of the surface This is more adequately captured by the variation measure 22 Moving Least Squares Surfaces Recently, Levin has introduced a new point-based surface representation called moving least squares (MLS) surfaces [17] Based on this representation, Alexa et al have implemented a high-quality rendering algorithm for point set surfaces [1] We will briefly review the MLS projection operator and discuss an extension for non-uniform sampling distributions Given a point set P, the MLS surface S MLS ( P) is defined implicitly by a projection operator Ψ as the points that project onto themselves, ie S MLS ( P) = { x IR 3 Ψ( P, x) = x} Ψ( P, r) is defined by a two-step procedure: First a local reference plane H = { x IR 3 x n D = 0} is computed by minimizing the weighted sum of squared distances p P (5), (6) where q is the projection of r onto H and h is a global scale factor Then a bivariate polynomial guv (, ) is fitted to the points projected onto the reference plane H using a similar weighted least squares optimization The projection of r onto S MLS ( P) is then given as Ψ( P, r) = q + g( 00, ) n (for more details see [17, 1]) Adaptive MLS Surfaces Finding a suitable global scale factor h can be difficult for non-uniformly sampled point clouds In regions of high sampling density many points need to be considered in the least squares equations leading to high computational cost Even worse, if the sampling density is too low, only very few points will contribute to Equation (6) due to the exponential falloff of the weight function This can cause instabilities in the optimization which lead to wrong surface approximations We propose an extension of the static MLS approach, where instead of considering samples within a fixed radius proportional to h, we collect the k-nearest neighbors and adapt h according to the radius r of the enclosing sphere By dynamically choosing h = r 3, we ensure that only points within the k -neighborhood contribute noticeably to the least-squares optimization of Equation (6) While λ λ 0 + λ 1 + λ 2 ( p n D) 2 e r q 2 2 h our experiments indicate that this adaptive scheme is more robust than the standard method, a mathematical analysis of the implications remains to be done (a) original surface (c) variation σ 20 (d) variation σ 50 Figure 3: Comparison of surface curvature and surface variation on the igea model (a) In (b), curvature is computed analytically from a cubic polynomial patch fitted to the point set using moving least squares (see Section 22) (c) and (d) show surface variation for different neighborhood sizes 3 SURFACE SIMPLIFICATION METHODS In this section we present a number of simplification algorithms for surfaces represented by discrete point clouds: Clustering methods are fast and memory-efficient, iterative simplification puts more emphasis on high surface quality, while particle simulation allows intuitive control of the resulting sampling distribution After describing the technical details, we will discuss the specific pros and cons of each method in more detail in Section 5 31 Clustering (b) mean curvature
4 sets in a top-down manner [3, 27] Both methods create a set { C i } of clusters, each of which is replaced by a representative sample, typically its centroid, to create the simplified point cloud P Clustering by Region-growing Starting from a random seed point p 0, a cluster C 0 is built by successively adding nearest neighbors This incremental region-growing is terminated when the size of the cluster reaches a maximum bound Additionally, we can restrict the maximum allowed variation of each cluster This results in a curvature-adaptive clustering method, where more and smaller clusters are created in regions of high surface variation The next cluster C 1 is then build by starting the incremental growth with a new seed chosen from the neighbors of C 0 and excluding all points of C 0 from the region-growing Due to fragmentation, this method creates many clusters that did not reach the maximum size or variation bound, but whose incremental growth was restricted by adjacent clusters To obtain a more even distribution of clusters, we distribute the sample points of all clusters that did not reach a minimum size and variation bound (typically half the values of the corresponding maximum bounds) to neighboring clusters (see Figure 4 (a)) Note that this potentially increases the size and variation of the clusters beyond the user-specified maxima C 2 C 0 C 1 (a) leaf node =cluster Figure 4: (a) Clustering by incremental region growing, where stray samples (black dots) are attached to the cluster with closest centroid (b) Hierarchical clustering, where the thickness of the lines indicates the level of the BSP tree (2D for illustration) Hierarchical Clustering A different method for computing the set of clusters recursively splits the point cloud using a binary space partition The point cloud P is split if: The size P is larger than the user specified maximum cluster size n max or the variation ( P) is above a maximum threshold σ max The split plane is defined by the centroid of P and the eigenvector v 2 of the covariance matrix of P with largest corresponding eigenvector (see Figure 2 (b)) Hence the point cloud is always split along the direction of greatest variation (see also [3, 27]) If the splitting criterion is not fulfilled, the point cloud P becomes a cluster C i As shown in Figure 4 (b), hierarchical clustering builds a binary tree, where each leaf of the tree corresponds to a cluster A straightforward extension to the recursive scheme uses a priority queue to order the splitting operations [3, 27] While this leads to a significant increase in computation time, it allows direct control over the number of generated samples, which is difficult to achieve by specifying n max and σ max only Figure 5 illustrates both incremental and hierarchical clustering, where we use oriented circular splats to indicate the sampling distribution 32 Iterative Simplification A different strategy for point-based surface simplification iteratively reduces the number of points using an atomic decimation operator This approach is very similar to mesh-based simplification methods for creating progressive meshes [10] Decimation operations are usually arranged in a priority queue according to an v 2 (b) split plane centroid Figure 5: Clustering: Uniform incremental clustering is shown in the left column, adaptive hierarchical clustering in the right column The top row illustrates the clusters on the original point set, the bottom row the resulting simplified point set (1000 points), where the size of the splats corresponds to cluster size error metric that quantifies the error caused by the decimation The iteration is then performed in such a way that the decimation operation causing the smallest error is applied first Earlier work [1], [20] uses simple point removal, ie points are iteratively removed from the point cloud, resulting in a simplified point cloud that is a subset of the original point set As discussed above, true subsampling is prone to aliasing and often creates uneven sampling distributions Therefore, we use point-pair contraction, an extension of the common edge collapse operator, which replaces two points p 1 and p 2 by a new point p To rate the contraction operation, we use an adaptation of the quadric error metric presented for polygonal meshes in [6] The idea here is to approximate the surface locally by a set of tangent planes and to estimate the geometric deviation of a mesh vertex v from the surface by the sum of the squared distances to these planes The error quadrics for each vertex v are initialized with a set of planes defined by the triangles around that vertex and can be represented by a symmetric 4 4 matrix Q v The quality of the collapse ( v 1, v 2 ) v is then rated according to the minimum of the error functional Q v = Q v1 + Q v2 In order to adapt this technique to the decimation of unstructured point clouds we use the k -nearest neighbor relation, since manifold surface connectivity is not available To initialize the error quadrics for every point sample p, we estimate a tangent plane E i for every edge that connects p with one of its neighbors This tangent plane is spanned by the vector e i = p and b i = e i n, where n is the estimated normal vector at p After this initialization the point cloud decimation works exactly like mesh decimation with the point nheriting the neighborhoods of its ancestors p 1 and p 2 and being assigned the error functional Q v = Q v1 + Q v2 Figure 6 shows an example of a simplified point cloud created by iterative point-pair contraction 33 Particle Simulation In [29], Turk introduced a method for resampling polygonal surfaces using particle simulation The desired number of particles is randomly spread across the surface and their position is equalized using a point repulsion algorithm Point movement is restricted to
5 s kept on the surface by simply projecting it onto the tangent plane of the point p of the original point cloud that is closest to p Only at the end of the simulation, we apply the full moving least squares projection, which alters the particle positions only slightly and does not change the sampling distribution noticeably Adaptive Simulation Using the variation estimate of Section 21, we can concentrate more points in regions of high curvature by scaling their repulsion radius with the inverse of the variation It is also important to adapt the initial spreading of particles accordingly to ensure fast convergence This can be done by replacing the density estimate ρ by ρ Figure 7 gives an example of an adaptive particle simulation Figure 6: Iterative simplification of the Isis model from 187,664 (left) to 1,000 sample points (middle) The right image shows all remaining potential point-pair contractions indicated as an edge between two points Note that these edges do not necessarily form a consistent triangulation of the surface the surface defined by the individual polygons to ensure an accurate approximation of the original surface Turk also included a curvature estimation method to concentrate more samples in regions of high curvature Finally, the new vertices are re-triangulated yielding the resampled triangle mesh This scheme can easily be adapted to point-sampled geometry Spreading Particles Turk initializes the particle simulation by randomly distributing points on the surface Since a uniform initial distribution is crucial for fast convergence, this random choice is weighted according to the area of the polygons For point-based models, we can replace this area measure by a density estimate ρ (see Section 2) Thus by placing more samples in regions of lower sampling density (which correspond to large triangles in the polygonal setting), uniformity of the initial sample distribution can ensured Repulsion We use the same linear repulsion force as in [29], because its radius of influence is finite, ie the force vectors can be computed very efficiently as F i ( p) = kr ( p ) ( p ), (7) where F i ( p) is the force exerted on particle p due to particle, k is a force constant and r is the repulsion radius The total force exertedonp isthengivenas F( p) = F i ( p), (8) i where is the neighborhood of p with radius r Using a 3D grid data structure, this neighborhood can be computed efficiently in constant time Projection In Turk s method, displaced particles are projected onto the closest triangle to prevent to particles from drifting away from the surface Since we have no explicit surface representation available, we use the MLS projection operator Ψ (see Section 22) to keep the particles on the surface However, applying this projection every time a particle position is altered is computationally too expensive Therefore, we opted for a different approach: A particle Figure 7: Simplification by adaptive particle simulation The left image shows the original model consisting of 75,781 sample points On the right, a simplified version consisting of 6,000 points is shown, where the size of the splats is proportional to the repelling force of the corresponding particle 4 ERROR MEASUREMENT In Section 3 we have introduced different algorithms for pointbased surface simplification To evaluate the quality of the surfaces generated by these methods we need some means for measuring the distance between two point-sampled surfaces Our goal is to give both numerical and visual error estimates, without requiring any knowledge about the specific simplification algorithm used In fact, our method can be applied to any pair of pointsampled surfaces Assume we have two point clouds P and P representing two surfaces S and S, respectively Similar to the Metro tool [4], we use a sampling approach to approximate surface error We measure both the maximum error max ( SS, ), ie the two-sided Hausdorff distance, and the mean error avg ( SS, ), ie the area-weighted integral of the point-to-surfaces distances The idea is to create an upsampled point cloud Q of points on S and compute the distance d( q, S ) = min p S d( qp, ) for each q Q Then max ( SS, ) max q Q d( q, S ) and (9) 1 avg ( SS, ) d( q, S ) (10) Q q Q d( q, S ) is calculated using the MLS projection operator Ψ with linear basis function (see Section 22) Effectively, Ψ computes the closest point q S such that q = q + d n for a q Q, where n is the surface normal at q and d is the distance between q and q (see Figure 8) Thus the point-to-surface distance d( q, S ) is given as d = qq Note that this surface-based approach is crucial for meaningful error estimates, as the Haussdorff distance of the two point sets P and P does not adequately measure the distance between S and S As an example, consider
6 a point cloud P that has been created by randomly subsampling P Even though the corresponding surfaces can be very different, the Haussdorff distance of the point sets will always be zero To create the upsampled point cloud Q we use the uniform particle simulation of Section 33 This allows the user to control the accuracy of the estimates (9) and (10) by specifying the number of points in Q To obtain a visual error estimate, the sample points of Q can be color-coded according to the point-to-surface distance dqs (, ) and rendered using a standard point rendering technique (see Figures 10 and 13) S S q Q p P p P Figure 8: Measuring the distance between two surfaces S (red curve) and S (black curve) represented by two point sets P (red dots) and P (black dots) P is upsampled to Q (blue dots) and for each q Q a base point q S is found (green dots), such that the vector qq is orthogonal to S The point-to-surface distance d( q, S ) is then equal to d = qq 5 RESULTS & DISCUSSION } q We have implemented the algorithms described in Section 3 and conducted a comparative analysis using a large set of point-sampled models We also examined smoothing effects of the simplification and MLS projection (Section 52) and compared pointbased simplification with mesh-based simplification (Section 53) 51 Comparison of Simplification Methods Surface error has been measured using the method presented in Section 4 Additionally, we considered aspects such as sampling distribution of the simplified model, time and space efficiency and implementational issues For conciseness, Figures 9 (a) and 10 show evaluation data for selected models that we found representative for a wide class of complex point-based surfaces Surface Error Figure 10 shows visual and quantitative error estimates (scaled according to the object s bounding box diagonal) for the David model that has been simplified from 2,000,606 points to 5,000 points (see also Figure 1) Uniform incremental clustering has the highest average error and since all clusters consist of roughly the same number of sample points, most of the error is concentrated in regions of high curvature Adaptive hierarchical clustering performs slightly better, in particular in the geometrically complex regions of the hair Iterative simplification and particle simulation provide lower average error and distribute the error more evenly across the surface In general we found the iterative simplification method using quadric error metrics to produce the lowest average surface error Sampling Distribution For clustering methods the distribution of samples in the final model is closely linked to the sampling distribution of the input model In some applications this might be desirable, eg where the initial sampling pattern carries some semantics such as in geological models Other applications, eg pyramid algorithms for multilevel smoothing [15] or texture synthesis [30], require uniform sampling distributions, even for highly non-uniformly sampled input models Here non-adaptive particle simulation is most suitable, as it distributes sample points uniformly and independent of the sampling distribution of the underlying surface As illustrated in Figure 11, particle simulation also q d provides a very easy mechanism for locally controlling the sampling density by scaling the repulsion radius accordingly While similar effects can be achieved for iterative simplification by penalizing certain point-pair contractions, we found that particle simulation offers much more intuitive control Also note the smooth transition in sampling rate shown in the zoomed region Computational Effort Figure 9 shows computation times for the different simplification methods both as a function of target model size and input model size Due to the simple algorithmic structure, clustering methods are by far the fastest technique presented in this paper Iterative simplification has a relatively long pre-computing phase, where initial contraction candidates and corresponding error quadrics are determined and the priority queue is set up The simple additive update rule of the quadric metric (see Section 32) make the simplification itself very efficient, however In our current implementation particle simulation is the slowest simplification technique for large target model sizes, mainly due to slow convergence of the relaxation step We believe, however, that this convergence can be improved considerably by using a hierarchical approach similar to [31] The algorithm would start with a small number of particles and relax until the particle positions have reached equilibrium Then particles are split, their repulsion radius is adapted and relaxation continues This scheme can be repeated until the desired number of particles is obtained It is interesting to note that for incremental clustering and iterative simplification the execution time increases with decreasing target model size, while hierarchical clustering and particle simulation are more efficient the smaller the target models Thus the latter are more suitable for real-time applications where the fast creation of coarse model approximations is crucial Execution time (secs) Execution time (secs) 500 Incremental Clustering 450 Hierarchical Clustering Santa Igea Isis Iterative Simplification Particle Simulation Dragon (a) (b) Figure 9: Execution times for simplification, measured on a Pentium 4 (18GHz) with 1Gb of main memory: (a) as a function of target model size for the dragon model (435,545 points), (b) as a function of input model size for a simplification to 1% 80 David Incremental Clustering Hierarchical Clustering Iterative Simplification Particle Simulation simplified model size (*1000) StMatthew input model size (*1000) 0
7 Memory Requirements and Data Structures Currently all methods presented in this paper are implemented in-core, ie require the complete input model as well as the simplified point cloud to reside in main memory For incremental clustering we use a balanced kd-tree for fast nearest-neighbor queries, which can be implemented efficiently as an array [26] requiring 4 N bytes, where N is the size of the input model Hierarchical clustering builds a BSP tree, where each leaf node corresponds to a cluster Since the tree is build by re-ordering the sample points, each node only needs to store the start and end index in the array of sample points and no additional pointers are required Thus this maximum number of additional bytes is M, where M is the size of the simplified model Iterative simplification requires 96 bytes per point contraction candidate, 80 of which are used for storing the error quadric (we use doubles here as we found that single precision floats lead to numerical instabilities) If we assume six initial neighbors for each sample point, this amounts to N bytes Particle simulation uses a 3D grid data structure with bucketing to accelerate the nearest neighbor queries, since a static kdtree is not suitable for dynamically changing particle positions This requires a maximum of 4 ( N+ K) bytes, where K is the resolution of the grid Thus incremental clustering, iterative simplification and particle simulation need additional storage that is linearly proportional to the number of input points, while the storage overhead for hierarchical clustering depends only on the target model size 52 Simplification and Smoothing Figure 12 demonstrates the smoothing effect of simplification in connection with the MLS projection The dragon has first been simplified from 435,545 to 9,863 points using incremental clustering and upsampled to its original size using particle simulation Observe the local shrinkage effects that also occur in iterative Laplacian smoothing [28] Computing the centroid of each cluster is in fact very similar to a discrete approximation of the Laplacian Additionally, the MLS projection with Gaussian weight function implicitly defines a Gaussian low-pass filter 53 Comparison to Mesh Simplification In Figure 13 we compare point-based simplification with simplification for polygonal meshes In (a), the initial point cloud is simplified from 134,345 to 5,000 points using the iterative simplification method of Section 32 The resulting point cloud has then been triangulated using the surface reconstruction method of [7] In (b), we first triangulated the input point cloud and then simplified the resulting polygonal surface using the mesh simplification tool QSlim [6] Both methods produce similar results in terms of surface error and both simplification processes take approximately the same time (~35 seconds) However, creating the trianglemeshfromthesimplifiedpointcloudtook245secondsin(a), while in (b) reconstruction time for the input point cloud was 1128 seconds Thus when given a large unstructured point cloud, it is much more efficient to first do the simplification on the point data and then reconstruct a mesh (if desired) than to first apply a reconstruction method and then simplify the triangulated surface This illustrates that our methods can be very useful when dealing with large geometric models stemming from 3D acquisition 6 CONCLUSIONS & FUTURE WORK We have presented and analyzed different strategies for surface simplification of geometric models represented by unstructured point clouds Our methods are fast, robust and create surfaces of high quality, without requiring a tesselation of the underlying surface We have also introduced a versatile tool for measuring the distance between two point-sampled surfaces We believe that the surface simplification algorithms presented in this paper can be the basis of many point-based processing applications such as multilevel smoothing, multiresolution modeling, compression, and efficient level-of-detail rendering Directions for future work include out-of-core implementations of the presented simplification methods, design of appearance-preserving simplification, progressive schemes for representing pointbased surface and point-based feature extraction using the variation estimate Acknowledgements Our thanks to Marc Levoy and the Digital Michelangelo Project people for making their models available to us This work is supported by the joint Berlin/Zurich graduate program Combinatorics, Geometry, and Computation, financed by ETH Zurich and the German Science Foundation (DFG) References [1] Alexa, M, Behr, J, Cohen-Or, D, Fleishman, S, Levin, D, Silva, T Point Set Surfaces, IEEE Visualization 01, 2001 [2] Amenta, N, Bern, M, Kamvysselis, M A New Voronoi-Based Surface Reconstruction Algorithm SIGGRAPH 98, 1998 [3] Brodsky, D, Watson, B Model simplification through refinement Proceedings of Graphics Interface 2000,2000 [4] Cignoni, P, Rocchini, C, Scopigno, R Metro: Measuring error on simplified surfaces Computer Graphics Forum, 17(2), June 1998 [5] Floater, M, Reimers, M Meshless parameterization and surface reconstruction Comp Aided Geom Design 18, 2001 [6] Garland, M, Heckbert, P Surface simplification using quadric error metrics SIGGRAPH 97,1997 [7] Giessen, J, John, M Surface reconstruction based on a dynamical system EUROGRAPHICS 2002, to appear [8] Gross, M Graphics in Medicine: From Visualization to Surgery ACM Computer Graphics, Vol 32, 1998 [9] Heckbert, P, Garland, M Survey of Polygonal Surface Simplification Algorithms Multiresolution Surface Modeling Course SIGGRAPH 97 [10] Hoppe, H Progressive Meshes SIGGRAPH 96, 1996 [11] Hoppe, H, DeRose, T, Duchamp, T, McDonald, J, Stuetzle, W Surface reconstruction from unorganized points SIGGRAPH 92, 1992 [12] Hubeli, A, Gross, M Fairing of Non-Manifolds for Visualization IEEE Visualization 00, 2000 [13] Jolliffe, I Principle Component Analysis Springer-Verlag, 1986 [14] Kalaiah, A, Varshney, A Differential Point Rendering Rendering Techniques 01, Springer Verlag, 2001 [15] Kobbelt, L, Campagna, S, Vorsatz, J, Seidel, H Interactive Multi-Resolution Modeling on Arbitrary Meshes SIGGRAPH 98, 1998 [16] Kobbelt, L Botsch, M, Schwanecke, U, Seidel, H Feature Sensitive Surface Extraction from Volume Data SIGGRAPH 01, 2001 [17] Levin, D Mesh-independent surface interpolation Advances in Computational Mathematics, 2001 [18] Levoy, M, Pulli, K, Curless, B, Rusinkiewicz, S, Koller, D, Pereira, L, Ginzton, M, Anderson, S, Davis, J, Ginsberg, J, Shade, J, Fulk, D The Digital Michelangelo Project: 3D Scanning of Large Statues SIGGRAPH 00, 2000 [19] Lindstrom, P, Silva, C A memory insensitive technique for large model simplification IEEE Visualization 01, 2001 [20] Linsen, L Point Cloud Representation Technical Report, Faculty of Computer Science, University of Karlsruhe, 2001 [21] Pauly, M, Gross, M Spectral Processing of Point-Sampled Geometry, SIGGRAPH 01, 2001 [22] Peikert, R, Roth, M The Parallel Vectors Operator - A Vector Field Visualization Primitive IEEE Visualization 99, 1999 [23] Pfister, H, Zwicker, M, van Baar, J, Gross, M Surfels: Surface Elements as Rendering Primitives SIGGRAPH 00,2000 [24] Rossignac, J, Borrel, P Multiresolution 3D approximations for rendering complex scenes Modeling in Computer Graphics: Methods and Applications, 1993 [25] Rusinkiewicz, S, Levoy, M QSplat: A Multiresolution Point Rendering System for Large Meshes SIGGRAPH 00, 2000 [26] Sedgewick, R Algorithms in C++ (3rd edition) Addison Wesley, 1998 [27] Shaffer, E, Garland, M Efficient Adaptive Simplification of Massive Meshes IEEE Visualization 01, 2001 [28] Taubin, G A Signal Processing Approach to Fair Surface Design SIG- GRAPH 95, 1995 [29] Turk, G Re-Tiling Polygonal Surfaces SIGGRPAH 92,1992 [30] Turk, G Texture Synthesis on Surfaces SIGGRAPH 01, 2001 [31] Witkin, A, Heckbert, P Using Particles To Sample and Control Implicit Surfaces SIGGRAPH 94, 1994 [32] Wood, Z, Hoppe, H Desbrun, M, Schröder, P Isosurface Topology Simplification, see
8 max = avg = max = (a) uniform incremental clustering avg = (b) adaptive hierarchical clustering avg = max = (c) iterative simplification 4 max = avg = (d) particle simulation Figure 10: Surface Error for Michelangelo s David simplified from 2,000,606 points to 5,000 points simplified: 30,000 points original: 3,382,866 points Figure 11: User-controlled particle simulation The repulsion radius has been decreased to 10% in the region marked by the blue circle (b) simplified: 9,863 points (incremental clustering) (a) original: 435,545 points (c) upsampled: 435,545 points (part simulation) Figure 12: Smoothing effect on the dragon by simplification and successive upsampling max = avg = (a) Iterative point cloud simplification max = avg = (b) QSlim (mesh simplification) Figure 13: Comparison between point cloud simplification and mesh simplification: The igea model simplified from 134,345 to 5,000 points
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
A new point cloud simplification algorithm
A new point cloud simplification algorithm Carsten Moenning Computer Laboratory University of Cambridge 15 JJ Thomson Avenue Cambridge CB3 0FD - UK email: [email protected] Neil A. Dodgson Computer Laboratory
Computing and Rendering Point Set Surfaces
IEEE TVCG 9(1) Jan 2003 Computing and Rendering Point Set Surfaces Marc Alexa TU Darmstadt Johannes Behr ZGDV Darmstadt Daniel Cohen-Or Tel Aviv University Shachar Fleishman Tel Aviv University David Levin
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
Model Repair. Leif Kobbelt RWTH Aachen University )NPUT $ATA 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS !NALYSIS OF SURFACE QUALITY
)NPUT $ATA 2ANGE 3CAN #!$ 4OMOGRAPHY 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS!NALYSIS OF SURFACE QUALITY 3URFACE SMOOTHING FOR NOISE REMOVAL 0ARAMETERIZATION 3IMPLIFICATION FOR COMPLEXITY REDUCTION
How To Create A Surface From Points On A Computer With A Marching Cube
Surface Reconstruction from a Point Cloud with Normals Landon Boyd and Massih Khorvash Department of Computer Science University of British Columbia,2366 Main Mall Vancouver, BC, V6T1Z4, Canada {blandon,khorvash}@cs.ubc.ca
Parallel Simplification of Large Meshes on PC Clusters
Parallel Simplification of Large Meshes on PC Clusters Hua Xiong, Xiaohong Jiang, Yaping Zhang, Jiaoying Shi State Key Lab of CAD&CG, College of Computer Science Zhejiang University Hangzhou, China April
On Fast Surface Reconstruction Methods for Large and Noisy Point Clouds
On Fast Surface Reconstruction Methods for Large and Noisy Point Clouds Zoltan Csaba Marton, Radu Bogdan Rusu, Michael Beetz Intelligent Autonomous Systems, Technische Universität München {marton,rusu,beetz}@cs.tum.edu
Delaunay Based Shape Reconstruction from Large Data
Delaunay Based Shape Reconstruction from Large Data Tamal K. Dey Joachim Giesen James Hudson Ohio State University, Columbus, OH 4321, USA Abstract Surface reconstruction provides a powerful paradigm for
A unified representation for interactive 3D modeling
A unified representation for interactive 3D modeling Dragan Tubić, Patrick Hébert, Jean-Daniel Deschênes and Denis Laurendeau Computer Vision and Systems Laboratory, University Laval, Québec, Canada [tdragan,hebert,laurendeau]@gel.ulaval.ca
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
Faculty of Computer Science Computer Graphics Group. Final Diploma Examination
Faculty of Computer Science Computer Graphics Group Final Diploma Examination Communication Mechanisms for Parallel, Adaptive Level-of-Detail in VR Simulations Author: Tino Schwarze Advisors: Prof. Dr.
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
Segmentation of building models from dense 3D point-clouds
Segmentation of building models from dense 3D point-clouds Joachim Bauer, Konrad Karner, Konrad Schindler, Andreas Klaus, Christopher Zach VRVis Research Center for Virtual Reality and Visualization, Institute
Surface Curvature from Laser Triangulation Data. John Rugis ELECTRICAL & COMPUTER ENGINEERING
Surface Curvature from Laser Triangulation Data John Rugis ELECTRICAL & COMPUTER ENGINEERING 1) Laser scan data? Application: Digital archive, preserve, restore. Cultural and scientific heritage. Michelangelo
Robust NURBS Surface Fitting from Unorganized 3D Point Clouds for Infrastructure As-Built Modeling
81 Robust NURBS Surface Fitting from Unorganized 3D Point Clouds for Infrastructure As-Built Modeling Andrey Dimitrov 1 and Mani Golparvar-Fard 2 1 Graduate Student, Depts of Civil Eng and Engineering
Point Cloud Segmentation via Constrained Nonlinear Least Squares Surface Normal Estimates
Point Cloud Segmentation via Constrained Nonlinear Least Squares Surface Normal Estimates Edward Castillo Radiation Oncology Department University of Texas MD Anderson Cancer Center, Houston TX [email protected]
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
Data Mining. Cluster Analysis: Advanced Concepts and Algorithms
Data Mining Cluster Analysis: Advanced Concepts and Algorithms Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1 More Clustering Methods Prototype-based clustering Density-based clustering Graph-based
A FRAMEWORK FOR REAL-TIME TERRAIN VISUALIZATION WITH ADAPTIVE SEMI- REGULAR MESHES
A FRAMEWORK FOR REAL-TIME TERRAIN VISUALIZATION WITH ADAPTIVE SEMI- REGULAR MESHES Lourena Rocha, Sérgio Pinheiro, Marcelo B. Vieira, Luiz Velho IMPA - Instituto Nacional de Matemática Pura e Aplicada
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
Feature Sensitive Surface Extraction from Volume Data
Feature Sensitive Surface Extraction from Volume Data Leif P. Kobbelt Mario Botsch Ulrich Schwanecke Hans-Peter Seidel Computer Graphics Group, RWTH-Aachen Computer Graphics Group, MPI Saarbrücken Figure
EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set
EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin
Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park
NSF GRANT # 0727380 NSF PROGRAM NAME: Engineering Design Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park Atul Thakur
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
Mean Value Coordinates
Mean Value Coordinates Michael S. Floater Abstract: We derive a generalization of barycentric coordinates which allows a vertex in a planar triangulation to be expressed as a convex combination of its
PCL - SURFACE RECONSTRUCTION
PCL - SURFACE RECONSTRUCTION TOYOTA CODE SPRINT Alexandru-Eugen Ichim Computer Graphics and Geometry Laboratory PROBLEM DESCRIPTION 1/2 3D revolution due to cheap RGB-D cameras (Asus Xtion & Microsoft
A NEW METHOD OF STORAGE AND VISUALIZATION FOR MASSIVE POINT CLOUD DATASET
22nd CIPA Symposium, October 11-15, 2009, Kyoto, Japan A NEW METHOD OF STORAGE AND VISUALIZATION FOR MASSIVE POINT CLOUD DATASET Zhiqiang Du*, Qiaoxiong Li State Key Laboratory of Information Engineering
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
Normal Estimation for Point Clouds: A Comparison Study for a Voronoi Based Method
Eurographics Symposium on Point-Based Graphics (2005) M. Pauly, M. Zwicker, (Editors) Normal Estimation for Point Clouds: A Comparison Study for a Voronoi Based Method Tamal K. Dey Gang Li Jian Sun The
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,
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.
Point Lattices in Computer Graphics and Visualization how signal processing may help computer graphics
Point Lattices in Computer Graphics and Visualization how signal processing may help computer graphics Dimitri Van De Ville Ecole Polytechnique Fédérale de Lausanne Biomedical Imaging Group [email protected]
Environmental Remote Sensing GEOG 2021
Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class
Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA
Are Image Quality Metrics Adequate to Evaluate the Quality of Geometric Objects? Bernice E. Rogowitz and Holly E. Rushmeier IBM TJ Watson Research Center, P.O. Box 704, Yorktown Heights, NY USA ABSTRACT
Dual Contouring of Hermite Data
Dual Contouring of Hermite Data Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren Rice University Figure 1: A temple undergoing destructive modifications. Both models were generated by dual contouring
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
TOOLS FOR 3D-OBJECT RETRIEVAL: KARHUNEN-LOEVE TRANSFORM AND SPHERICAL HARMONICS
TOOLS FOR 3D-OBJECT RETRIEVAL: KARHUNEN-LOEVE TRANSFORM AND SPHERICAL HARMONICS D.V. Vranić, D. Saupe, and J. Richter Department of Computer Science, University of Leipzig, Leipzig, Germany phone +49 (341)
Nonlinear Iterative Partial Least Squares Method
Numerical Methods for Determining Principal Component Analysis Abstract Factors Béchu, S., Richard-Plouet, M., Fernandez, V., Walton, J., and Fairley, N. (2016) Developments in numerical treatments for
So which is the best?
Manifold Learning Techniques: So which is the best? Todd Wittman Math 8600: Geometric Data Analysis Instructor: Gilad Lerman Spring 2005 Note: This presentation does not contain information on LTSA, which
Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume *
Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume * Xiaosong Yang 1, Pheng Ann Heng 2, Zesheng Tang 3 1 Department of Computer Science and Technology, Tsinghua University, Beijing
A Generalized Marching Cubes Algorithm Based On Non-Binary Classifications
Konrad-Zuse-Zentrum fu r Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany HANS-CHRISTIAN HEGE DETLEV STALLING MARTIN SEEBASS MALTE ZOCKLER A Generalized Marching Cubes Algorithm Based
Animated Models Simplification with Local Area Distortion and Deformation Degree Control
Volume 1, Number 1, September 2014 JOURNAL OF COMPUTER SCIENCE AND SOFTWARE APPLICATION Animated Models Simplification with Local Area Distortion and Deformation Degree Control Shixue Zhang* Changchun
Neural Gas for Surface Reconstruction
Neural Gas for Surface Reconstruction Markus Melato, Barbara Hammer, Kai Hormann IfI Technical Report Series IfI-07-08 Impressum Publisher: Institut für Informatik, Technische Universität Clausthal Julius-Albert
Surface Reconstruction from Point Clouds
Autonomous Systems Lab Prof. Roland Siegwart Bachelor-Thesis Surface Reconstruction from Point Clouds Spring Term 2010 Supervised by: Andreas Breitenmoser François Pomerleau Author: Inna Tishchenko Abstract
Robust Blind Watermarking Mechanism For Point Sampled Geometry
Robust Blind Watermarking Mechanism For Point Sampled Geometry Parag Agarwal Balakrishnan Prabhakaran Department of Computer Science, University of Texas at Dallas MS EC 31, PO Box 830688, Richardson,
Development and Evaluation of Point Cloud Compression for the Point Cloud Library
Development and Evaluation of Point Cloud Compression for the Institute for Media Technology, TUM, Germany May 12, 2011 Motivation Point Cloud Stream Compression Network Point Cloud Stream Decompression
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
Lecture 7 - Meshing. Applied Computational Fluid Dynamics
Lecture 7 - Meshing Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Outline Why is a grid needed? Element types. Grid types.
Classification of Fingerprints. Sarat C. Dass Department of Statistics & Probability
Classification of Fingerprints Sarat C. Dass Department of Statistics & Probability Fingerprint Classification Fingerprint classification is a coarse level partitioning of a fingerprint database into smaller
Performance of Dynamic Load Balancing Algorithms for Unstructured Mesh Calculations
Performance of Dynamic Load Balancing Algorithms for Unstructured Mesh Calculations Roy D. Williams, 1990 Presented by Chris Eldred Outline Summary Finite Element Solver Load Balancing Results Types Conclusions
Compact Representations and Approximations for Compuation in Games
Compact Representations and Approximations for Compuation in Games Kevin Swersky April 23, 2008 Abstract Compact representations have recently been developed as a way of both encoding the strategic interactions
QEM-Filtering: A New Technique For Feature-Sensitive Terrain Mesh Simplification
Volume xx (200y), Number z, pp. 1 5 QEM-Filtering: A New Technique For Feature-Sensitive Terrain Mesh Simplification F. Löffler and H. Schumann University of Rostock / VC 2 G, Germany Abstract Traditionally,
Multiphase Flow - Appendices
Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume
Customer Training Material. Lecture 4. Meshing in Mechanical. Mechanical. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.
Lecture 4 Meshing in Mechanical Introduction to ANSYS Mechanical L4-1 Chapter Overview In this chapter controlling meshing operations is described. Topics: A. Global Meshing Controls B. Local Meshing Controls
Medical Information Management & Mining. You Chen Jan,15, 2013 [email protected]
Medical Information Management & Mining You Chen Jan,15, 2013 [email protected] 1 Trees Building Materials Trees cannot be used to build a house directly. How can we transform trees to building materials?
Part-Based Recognition
Part-Based Recognition Benedict Brown CS597D, Fall 2003 Princeton University CS 597D, Part-Based Recognition p. 1/32 Introduction Many objects are made up of parts It s presumably easier to identify simple
The Essentials of CAGD
The Essentials of CAGD Chapter 2: Lines and Planes Gerald Farin & Dianne Hansford CRC Press, Taylor & Francis Group, An A K Peters Book www.farinhansford.com/books/essentials-cagd c 2000 Farin & Hansford
The Ball-Pivoting Algorithm for Surface Reconstruction
1 The Ball-Pivoting Algorithm for Surface Reconstruction Fausto Bernardini Joshua Mittleman Holly Rushmeier Cláudio Silva Gabriel Taubin Abstract The Ball-Pivoting Algorithm (BPA) computes a triangle mesh
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,
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
2.2 Creaseness operator
2.2. Creaseness operator 31 2.2 Creaseness operator Antonio López, a member of our group, has studied for his PhD dissertation the differential operators described in this section [72]. He has compared
Accurate and robust image superresolution by neural processing of local image representations
Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica
GRADES 7, 8, AND 9 BIG IDEAS
Table 1: Strand A: BIG IDEAS: MATH: NUMBER Introduce perfect squares, square roots, and all applications Introduce rational numbers (positive and negative) Introduce the meaning of negative exponents for
An introduction to Global Illumination. Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology
An introduction to Global Illumination Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology Isn t ray tracing enough? Effects to note in Global Illumination image:
Big Ideas in Mathematics
Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards
Multiphysics Software Applications in Reverse Engineering
Multiphysics Software Applications in Reverse Engineering *W. Wang 1, K. Genc 2 1 University of Massachusetts Lowell, Lowell, MA, USA 2 Simpleware, Exeter, United Kingdom *Corresponding author: University
Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data
CMPE 59H Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data Term Project Report Fatma Güney, Kübra Kalkan 1/15/2013 Keywords: Non-linear
DATA ANALYSIS II. Matrix Algorithms
DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical
Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard
Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express
An Overview of the Finite Element Analysis
CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry
Classifying Manipulation Primitives from Visual Data
Classifying Manipulation Primitives from Visual Data Sandy Huang and Dylan Hadfield-Menell Abstract One approach to learning from demonstrations in robotics is to make use of a classifier to predict if
APPM4720/5720: Fast algorithms for big data. Gunnar Martinsson The University of Colorado at Boulder
APPM4720/5720: Fast algorithms for big data Gunnar Martinsson The University of Colorado at Boulder Course objectives: The purpose of this course is to teach efficient algorithms for processing very large
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
Common Core Unit Summary Grades 6 to 8
Common Core Unit Summary Grades 6 to 8 Grade 8: Unit 1: Congruence and Similarity- 8G1-8G5 rotations reflections and translations,( RRT=congruence) understand congruence of 2 d figures after RRT Dilations
Visibility Map for Global Illumination in Point Clouds
TIFR-CRCE 2008 Visibility Map for Global Illumination in Point Clouds http://www.cse.iitb.ac.in/ sharat Acknowledgments: Joint work with Rhushabh Goradia. Thanks to ViGIL, CSE dept, and IIT Bombay (Based
High Quality Image Magnification using Cross-Scale Self-Similarity
High Quality Image Magnification using Cross-Scale Self-Similarity André Gooßen 1, Arne Ehlers 1, Thomas Pralow 2, Rolf-Rainer Grigat 1 1 Vision Systems, Hamburg University of Technology, D-21079 Hamburg
Introduction to ANSYS
Lecture 3 Introduction to ANSYS Meshing 14. 5 Release Introduction to ANSYS Meshing 2012 ANSYS, Inc. March 27, 2014 1 Release 14.5 Introduction to ANSYS Meshing What you will learn from this presentation
PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM
PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM Apurva Sinha 1, Mukesh kumar 2, A.K. Jaiswal 3, Rohini Saxena 4 Department of Electronics
Palmprint Recognition. By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap
Palmprint Recognition By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap Palm print Palm Patterns are utilized in many applications: 1. To correlate palm patterns with medical disorders, e.g. genetic
Fast Multipole Method for particle interactions: an open source parallel library component
Fast Multipole Method for particle interactions: an open source parallel library component F. A. Cruz 1,M.G.Knepley 2,andL.A.Barba 1 1 Department of Mathematics, University of Bristol, University Walk,
What is Visualization? Information Visualization An Overview. Information Visualization. Definitions
What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some
Data Mining Cluster Analysis: Advanced Concepts and Algorithms. Lecture Notes for Chapter 9. Introduction to Data Mining
Data Mining Cluster Analysis: Advanced Concepts and Algorithms Lecture Notes for Chapter 9 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004
USING SPECTRAL RADIUS RATIO FOR NODE DEGREE TO ANALYZE THE EVOLUTION OF SCALE- FREE NETWORKS AND SMALL-WORLD NETWORKS
USING SPECTRAL RADIUS RATIO FOR NODE DEGREE TO ANALYZE THE EVOLUTION OF SCALE- FREE NETWORKS AND SMALL-WORLD NETWORKS Natarajan Meghanathan Jackson State University, 1400 Lynch St, Jackson, MS, USA [email protected]
Multiresolution 3D Rendering on Mobile Devices
Multiresolution 3D Rendering on Mobile Devices Javier Lluch, Rafa Gaitán, Miguel Escrivá, and Emilio Camahort Computer Graphics Section Departament of Computer Science Polytechnic University of Valencia
Fast and Robust Normal Estimation for Point Clouds with Sharp Features
1/37 Fast and Robust Normal Estimation for Point Clouds with Sharp Features Alexandre Boulch & Renaud Marlet University Paris-Est, LIGM (UMR CNRS), Ecole des Ponts ParisTech Symposium on Geometry Processing
Reconstructing Manifold and Non-Manifold Surfaces from Point Clouds
Reconstructing Manifold and Non-Manifold Surfaces from Point Clouds Jianning Wang CVC,Computer Science Stony Brook University Manuel M. Oliveira Instituto de Informática UFRGS, Brazil Arie E. Kaufman CVC,Computer
Load balancing in a heterogeneous computer system by self-organizing Kohonen network
Bull. Nov. Comp. Center, Comp. Science, 25 (2006), 69 74 c 2006 NCC Publisher Load balancing in a heterogeneous computer system by self-organizing Kohonen network Mikhail S. Tarkov, Yakov S. Bezrukov Abstract.
Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall
Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin
Face Model Fitting on Low Resolution Images
Face Model Fitting on Low Resolution Images Xiaoming Liu Peter H. Tu Frederick W. Wheeler Visualization and Computer Vision Lab General Electric Global Research Center Niskayuna, NY, 1239, USA {liux,tu,wheeler}@research.ge.com
Recovering Primitives in 3D CAD meshes
Recovering Primitives in 3D CAD meshes Roseline Bénière a,c, Gérard Subsol a, Gilles Gesquière b, François Le Breton c and William Puech a a LIRMM, Univ. Montpellier 2, CNRS, 161 rue Ada, 34392, France;
Big Data: Rethinking Text Visualization
Big Data: Rethinking Text Visualization Dr. Anton Heijs [email protected] Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important
Image Segmentation and Registration
Image Segmentation and Registration Dr. Christine Tanner ([email protected]) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation
