import cli import vec cli.init() pos = vec.Vec2d(0) vec = vec.Vec2d(0.5, 0.3) vec.norm() while True: cli.clear() cli.rect(pos.x, pos.y, 0, 0, '@', (255, 0, 0), (0, 0 ...
This folder creates of several files that contain code I wrote to perform image filtering and Gaussian smoothing to process images and make them much clearer to be analyzed. Used several linear ...