Panoramic images is a code written in python3 using OpenCV for similarity detection.
Hybrid Images
Hybrid Images is a program written in MATLAB. It takes two images as input. It applies low-pass and high-pass filter on respective images and merges them to create a hybrid image. Sample images and source code is attached down below.
Image Converter
Image Converter is a program written in MATLAB. It takes images as input. The image format from top to bottom is in BGR format as input and produces a color image. It auto-divides the single image and aligns those three images looking at similarities in those images. Sample images and source code is attached down below.
Rusty Game
We worked as a team and replicated the all-famous space invaders game using Rust programming language. We added scoring features and player avatar features to the game. You can replicate the game using the GitHub link down below.