Thread: 2d to 3d: Image processing

  1. #1
    ... arjunajay's Avatar
    Join Date
    May 2005
    Posts
    203

    Question 2d to 3d: Image processing

    I need to synthesise a 3d mesh from two or more 2d images taken from different angles.
    I tried googling 'obtaining 3d mesh from 2d images' and similar phrases. It did'nt really help.
    Can some who has previous experience in the area of image processing please help me by suggesting some key words to start with and some useful sites.

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    311
    It's by no means a trivial problem, the general field is known as Computer Vision, with your particular problem known as scene reconstruction. Most problems involving multiple images and scene reconstruction revolve around the stereo correspondence problem.

    By all means go for it, play with it, and when you get done, you will be a good part of the way towards a nice doctorial disertation.

    The cheap way to do this is to do the correspondence part yourself by writing a program that display's pairs of images and storing a vertex for each pair of clicks.

  3. #3
    ... arjunajay's Avatar
    Join Date
    May 2005
    Posts
    203
    Woh,
    now Realise,Stuff is too advanced for me; but any way I start with the links you provided
    Thank you...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  3. image processing
    By ICool in forum C Programming
    Replies: 75
    Last Post: 10-15-2007, 04:42 AM
  4. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  5. Memory Allocation in Intell Image processing liberary
    By nisar in forum Windows Programming
    Replies: 0
    Last Post: 01-12-2003, 07:29 AM