Class ProjectiveExpandToNeighbors


  • public class ProjectiveExpandToNeighbors
    extends java.lang.Object
    Finds the projective camera for all 3D neighbors of the seed. For node 'B' with a 3D connection to the seed and an unknown camera it:
    1. Finds another node 'C' which is connected to the seed and has a known camera
    2. Find all features in common with seed, B, C. Splits them into known and unknown sets
    3. Estimate the camera for B from known features
    4. Triangulates using all 3 views the unknown features
    5. Runs projective bundle adjustment