Presentation is loading. Please wait.

Presentation is loading. Please wait.

3D photography Marc Pollefeys Fall 2004 / Comp 290-089 Tue & Thu 9:30-10:45

Similar presentations


Presentation on theme: "3D photography Marc Pollefeys Fall 2004 / Comp 290-089 Tue & Thu 9:30-10:45"— Presentation transcript:

1 3D photography Marc Pollefeys Fall 2004 / Comp 290-089 Tue & Thu 9:30-10:45 http://www.unc.edu/courses/2004fall/comp/290/089/

2 Material On-line “shape-from-video” tutorial: http://www.cs.unc.edu/~marc/tutorial.pdf http://www.cs.unc.edu/~marc/tutorial/ Slides, notes, papers and references see course webpage (later): http://www.unc.edu/courses/2004fall/comp/290/089/ http://www.unc.edu/courses/2004fall/comp/290/089/

3 Learning approach In the first part of the class the main 3D photography approaches will be covered in detail. A few programming assignments will be given to support this. In the second part of the class students will present and discuss relevant papers to explore the state-of-the-art. Small groups of students or individual students will build 3D photography systems as course projects. Grade distribution Assignments: 25% Paper presentation and class participation: 25% Course project: 50%

4 Papers and discussion Will cover recent state of the art Each student will present paper, discussion List on website (later), own suggestions Some shared class sessions with Leonard’s Data-Driven Modeling in Computer Graphics

5 Course project: Build your own 3D scanner! (or something like that) Example: Bouguet ICCV’98 Students can work in group or alone Start thinking of your project today!

6 3D photography course schedule (tentative) Aug 24, 26(no course) Aug.31,Sep.2(no course) Sep. 7, 9(no course) Sep. 14, 16Camera Model and GeometryCamera Calibration (assignment 1) Feb. 21, 23Single-view metrologyFeature tracking/matching (assignment 2) Feb. 28, 30Triangulation and reconstruction Epipolar geometry (assignment 3) Oct. 5, 7StereoStructured-light Oct. 12, 14Structure-from-motion I(fall break) Oct. 19, 21Structure-from-motion IIAdvanced calibration Oct. 26, 28Shape-from-SilhouettesSpace-carving Nov. 2, 4Shape-from-X3D modeling and texturing Nov. 9, 11papers & discussion Nov. 16, 18papers & discussion Nov. 23, 25papers & discussion(Thanksgiving) Nov.30,Dec.2Project demonstrationsproject demonstrations

7 Projective Geometry and Camera model Class 2 points, lines, planes conics and quadrics transformations camera model Read tutorial chapter 2 and 3.1 http://www.unc.edu/courses/2004fall/comp/290/089/

8 Homogeneous coordinates Homogeneous representation of 2D points and lines equivalence class of vectors, any vector is representative Set of all equivalence classes in R 3  (0,0,0) T forms P 2 The point x lies on the line l if and only if Homogeneous coordinates Inhomogeneous coordinates but only 2DOF Note that scale is unimportant for incidence relation

9 Points from lines and vice-versa Intersections of lines The intersection of two lines and is Line joining two points The line through two points and is Example Note: with

10 Ideal points and the line at infinity Intersections of parallel lines Example Ideal points Line at infinity tangent vector normal direction Note that in P 2 there is no distinction between ideal points and others

11 3D points and planes Homogeneous representation of 3D points and planes The point X lies on the plane π if and only if The plane π goes through the point X if and only if

12 Planes from points (solve as right nullspace of )

13 Points from planes (solve as right nullspace of ) Representing a plane by its span

14 Lines Example: X -axis (4dof) Representing a line by its span Dual representation (Alternative: Plücker representation, details see e.g. H&Z)

15 Points, lines and planes

16 Plücker coordinates Elegant representation for 3D lines (Plücker internal constraint) (two lines intersect) (for more details see e.g. H&Z) (with A and B points)

17 Conics Curve described by 2 nd -degree equation in the plane or homogenized or in matrix form with 5DOF:

18 Five points define a conic For each point the conic passes through or stacking constraints yields

19 Tangent lines to conics The line l tangent to C at point x on C is given by l=Cx l x C

20 Dual conics A line tangent to the conic C satisfies Dual conics = line conics = conic envelopes In general ( C full rank):

21 Degenerate conics A conic is degenerate if matrix C is not of full rank e.g. two lines (rank 2) e.g. repeated line (rank 1) Degenerate line conics: 2 points (rank 2), double point (rank1) Note that for degenerate conics

