opencv-android
opencv-android copied to clipboard
Stitching Algorithm
It seems that the Java interface for OpenCV does not include the Stitcher class, which is essential for image stitching functionality. Given this limitation, is there an alternative way to implement image stitching in a React Native application? Are there any workarounds, such as using a native module or integrating another library, that could provide similar image stitching capabilities in React Native?
i'm also looking for the same solution