Image Synthesis


  • Note about the movies; I like to play them in reverse in a loop - definitely play in a loop though, its how I designed them.
  • The movie for degree 4 b-spline filter is available here
  • The movie for a point sample is available here
    CPSC 6650 Program 1 Create nicely antialiased images at 256 by 256
    resolution of the function: L(x,y) = 0.5(1 + sin(x*x + y*y)) Use the
    Mitchell filter, and b-spline filters of degree 0,1,2,3,4. Turn in the
    six figures as a web page. Extra Credit Create a movie for the best
    filters of the function: L(x,y) = 0.5(1 + sin(x*x + y*y + k*t) )
    where t is time and k is a constant. 
    Changes made:
    point sample and:
    function L(x,y) changed to .5*1+sin(.01*x*x +.01*y*y))
    
    HW #2gamma = 2
    Point Sample
    Box Filter 100,000 samples
    B-Spline degree 1 100,000
    B-Spline degree 2 100,000
    B-Spline degree 3 100,000
    B-Spline degree 4 100,000
    Mitchell filter 100,000