Imgalign

screenshot of Imgalign
vue
vuetify

Webapplication for image stitching and aligning

Overview:

ImgAlign is a web application designed for joining, stitching, or aligning overlapping images to create panoramas or align images that were not scanned properly. It offers features like surface projection, feature detection, feature matching, bundle adjustment, wave correction, color transfer, seam detection, and multiband blending. The core algorithms are sourced from OpenCV, with adjustments made where necessary, and a customized version of OpenCV has been compiled to WebAssembly for efficient web usage.

Features:

  • Surface Projection: Allows for projecting images onto surfaces.
  • Feature Detection: Identifies key features in the images.
  • Bundle Adjustment: Adjusts the images to align properly.
  • Wave Correction: Corrects distortions in the images.
  • Color Transfer: Ensures consistency in color tones across images.
  • Seam Detection: Detects and blends seams between images.
  • Multiband Blending: Blends images seamlessly using multiple bands.

Summary:

ImgAlign is a powerful web application built for image stitching and alignment, leveraging OpenCV algorithms compiled to WebAssembly for efficient processing. With features like surface projection, feature detection, and multiband blending, it simplifies the creation of panoramas and aligned images. Despite limitations on image size due to resource-intensive processes, ImgAlign offers a user-friendly solution accessible across various devices without the need for professional software downloads.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Pwa

A Progressive Web App (PWA) is a type of web application that uses modern web technologies to provide a native app-like experience to users, including offline functionality, push notifications, and device hardware access. PWAs can be installed on a user's home screen and launched like a traditional app, but do not require a separate app store listing or download.