Precise Image Registration and Occlusion Detection

Total Page:16

File Type:pdf, Size:1020Kb

Precise Image Registration and Occlusion Detection Precise Image Registration and Occlusion Detection A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science in the Graduate School of The Ohio State University By Vinod Khare, B. Tech. Graduate Program in Civil Engineering The Ohio State University 2011 Master's Examination Committee: Asst. Prof. Alper Yilmaz, Advisor Prof. Ron Li Prof. Carolyn Merry c Copyright by Vinod Khare 2011 Abstract Image registration and mosaicking is a fundamental problem in computer vision. The large number of approaches developed to achieve this end can be largely divided into two categories - direct methods and feature-based methods. Direct methods work by shifting or warping the images relative to each other and looking at how much the pixels agree. Feature based methods work by estimating parametric transformation between two images using point correspondences. In this work, we extend the standard feature-based approach to multiple images and adopt the photogrammetric process to improve the accuracy of registration. In particular, we use a multi-head camera mount providing multiple non-overlapping images per time epoch and use multiple epochs, which increases the number of images to be considered during the estimation process. The existence of a dominant scene plane in 3-space, visible in all the images acquired from the multi-head platform formulated in a bundle block adjustment framework in the image space, provides precise registration between the images. We also develop an appearance-based method for detecting potential occluders in the scene. Our method builds upon existing appearance-based approaches and extends it to multiple views. ii to my mother iii Acknowledgments I would like to extend my heartfelt gratitude to my advisor Dr. Alper Yilmaz whose invaluable guidance in work and personal life made this work possible. His never ending support was valuable every step of the way. He made sure that he was always availabe and had constructive suggestions towards my research. I would also like to thank Dr. Li and Dr. Merry for their participation as committee members for my Master's Thesis Examination. I would like to thank all the members of the Photogrammetric Computer Vision Lab for a friendly and intellectually stimulating environment that made my stay at OSU the most memorable experience of my life. I would also like to thank my friends at Ohio State for some of the most fun times ever. iv Vita April 1986 . Born - Indore, India June 2007 . B. Tech. Civil Engineering, Indian Institute of Technology Kanpur, India September 2008 - present . Graduate Student, Department of Civil & Environmental Eng. and Geodetic Science, The Ohio State University Publications Research Publications V. Khare, A. Yilmaz, and O. Mendoza-Schrok. Precise Image Registration and Occlusion Detection In Proceedings of the IEEE National Aeronautics and Aerospace Electronics Conference, 2010. V. Khare, S. Yadav, A. Rastogi, and O. Dikshit. Textural Classification of SAR Images In Proceedings of the XXVII INCA Internation Congress, 2007. Fields of Study Major Field: Civil Engineering v Table of Contents Page Abstract . ii Dedication . iii Acknowledgments . iv Vita......................................... v List of Tables . ix List of Figures . x 1. Introduction . 1 1.1 Overview . 1 1.2 Related Work . 3 1.3 Motivations and Contributions . 10 1.4 Organization of the Thesis . 12 1.5 Notation . 12 2. Projective Geometry and Homography Estimation . 13 2.1 Projective Space and Homogenous Coordinates . 15 2.2 Projective Transformations and Planar Homography . 16 2.3 Estimation of Planar Homography . 18 2.3.1 Number of Measurements Required . 19 2.3.2 Direct Linear Transform (DLT) . 20 2.4 Cost Functions . 23 2.4.1 Algebraic Distance . 23 2.4.2 Symmetric Transfer Error . 23 2.4.3 Reprojection Error . 24 vi 2.5 Transformation Invariance and Normalization . 25 2.5.1 Image Coordinate Transforms . 26 2.5.2 Non-Invariance of DLT . 26 2.5.3 Invariance of Geometric Error . 27 2.5.4 Normalization . 27 2.6 Iterative Minimization . 28 2.6.1 Gold Standard Algorithm . 29 3. Image Mosaicking . 31 3.1 Key-point Detection . 32 3.1.1 Harris and Stephen's Corner Detector . 33 3.1.2 Scale Invariant Features Transform (SIFT) . 34 3.2 Key-point Matching . 35 3.3 Robust Estimation (RANSAC) . 36 4. Image Registration for Multi-Head Cameras . 40 4.1 Projection Model and Initial Estimates . 41 4.2 Algorithm Overview . 42 4.2.1 Key-point Detection and Matching . 44 4.2.2 Image Connectivity Graph . 45 4.2.3 Initial Estimation by Graph Traversal . 46 4.2.4 Optimizing with the Levenberg-Marquardt Algorithm . 48 4.3 Occlusion Detection . 50 5. Experiments and Results . 54 5.1 Data Description . 54 5.2 Experiments with Simulated Data . 55 5.3 Registration of CLIF Dataset . 59 5.4 Details of Occlusion Detection . 62 6. Conclusions and Future Work . 67 Bibliography . 69 Appendices 74 A. Software Implementation Details . 74 vii A.1 Software Environment . 74 A.2 Input . 74 A.3 Caching . 75 A.4 Output . 75 A.5 Running the program . 76 A.6 Viewing Results . 76 A.7 Notes for Programmers . 77 viii List of Tables Table Page 2.1 Characteristics of various geometries and invariants therein. 14 5.1 RMS errors for the registration of simulated dataset. 57 ix List of Figures Figure Page 2.1 Points become lines and lines become planes in projective space. 17 2.2 A central projection projects all points from one plane to another along rays passing through a perspective center. This is a simpler case of projecticity called perspectivity. 19 2.3 Examples of 2D Homography, x0 = Hx. A planar homography is induced between two images by a world plane. 20 2.4 An illustration of (a) Symmetric transfer error and (b) Reprojection error. The points x and x0 are measured points and hence do not correspond perfectly because of noise. The esimated points x^ and x^0 do match perfectly for the estimated homography H^ . 25 3.1 Detecting key-points with sift and finding geometrically consistent points with RANSAC. The figure above shows the key-points detected with SIFT and matched using BBF. The lower figure shows matches geo- metrically consistent with homography calculated using RANSAC. 39 3.2 Mosaicing images after estimating homography using RANSAC. 39 4.1 The projection model used for bundle adjusment using Levenber-Marquardt estimation. 42 4.2 Flow chart depicting the various stages of registering images from a multi-head camera. 43 4.3 The number of points detected decreases as one moves down the scale space octaves. 44 x 4.4 Schematic of an Image Connectivity Graph. 46 4.5 A typical scenario in creating the mosaic. The images I1 :::In−1 are 0 0 warped into the reference image space I0 as I1 :::In−1 to create the panorama. 52 5.1 The relative positioning of the cameras as shown from the camera viewpoint onboard the aircraft. 56 5.2 The images from the six camera heads arranged side by side. Note that there is some overlap between the images as the principle axes of the cameras are not parallel. 57 5.3 Capturing simulated data points over an urban terrain with two camera heads in linear motion. (a) Two camera heads forming the multi-head camera move in an oblique direction to simulate flight for four time epochs. (b), (c), (d) Random terrains are generated with a ‘flat’ ground and random high-rise `buildings'. Data points are captured for the four time epochs. 58 5.4 Bundle adjustment of the synthetic dataset. Points captured for epoch 2 are projected onto points captured for epoch 1. (a), (b) and (c) plot the points for three random datasets. Points are divided into ground points and potential occluders (building points). Ground points register accurately while building points show misregistration due to parallax. 59 5.5 `Mosaicing' for adjacent cameras for the simulated dataset. Despite having no overlap between them, adjacent cameras are connected in the connectivity graph and hence can be `stitched' together. The projected points are compared to the real points locations. 60 5.6 Mosaicking for two images. The two images taken from camera 2 shown above in (a) and (b) were part of the bundle adjustment and have been precisely registered in (c). The difference in pixel values is visible in (d). The difference image was contrast enhanced to improve visibility. 61 5.7 Mosaicking for two images. The two images taken from camera 4 shown above in (a) and (b) were part of the bundle adjustment and have been precisely registered in (c). The difference in pixel values is visible in (d). The difference image was contrast enhanced to improve visibility. 62 xi 5.8 Comparison with traditional approach. (a) shows the mosaic generated for 20 epochs using the traditional approach of sequentially register- ing pairs of images. (b) Shows the same images registered using our method. Note that in (a) the misregistration increases as we move away from the reference image and our approach (b) successfully reduces this misregistration. 63 5.9 Mosaic of the CLIF dataset across 20 epochs. This mosaic is generated by using pixel values from only one transformed image. 63 5.10 Occlusion detection on the CLIF dataset across 20 epochs. The occlu- sion is overlayed in red. 64 5.11 Mosaic of the CLIF dataset across 20 epochs. This mosaic is generated by blending pixel values from all the transformed images. 64 5.12 (a) Mosaic across 20 epochs for a different area. (b) Mosaic with over- laid occlusions. 65 5.13 Mosaic across 150 epochs. (a) shows the panorama and (b) shows the overlayed potential occluders.
Recommended publications
  • Desargues' Theorem and Perspectivities
    Desargues' theorem and perspectivities A file of the Geometrikon gallery by Paris Pamfilos The joy of suddenly learning a former secret and the joy of suddenly discovering a hitherto unknown truth are the same to me - both have the flash of enlightenment, the almost incredibly enhanced vision, and the ecstasy and euphoria of released tension. Paul Halmos, I Want to be a Mathematician, p.3 Contents 1 Desargues’ theorem1 2 Perspective triangles3 3 Desargues’ theorem, special cases4 4 Sides passing through collinear points5 5 A case handled with projective coordinates6 6 Space perspectivity7 7 Perspectivity as a projective transformation9 8 The case of the trilinear polar 11 9 The case of conjugate triangles 13 1 Desargues’ theorem The theorem of Desargues represents the geometric foundation of “photography” and “per- spectivity”, used by painters and designers in order to represent in paper objects of the space. Two triangles are called “perspective relative to a point” or “point perspective”, when we can label them ABC and A0B0C0 in such a way, that lines fAA0; BB0;CC0g pass through a 1 Desargues’ theorem 2 common point P: Points fA; A0g are then called “homologous” and similarly points fB; B0g and fC;C0g. The point P is then called “perspectivity center” of the two triangles. The A'' B'' C' C A' P A B B' C'' Figure 1: “Desargues’ configuration”: Theorem of Desargues two triangles are called “perspective relative to a line” or “line perspective” when we can label them ABC and A0B0C0 , in such a way (See Figure 1), that the points of intersection of their sides C00 = ¹AB; A0B0º; A00 = ¹BC; B0C0º and B00 = ¹CA;C0 A0º are contained in the same line ": Sides AB and A0B0 are then called “homologous”, and similarly the side pairs ¹BC; B0C0º and ¹CA;C0 A0º: Line " is called “perspectivity axis” of the two triangles.
    [Show full text]
  • Set Theory. • Sets Have Elements, Written X ∈ X, and Subsets, Written a ⊆ X. • the Empty Set ∅ Has No Elements
    Set theory. • Sets have elements, written x 2 X, and subsets, written A ⊆ X. • The empty set ? has no elements. • A function f : X ! Y takes an element x 2 X and returns an element f(x) 2 Y . The set X is its domain, and Y is its codomain. Every set X has an identity function idX defined by idX (x) = x. • The composite of functions f : X ! Y and g : Y ! Z is the function g ◦ f defined by (g ◦ f)(x) = g(f(x)). • The function f : X ! Y is a injective or an injection if, for every y 2 Y , there is at most one x 2 X such that f(x) = y (resp. surjective, surjection, at least; bijective, bijection, exactly). In other words, f is a bijection if and only if it is both injective and surjective. Being bijective is equivalent to the existence of an inverse function f −1 such −1 −1 that f ◦ f = idY and f ◦ f = idX . • An equivalence relation on a set X is a relation ∼ such that { (reflexivity) for every x 2 X, x ∼ x; { (symmetry) for every x; y 2 X, if x ∼ y, then y ∼ x; and { (transitivity) for every x; y; z 2 X, if x ∼ y and y ∼ z, then x ∼ z. The equivalence class of x 2 X under the equivalence relation ∼ is [x] = fy 2 X : x ∼ yg: The distinct equivalence classes form a partition of X, i.e., every element of X is con- tained in a unique equivalence class. Incidence geometry.
    [Show full text]
  • Conic Homographies and Bitangent Pencils
    Forum Geometricorum b Volume 9 (2009) 229–257. b b FORUM GEOM ISSN 1534-1178 Conic Homographies and Bitangent Pencils Paris Pamfilos Abstract. Conic homographies are homographies of the projective plane pre- serving a given conic. They are naturally associated with bitangent pencils of conics, which are pencils containing a double line. Here we study this connec- tion and relate these pencils to various groups of homographies associated with a conic. A detailed analysis of the automorphisms of a given pencil specializes to the description of affinities preserving a conic. While the algebraic structure of the groups involved is simple, it seems that a geometric study of the vari- ous questions is lacking or has not been given much attention. In this respect the article reviews several well known results but also adds some new points of view and results, leading to a detailed description of the group of homographies preserving a bitangent pencil and, as a consequence, also the group of affinities preserving an affine conic. 1. Introduction Deviating somewhat from the standard definition I call bitangent the pencils P of conics which are defined in the projective plane through equations of the form αc + βe2 = 0. Here c(x,y,z) = 0 and e(x,y,z) = 0 are the equations in homogeneous coordi- nates of a non-degenerate conic and a line and α,β are arbitrary, no simultaneously zero, real numbers. To be short I use the same symbol for the set and an equation representing it. Thus c denotes the set of points of a conic and c = 0 denotes an equation representing this set in some system of homogeneous coordinates.
    [Show full text]
  • Foundations of Projective Geometry
    Foundations of Projective Geometry Robin Hartshorne 1967 ii Preface These notes arose from a one-semester course in the foundations of projective geometry, given at Harvard in the fall term of 1966–1967. We have approached the subject simultaneously from two different directions. In the purely synthetic treatment, we start from axioms and build the abstract theory from there. For example, we have included the synthetic proof of the fundamental theorem for projectivities on a line, using Pappus’ Axiom. On the other hand we have the real projective plane as a model, and use methods of Euclidean geometry or analytic geometry to see what is true in that case. These two approaches are carried along independently, until the first is specialized by the introduction of more axioms, and the second is generalized by working over an arbitrary field or division ring, to the point where they coincide in Chapter 7, with the introduction of coordinates in an abstract projective plane. Throughout the course there is special emphasis on the various groups of transformations which arise in projective geometry. Thus the reader is intro- duced to group theory in a practical context. We do not assume any previous knowledge of algebra, but do recommend a reading assignment in abstract group theory, such as [4]. There is a small list of problems at the end of the notes, which should be taken in regular doses along with the text. There is also a small bibliography, mentioning various works referred to in the preparation of these notes. However, I am most indebted to Oscar Zariski, who taught me the same course eleven years ago.
    [Show full text]
  • 10 Conics and Perspectivities
    10 Conics and perspectivities Some people have got a mental horizon of radius zero and call it their point of view. Attributed to David Hilbert In the last chapter we treated conics more or less as isolated objects. We defined points on them and lines tangent to them. Now we want to investigate various geometric and algebraic properties of conics. In particular, we will see how we can treat conics on the level of bracket algebra. 10.1 Conic through five points We start by calculating a conic through a given set of points. For this consider the quadratic equation that defines a conic. a x2 + b y2 + c z2 + d xy + e xz + f yz = 0. · · · · · · This equation has six parameters a, . , f 1. Multiplying all of them simultane- ously by the same non-zero scalar leads to the same conic. Thus the parameter vector (a, . , f) behaves like a vector of homogeneous coordinates. Counting degrees of freedom shows that in general it will take five points to uniquely determine a conic. To find the parameters for a conic through five points pi = (xi, yi, zi); i = 1, . , 5 we simply have to solve the following linear system of equations: 1 Compared to Section 9.1 we have relabeled the parameters and put the factor of 2 of the mixed terms into the parameters 164 10 Conics and perspectivities 2 2 2 a x1 y1 z1 x1y1 x1z1 y1z1 0 2 2 2 b x2 y2 z2 x2y2 x2z2 y2z2 0 2 2 2 c x3 y3 z3 x3y3 x3z3 y3z3 = 0 2 2 2 · d x4 y4 z4 x4y4 x4z4 y4z4 0 2 2 2 e x y z x5y5 x5z5 y5z5 0 5 5 5 f If this system has a full rank of 5 then there is an (up to scalar multiple) unique solution (a, .
    [Show full text]
  • Differential Spatial Resection-Pose Estimation Using a Single Local Image Feature
    Differential Spatial Resection - Pose Estimation Using a Single Local Image Feature Kevin K¨oser and Reinhard Koch Institute of Computer Science Christian-Albrechts-University of Kiel 24098 Kiel, Germany {koeser,rk}@mip.informatik.uni-kiel.de Abstract. Robust local image features have been used successfully in robot localization and camera pose estimation; region tracking using affine warps is considered state of the art also for many years. Although such correspondences provide a warp of the local image region and are quite powerful, in direct pose estimation they are so far only consid- ered as points and therefore three of them are required to construct a camera pose. In this contribution we show how it is possible to directly compute a pose based upon one such feature, given the plane in space where it lies. This differential correspondence concept exploits the tex- ture warp and has recently gained attention in estimation of conjugate rotations. The approach can also be considered as the limiting case of the well-known spatial resection problem when the three 3D points ap- proach each other infinitesimally close. We show that the differential correspondence is more powerful than conic correspondences while its exploitation requires nothing more complicated than the roots of a third order polynomial. We give a detailed sensitivity analysis, a comparison against state-of-the-art pose estimators and demonstrate real-world ap- plicability of the algorithm based on automatic region recognition. 1 Introduction Since the first description of spatial resection from 3 points by Grunert[7] in 1841, many people have worked on pose estimation or the so called P3P problem [5,31,6,8].
    [Show full text]
  • Foundations of Projective Geometry
    CHAPTER 15 Foundations of Projective Geometry What a delightful thing this perspective is! — Paolo Uccello (1379-1475) Italian Painter and Mathemati- cian 15.1 AXIOMS OF PROJECTIVE GEOMETRY In section 9.3 of Chapter 9 we covered the four basic axioms of Projective geometry: P1 Given two distinct points there is a unique line incident on these points. P2 Given two distinct lines, there is at least one point incident on these lines. P3 There exist three non-collinear points. P4 Every line has at least three distinct points incident on it. We then introduced the notions of triangles and quadrangles and saw that there was a finite projective plane with 7 points and 7 lines that had a peculiar property in relation to quadrangles. The odd quadrangle behavior turns out to absent in most of the classical models of Projective geometry. If we want to rule out this behavior we need a fifth axiom: Axiom P5: (Fano’s Axiom) The three diagonal points of a complete quadrangle are not collinear. 171 172 Exploring Geometry - Web Chapters This axiom is named for the Italian mathematician Gino Fano (1871– 1952). Fano discovered the 7 point projective plane, which is now called the Fano plane. The Fano plane is the simplest figure which satisfies Ax- ioms P1–P4, but which has a quadrangle with collinear diagonal points. (For more detail on this topic, review section 9.3.4.) The basic set of four axioms is not strong enough to prove one of the classical theorems in Projective geometry —Desargues’ Theorem. Theorem 15.1.
    [Show full text]
  • CHAP05 Perspectivities and Projectivities
    5. PERSPECTIVITIES AND PROJECTIVITIES §5.1. Perspectivities If h and k are distinct projective lines and C is a projective point on neither, then the perspectivity from h to k, with centre C, is the map f(P) = CP ∩ k. C Q P h k f(P) f(Q) Theorem 1: Cross ratios are preserved by perspectivities. Proof: Let f: h → k be a perspectivity with centre C. Let P, Q, R, S be four points on h with P, Q, R distinct and S ≠ P. Let P ′ = f(P), Q ′ = f(Q), R ′ = f(R) and S ′ = f(S). S R Q P P′ Q′ R′ S′ k C If P = 〈p〉 then, by the Collinearity Lemma, there exists a vector q and a scalar λ such that Q = 〈q〉, R = 〈p + q〉, S = 〈λp + q〉 where λ = ℜ(P, Q; R, S). Also there exists c such that C = 〈c〉; P′ = 〈p + c〉 . Now C, Q, Q ′ are collinear so Q ′ = 〈αq + βc〉 for scalars α, β. Since Q ′ ≠ C, α ≠ 0 so without loss of generality we may take α = 1 and Q ′ = 〈q + βc〉. Since R ′ = CR ∩ P ′Q ′ and (p + c) +(q + βc) = (p + q) + (1 + β)c, we have R ′ = 〈(p + c) +(q + βc)〉 . Since S ′ = P ′ Q ′ ∩ CS and λ (p + c) +(q + βc) = (λp + q) + (λ + β)c, we have S ′ = 〈λ (p + c) + (q + βc〉. 63 So P ′ = 〈p + c〉, Q ′ = 〈q + βc〉, R ′ = 〈(p + c) + (q + βc)〉, S ′ = 〈λ (p + c) + (q + βc)〉. Hence ℜ( P ′, Q ′; R ′, S ′) = λ = ℜ(P, Q; R, S).
    [Show full text]
  • Real-Time Embedded Panoramic Imaging for Spherical Camera System
    Real-time Embedded Panoramic Imaging for Spherical Camera System Main Uddin-Al-Hasan This thesis is presented as part of Degree of Bachelor of Science in Electrical Engineering Blekinge Institute of Technology September 2013 Blekinge Institute of Technology School of Engineering Department of Electrical Engineering Supervisor: Dr. Siamak Khatibi Examiner: Dr. Sven Johansson 2 3 Abstract Panoramas or stitched images are used in topographical mapping, panoramic 3D reconstruction, deep space exploration image processing, medical image processing, multimedia broadcasting, system automation, photography and other numerous fields. Generating real-time panoramic images in small embedded computer is of particular importance being lighter, smaller and mobile imaging system. Moreover, this type of lightweight panoramic imaging system is used for different types of industrial or home inspection. A real-time handheld panorama imaging system is developed using embedded real- time Linux as software module and Gumstix Overo and PandaBoard ES as hardware module. The proposed algorithm takes 62.6602 milliseconds to generate a panorama frame from three images using a homography matrix. Hence, the proposed algorithm is capable of generating panorama video with 15.95909365 frames per second. However, the algorithm is capable to be much speedier with more optimal homography matrix. During the development, Ångström Linux and Ubuntu Linux are used as the operating system with Gumstix Overo and PandaBoard ES respectively. The real-time kernel patch is used to configure the non-real- time Linux distribution for real-time operation. The serial communication software tools C- Kermit, Minicom are used for terminal emulation between development computer and small embedded computer. The software framework of the system consist UVC driver, V4L/V4L2 API, OpenCV API, FFMPEG API, GStreamer, x264, Cmake, Make software packages.
    [Show full text]
  • Projectivities with Fixed Points on Every Line of the Plane
    PROJECTIVITIES WITH FIXED POINTS ON EVERY LINE OF THE PLANE REINHOLD BAER The system of fixed elements of a projectivity contains with any two points the line connecting them and with any two lines their in­ tersection. It is, therefore, in its structure very much like a subplane of the plane under consideration ; and thus one may expect the struc­ ture of the projectivity to be dominated by the structure of the system of its fixed elements, provided this system is not "too small." To substantiate this we propose to investigate in this note a class of projectivities which we term quasi-perspectivities. They are charac­ terized by the property that every line carries a fixed point or, equiva- lently, that every point is on some fixed line. Every perspectivity is a quasi-perspectivity, and a quasi-perspec- tivity is not a perspectivity if, and only if, the system of its fixed elements is a projective subplane. Involutions are quasi-perspectivi­ ties too, and if the Theorem of Pappus is valid in the plane under consideration, then every quasi-perspectivity is a perspectivity or an involution. But already in the projective plane over the field of real quaternions there exist quasi-perspectivities which are neither per- spectivities nor involutions, and we give a complete survey of the quasi-perspectivities in Desarguesian projective planes. Our results become particularly striking in the case of finite pro­ jective planes. If every line in such a plane carries n + 1 points, then we may show that there do not exist projectivities possessing exactly n fixed points, that a projectivity is a quasi-perspectivity if, and only if, the number of its fixed points is at least w + 1, and that it is a perspectivity if, and only if, the number of its fixed points is w+1 or n+2.
    [Show full text]
  • Projective Geometry in a Plane
    Projective Geometry in a Plane Fundamental Concepts Undefined Concepts: Point, line, and incidence Axiom 1. Any two points P, Q lie on exactly one line, denoted PQ. Axiom 2. Any two lines l, m intersect in at least one point, denoted l•m. Definition. A quadrangle is a set of four points, no three of which are collinear. Axiom 3. A quadrangle exists. Axiom 4. If PQRS is a quadrangle, then its diagonal points PQ•RS, PR•QS, and PS•QR are not collinear. Definition. A range on l is a set of points lying on the line l. Definition. A pencil at P is a set of lines passing through the point P. Definition. An elementary projectivity is the correspondence between lines in a pencil and points in a range given by incidence: s p q r S R Q P Figure 1. An elementary projectivity. Definition. A projectivity is a finite composition of elementary projectivities, written as PQRS P’Q’R’S’, PQRS pqrs, pqrs p’q’r’s’, or pqrs PQRS. Axiom 5. If a projectivity fixes three points on a line, it fixes every point on the line. Definition. A perspectivity, denoted , is a composition of two projectivities. If lines in a pencil at P relate the two ranges in a perspectivity (see Figure 2), the ranges are said to be perspective from center P. If the ranges lie on lines l and m, this may also be called a projection of points on l to points on m from P (or vice-versa) P l C D A B D' m C' B' A' .
    [Show full text]
  • Theorems of Points and Planes in Three-Dimensional Projective Space
    J. Aust. Math. Soc. 88 (2010), 75–92 doi:10.1017/S1446788708080981 THEOREMS OF POINTS AND PLANES IN THREE-DIMENSIONAL PROJECTIVE SPACE DAVID G. GLYNN (Received 15 July 2007; accepted 4 April 2008) Communicated by L. M. Batten Abstract We discuss n4 configurations of n points and n planes in three-dimensional projective space. These have four points on each plane, and four planes through each point. When the last of the 4n incidences between points and planes happens as a consequence of the preceding 4n − 1 the configuration is called a ‘theorem’. Using a graph-theoretic search algorithm we find that there are two 84 and one 94 ‘theorems’. One of these 84 ‘theorems’ was already found by Möbius in 1828, while the 94 ‘theorem’ is related to Desargues’ ten-point configuration. We prove these ‘theorems’ by various methods, and connect them with other questions, such as forbidden minors in graph theory, and sets of electrons that are energy minimal. 2000 Mathematics subject classification: primary 51A20; secondary 51A45, 05B25, 05B35. Keywords and phrases: geometry, configuration, projective space, theorem, minimal energy electrons, forbidden minor, Fano, Pappus, Desargues, Möbius. 1. Introduction DEFINITION 1.1. A (combinatorial) nk configuration is an incidence structure .P; B; I / with a set P of n points and a set B of n blocks (which may be considered to be subsets of P), such that each block contains k of the points, and each point is on k of the blocks. A point p 2 P is on a block b 2 B if and only if pI b, where I is the incidence relation.
    [Show full text]