Recent content by Shadow_7
-
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...- Shadow_7
- Thread
- Image Image processing Processing
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
S
Undergrad 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. -
S
Undergrad 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. -
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...- Shadow_7
- Thread
- Computer Graphics Light Vectors
- Replies: 2
- Forum: Programming and Computer Science