22 Quadrics and dual quadrics ( Q : 4x4 symmetric matrix) 9 d.o.f. in general 9 points define quadric det Q=0 ↔ degenerate quadric tangent plane relation to quadric (non-degenerate)

23 2D projective transformations A projectivity is an invertible mapping h from P 2 to itself such that three points x 1,x 2,x 3 lie on the same line if and only if h(x 1 ),h(x 2 ),h(x 3 ) do. Definition: A mapping h : P 2  P 2 is a projectivity if and only if there exist a non-singular 3x3 matrix H such that for any point in P 2 reprented by a vector x it is true that h(x)=Hx Theorem: Definition: Projective transformation or 8DOF projectivity=collineation=projective transformation=homography

24 Transformation of 2D points, lines and conics Transformation for lines Transformation for conics Transformation for dual conics For a point transformation

25 Fixed points and lines (eigenvectors H =fixed points) (eigenvectors H - T =fixed lines) ( 1 = 2  pointwise fixed line)

26 Hierarchy of 2D transformations Projective 8dof Affine 6dof Similarity 4dof Euclidean 3dof Concurrency, collinearity, order of contact (intersection, tangency, inflection, etc.), cross ratio Parallellism, ratio of areas, ratio of lengths on parallel lines (e.g midpoints), linear combinations of vectors (centroids). The line at infinity l ∞ Ratios of lengths, angles. The circular points I,J lengths, areas. invariants transformed squares

27 The line at infinity The line at infinity l  is a fixed line under a projective transformation H if and only if H is an affinity Note: not fixed pointwise

28 Affine properties from images projection rectification

29 Affine rectification v1v1 v2v2 l1l1 l2l2 l4l4 l3l3 l∞l∞

30 The circular points The circular points I, J are fixed points under the projective transformation H iff H is a similarity

31 The circular points “circular points” l∞l∞ Algebraically, encodes orthogonal directions

32 Conic dual to the circular points The dual conic is fixed conic under the projective transformation H iff H is a similarity Note: has 4DOF l ∞ is the nullvector l∞l∞

33 Angles Euclidean: Projective: (orthogonal)

34 Transformation of 3D points, planes and quadrics Transformation for lines Transformation for conics Transformation for dual conics For a point transformation(cfr. 2D equivalent)

35 Hierarchy of 3D transformations Projective 15dof Affine 12dof Similarity 7dof Euclidean 6dof Intersection and tangency Parallellism of planes, Volume ratios, centroids, The plane at infinity π ∞ Angles, ratios of length The absolute conic Ω ∞ Volume

36 The plane at infinity The plane at infinity π  is a fixed plane under a projective transformation H iff H is an affinity 1.canical position 2.contains directions 3.two planes are parallel  line of intersection in π ∞ 4.line // line (or plane)  point of intersection in π ∞

37 The absolute conic The absolute conic Ω ∞ is a fixed conic under the projective transformation H iff H is a similarity The absolute conic Ω ∞ is a (point) conic on π . In a metric frame: or conic for directions: (with no real points) 1.Ω ∞ is only fixed as a set 2.Circle intersect Ω ∞ in two circular points 3.Spheres intersect π ∞ in Ω ∞

38 The absolute conic Euclidean : Projective: (orthogonality=conjugacy) plane normal

39 The absolute dual quadric The absolute conic Ω * ∞ is a fixed conic under the projective transformation H iff H is a similarity 1.8 dof 2.plane at infinity π ∞ is the nullvector of Ω ∞ 3.Angles:

40 Camera model Relation between pixels and rays in space ?

41 Pinhole camera

42 Pinhole camera model linear projection in homogeneous coordinates!

43 Pinhole camera model

44 Principal point offset principal point

45 Principal point offset calibration matrix

46 Camera rotation and translation ~

47 CCD camera

48 General projective camera non-singular 11 dof (5+3+3) intrinsic camera parameters extrinsic camera parameters

49 Radial distortion Due to spherical lenses (cheap) Model: R R http://foto.hut.fi/opetus/260/luennot/11/atkinson_6-11_radial_distortion_zoom_lenses.jpg straight lines are not straight anymore

50 Camera model Relation between pixels and rays in space ?

51 Projector model Relation between pixels and rays in space (dual of camera) (main geometric difference is vertical principal point offset to reduce keystone effect) ?

52 Affine cameras

53 Next class: Camera calibration


Download ppt "3D photography Marc Pollefeys Fall 2004 / Comp 290-089 Tue & Thu 9:30-10:45"

Similar presentations


Ads by Google