Results 1 to 10 of 23

Thread: How to progressively map a plane to a semisphere?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2

    Post

    PS about why i prefer map to a semisphere and not to the sphere

    A flat projection of the semisphere will contain all the original image distorted how i wish while in case of a sphere only the half on the upper half of the sphere will be usable (and distortions too extreme )

    UPDATE i may have part of the solution how map a square to a semi sphere and a rectangle to the correspondent semi ellipsoid

    I failed to find the discussion on the formula to be applied but if may help i have as Mathmap code
    filter rel2ellv3(image in)
    xprime=x/sqrt(1-4*(y/H)*(y/H));
    yprime=y/sqrt(1-4*(x/W)*(x/W));
    in(xy:[xprime,yprime])
    end
    The remaing problem is the progression a smooth transition from the Original Image to the resulting semi sphere or ellipsoid

    ( And that if the rectangle is not a square result will be a semi ellipsoid and not a semisphere, but that do not worry me so much
    ...when and if needed may be corrected simply scaling down only the larger side ,to make image's H and W equal)
    Last edited by PhotoComix; 05-01-2009 at 02:36 PM.

Posting Permissions

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