3d-cubes-JSThis is a Javascript project that renders 3d shaded cubes on a 2d canvas, using easel.js and math.js. It's a proof-of-concept/practice project for exercising matrix algebra for 3d transformations.
Link: https://github.com/cemevin/3d-cubes-JS |
Selfie Time Lapse in OpenCVFace align Selfies in Open CV.
This Python code take a series of selfies taken, aligns and centers them, and creates a time lapse video. The code uses OpenCV, PIL and imageio for face detection and video generation. Link: https://github.com/cemevin/face_align |