yeatse / opencv-spm

Integrate OpenCV into your project using Swift Package Manager.
Apache License 2.0
75 stars 23 forks source link

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

Open Corotata opened 1 year ago

Corotata commented 1 year ago

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 commented 1 year ago

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