lukaszkurantdev / react-native-fast-opencv

A powerful port of OpenCV for React Native.
https://lukaszkurantdev.github.io/react-native-fast-opencv/
MIT License
66 stars 7 forks source link

Are there any functions to perform image stitching in Android for React Native? #29

Closed cavadibrahimli1 closed 1 week ago

cavadibrahimli1 commented 2 weeks ago

Hi, I am working on a React Native project, and I need to perform image stitching on Android devices. Is there any existing function (or a native Android solution) that can be used to achieve this?

Any examples or guides would be greatly appreciated! Thank you.

lukaszkurantdev commented 1 week ago

Hi @cavadibrahimli1, support for the stitching module is currently outside the library. It is of course possible to use OpenCV for this purpose, but this would require:

Due to the desire to keep the library as small as possible, more advanced modules are not available.

cavadibrahimli1 commented 22 hours ago

Are there any plans about adding this module in library in future in your mind?

lukaszkurantdev commented 21 hours ago

I have no such plans at present, but the repository is open to pull requests.