opencv-spm icon indicating copy to clipboard operation
opencv-spm copied to clipboard

Inquiry about the Inclusion of Stitcher Class in opencv-spm

Open Corotata opened this issue 8 months ago • 1 comments

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!

Corotata avatar Nov 03 '23 21:11 Corotata

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 avatar Nov 04 '23 07:11 yeatse