 | User selects regions in which the object to
be extracted is in
|
 | Automatic Feature Detection or User
Interaction is used to select points of interest to track across the multiple images
|
 | The Feature Tracker tracks the points across
the multiple images to create the points matrix
|
 | The Points Matrix undergoes Image
Factorization to get (x,y,z,u,v) the set of vectors describing the object geometry
|
 | The Points get connected in the Meshing
routine, creating a polygon mesh
|
 | The Rendering Engine performs View Synthesis
on occluded portions and presents it to the user for viewing
|