CS175 2003 1 CS 175 – Week 2 Processing Point Clouds Local Surface Properties, Moving Least Squares.

Slides:



Advertisements
Similar presentations
L1 sparse reconstruction of sharp point set surfaces
Advertisements

2D/3D Shape Manipulation, 3D Printing
Surface normals and principal component analysis (PCA)
Two-View Geometry CS Sastry and Yang
1 Chapter 4 Interpolation and Approximation Lagrange Interpolation The basic interpolation problem can be posed in one of two ways: The basic interpolation.
CS CS 175 – Week 9 B-Splines Blossoming, Bézier Splines.
ARCGICE WP 2.2 ERROR ESTIMATION OF NEW GEOID C.C.Tscherning, University of Copenhagen,
CS CS 175 – Week 9 B-Splines Definition, Algorithms.
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm Lecture #20.
Kernel methods - overview
3D Geometry for Computer Graphics. 2 The plan today Least squares approach  General / Polynomial fitting  Linear systems of equations  Local polynomial.
CS CS 175 – Week 8 Bézier Curves Definition, Algorithms.
Curve-Fitting Regression
Uncalibrated Geometry & Stratification Sastry and Yang
Optimal Bandwidth Selection for MLS Surfaces
Moving least-squares for surfaces David Levin – Tel Aviv University Auckland, New Zealand 2005 Moving least-squares for surfaces David Levin – Tel Aviv.
Different chi-squares Ulf H. Olsson Professor of Statistics.
Arc-Length Based Curvature Estimator Thomas Lewiner, João D. Gomes Jr., Hélio Lopes, Marcos Craizer { tomlew, jgomes, lopes, craizer mat.puc-rio.br.
Lecture 12 Projection and Least Square Approximation Shang-Hua Teng.
ARCGICE WP 1.4 ERROR ESTIMATES IN SPATIAL AND SPECTRAL DOMAINS C.C.Tscherning, University of Copenhagen,
Bezier and Spline Curves and Surfaces Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico.
Efficient simplification of point-sampled geometry Mark Pauly Markus Gross Leif Kobbelt ETH Zurich RWTH Aachen.
Bezier and Spline Curves and Surfaces CS4395: Computer Graphics 1 Mohan Sridharan Based on slides created by Edward Angel.
Computer Graphics Recitation The plan today Least squares approach  General / Polynomial fitting  Linear systems of equations  Local polynomial.
CS CS 175 – Week 4 Triangle Mesh Smoothing Discrete Differential Geometry.
Principal Component Analysis. Consider a collection of points.
Correlation. The sample covariance matrix: where.
Normal Estimation in Point Clouds 2D/3D Shape Manipulation, 3D Printing March 13, 2013 Slides from Olga Sorkine.
SVD(Singular Value Decomposition) and Its Applications
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
WP3 - 3D reprojection Goal: reproject 2D ball positions from both cameras into 3D space Inputs: – 2D ball positions estimated by WP2 – 2D table positions.
11/19/02 (c) 2002, University of Wisconsin, CS 559 Last Time Many, many modeling techniques –Polygon meshes –Parametric instancing –Hierarchical modeling.
MAT 4725 Numerical Analysis Section 8.2 Orthogonal Polynomials and Least Squares Approximations (Part II)
The Multiple Correlation Coefficient. has (p +1)-variate Normal distribution with mean vector and Covariance matrix We are interested if the variable.
Fitting a line to N data points – 1 If we use then a, b are not independent. To make a, b independent, compute: Then use: Intercept = optimally weighted.
1 Surface Applications Fitting Manifold Surfaces To 3D Point Clouds, Cindy Grimm, David Laidlaw and Joseph Crisco. Journal of Biomechanical Engineering,
AN ORTHOGONAL PROJECTION
MA Day 25- February 11, 2013 Review of last week’s material Section 11.5: The Chain Rule Section 11.6: The Directional Derivative.
Orthogonality and Least Squares
Geographic Information Science
Model Construction: interpolation techniques 1392.
Curve-Fitting Regression
MA3264 Mathematical Modelling Lecture 3 Model Fitting.
Normal Curvature of Surface p  N T Local geometry at a surface point p:  surface normal N. The plane containing N and T cuts out a curve  on the surface.
Section 5.1 Length and Dot Product in ℝ n. Let v = ‹v 1­­, v 2, v 3,..., v n › and w = ‹w 1­­, w 2, w 3,..., w n › be vectors in ℝ n. The dot product.
Tony Jebara, Columbia University Advanced Machine Learning & Perception Instructor: Tony Jebara.
?v=cqj5Qvxd5MO Linear and Quadratic Functions and Modeling.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression.
Geology 5670/6670 Inverse Theory 28 Jan 2015 © A.R. Lowry 2015 Read for Fri 30 Jan: Menke Ch 4 (69-88) Last time: Ordinary Least Squares: Uncertainty The.
Method of Least Squares Advanced Topic of Lecture on Astrometry.
Least Squares Problems From Wikipedia, the free encyclopedia The method of least squares is a standard approach to the approximate solution of overdetermined.
Rongjie Lai University of Southern California Joint work with: Jian Liang, Alvin Wong, Hongkai Zhao 1 Geometric Understanding of Point Clouds using Laplace-Beltrami.
Let W be a subspace of R n, y any vector in R n, and the orthogonal projection of y onto W. …
MAT 4725 Numerical Analysis Section 8.2 Orthogonal Polynomials and Least Squares Approximations (Part II)
6 6.5 © 2016 Pearson Education, Ltd. Orthogonality and Least Squares LEAST-SQUARES PROBLEMS.
ELEC 413 Linear Least Squares. Regression Analysis The study and measure of the statistical relationship that exists between two or more variables Two.
1 Spherical manifolds for hierarchical surface modeling Cindy Grimm.
Estimating standard error using bootstrap
Warm Up What do you know about the graph of f(x) = (x – 2)(x – 4)2 ?
9.3 Filtered delay embeddings
Notes Over 3.4 The Rational Zero Test
ISOMAP TRACKING WITH PARTICLE FILTERING
© University of Wisconsin, CS559 Spring 2004
1. Use the quadratic formula to find all real zeros of the second-degree polynomial
Linear regression Fitting a straight line to observations.
Outline H. Murase, and S. K. Nayar, “Visual learning and recognition of 3-D objects from appearance,” International Journal of Computer Vision, vol. 14,
Parametric Line equations
Confidence Ellipse for Bivariate Normal Data
Discrete Least Squares Approximation
4. If y varies inversely as x and y=3 when x=4, find y when x=15.
Presentation transcript:

CS CS 175 – Week 2 Processing Point Clouds Local Surface Properties, Moving Least Squares

CS Overview local properties from point cloud moving least squares

CS Local Surface Properties first order estimate eigenvectors u 0, u 1, u 2 and - values 0 · 1 · 2 of covariance matrix u 0 : normal u 1,u 2 : least-square plane u 2 : least-square line surface variation: 0 /( )

CS Local Surface Properties higher order estimates local coordinate frame u 0, u 1, u 2 project into (u 1,u 2 )-plane compute best-fitting polynomial use derivatives of polynomial

CS Moving Least Squares create smooth approximation project 3D points near the surface create local reference frame vary frame smoothly everywhere project onto local polynomial collect all projections

CS Moving Least Squares properties projection operator 2-manifold surface as smooth as weight function approximation order = degree of local polynomial + 1