API DOCS¶
computations.py¶
USAGE: Numerical Computation functions
Transformations¶
Transformation 1: \(T_1: M(x_i,y_i) \to M' \bigg( \frac{1}{m} \sum^m_{j=k} x_{ij} , y_i \bigg)\)
Transformation 2 (Rotary): \(\mathrm{Rot}(\theta): M(x,y) \to M'(x \cos \theta, y \sin \theta)\)
Transformation 3: \(M (x,y) \overset{\mathrm{Rot}(\theta)}{\to} M'(x_{min},y,D- \mathrm{d}x)\)
pics.py¶
USAGE: Image manipulation via PIL