Results 1 to 5 of 5

Thread: Image Stiching

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    Image Stiching

    Here is the issue. I have a project where I am taking a PTZ camera (that's a camera that can be moved programatically) and taking pictures from the far right of it's range, to the far left. I then need to stitch the photos toether to create a panoramic.

    Does anyone know of any tutorials for this, or have any idea how I would go about this.

    Thanks

  2. #2
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Cool Re: Image Stiching

    It's not a VB.NET solution, but AutoStitch is ranked as the best free "image stitcher" software (or at least the best as said by Tech Support Alert).
    ~Peter


  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Image Stiching

    Are we to assume that this camera has a full 360 degree FOV?
    I don't live here any more.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    Re: Image Stiching

    Woss
    The camera it self does have 360 FOV. But mostlikely it will be set in a corner so we will be setting the max left and max right. Do you have an idea how I can do it?


    MrGTI
    I took a look at the AutoStitch. If they provide some sort of framework so I can integrate it into my app that will be perfect.

  5. #5
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Image Stiching

    If you have a nice setup that physically moves in small increments then you need to work out how many pixels wide the increment is. Then you just select a thin column of pixels vertically in the centre of the image.

    Take a picture, keep the thin column of pixels (throw the rest away). then move the camera and take another picture and do the same thing over and over until you have the whole area covered.....

    You will end up with lots of small vertical strips of picture data. Then its a matter of putting them side-by side and smoothing with a simple filter.

    Thats my best guess without seeing the hardware you have to play with.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width