TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
Conducts image stitching upon an input video to generate a panorama in 3D
git clone https://github.com/WillBrennan/ImageStitching.gitWillBrennan/ImageStitchingThis algorithm runs through a video file, or a set of images, and stitches them together to form a single image. It can be used for scanning in large documents where the resolution from a single photo may not be sufficient. Currently this doesnt take into account image blurring, evaluating whether an incoming frame has a better quality than the previous one, or lens distortion.
Getting the app running is pretty simple; clone, install the requirements, and run!
# Clone the repo git clone https://github.com/WillBrennan/ImageStitching && cd ImageStitching # install deps pip install -r requirements.txt # Run the stitching! python stitching.py <path to image directory or video files> --display --save
Automatic Panoramic Image Stitching using Invariant Features
more like this
search projects, people, and tags