BACK TO PROJECTS
Mobile / AI

RN-OpenCV Stitching

High-performance image stitching in React Native using OpenCV. Enabling panoramic photo generation directly on mobile devices.

VIEW SOURCE

RN-OpenCV Stitching

This project integrates the powerful OpenCV library into a React Native application to perform complex image processing tasks on the edge.

Key Achievement

Implemented a robust image stitching algorithm that can take multiple overlapping photos and combine them into a single panoramic image with minimal distortion.

Tech Stack

  • React Native: Cross-platform bridge.
  • C++ / JNI: Low-level OpenCV implementation for performance.
  • Native Modules: Exposing the stitching engine to JavaScript.

This project highlights my ability to work across the entire stack, from low-level C++ to high-level UI components.