Recent content by Shadow_7

  1. S

    Image Processing: Understanding DFT Basics

    I am trying to understand some really basics of image processing. One of them is the DFT ( Discrte Fourier Tranform). I have seen code segments, read stuff but still I don't get how the image produced is related to the first one. For example, I take an image with vertical black and white...
  2. S

    Taylor Series/Newton Raphson Method question -Link Fixed

    http://uploadpic.org/storage/2011/dGTvcFGgvl4VYoVB40HpLSMxH.jpeg Can somebody guide me through this? I know how to apply Newton Raphson Method, but the x^* symbol and "argmin" function are kinda new to me. I am re referring to part (c). Thanks.
  3. S

    Taylor Series/Newton Raphson Method question

    Can somebody guide me through this? I know how to apply Newton Raphson Method, but the x^* symbol and "argmin" function are kinda new to me. I am re referring to part (c). Thanks.
  4. S

    Normalizing Vectors and Light in Computer Graphics

    I am trying to understand how light works in computer graphics. Especially OpenGL 3+. So I was given a paper that says how to calculate light. It says "normalise the vectors before taking the dot product".How do I normalize vectors and why? I have to compute the normals to a vertex. What is a...
Back
Top