Implementation of:
- Mean filter
- Median filter
- Gaussian filter
- Bilateral gaussian filter
Implementation of newton's method to solve:
- R -> R equation
- R^2 -> R^2 equations
- z^3 = 1 Julia set
- z^5 = 1
- R^2 -> R optimization
- Mandelbrot set
Implementation of:
- Natural Cubic Spline
- Hermite Cubic Spline
- Natural Spline Curve for R^2
- Hermite Spline Curve for R^2