Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry about the Inclusion of Stitcher Class in opencv-spm #12

Closed
Corotata opened this issue Nov 3, 2023 · 1 comment
Closed

Inquiry about the Inclusion of Stitcher Class in opencv-spm #12

Corotata opened this issue Nov 3, 2023 · 1 comment

Comments

@Corotata
Copy link

Corotata commented Nov 3, 2023

Hello! I have been utilizing the opencv-spm library for an image processing project and came across a requirement to perform image stitching. In the standard OpenCV C++ library, the Stitcher class is typically used for this purpose. However, I noticed that this class seems to be absent from the Swift package.

Could you please confirm whether the Stitcher class is included in the opencv-spm library? If it is not included, are there any plans to support this class in future releases? Alternatively, could you suggest another approach to achieve image stitching within the Swift environment?

Thank you for your time and assistance!

@yeatse
Copy link
Owner

yeatse commented Nov 4, 2023

You need to incorporate a wrapper class into your project to make use of it.. I have provided a demonstrative use case of the Stitcher in this sample project: https://github.com/yeatse/opencv-spm-example/tree/stitching

@yeatse yeatse pinned this issue Jan 10, 2025
@yeatse yeatse closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants