You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in 0...154 { if let str = Bundle.main.path(forResource: "samplebuffer\(i).png", ofType: "jpg") { paths.append( str) } } self.pano = StitchingWrapper.stitchImages(ofPaths: paths)
I use this code to stitch 154 images for screen capture. But the it return nothing, and it need longlong time on i7-8700.
I decide re-write code running on GPU with Metal of iOS.
OpenCV is to large to difficult to re-write
Can you open the source code of your pano-library please?
The text was updated successfully, but these errors were encountered:
for i in 0...154 { if let str = Bundle.main.path(forResource: "samplebuffer\(i).png", ofType: "jpg") { paths.append( str) } } self.pano = StitchingWrapper.stitchImages(ofPaths: paths)
I use this code to stitch 154 images for screen capture. But the it return nothing, and it need longlong time on i7-8700.
I decide re-write code running on GPU with Metal of iOS.
OpenCV is to large to difficult to re-write
Can you open the source code of your pano-library please?
The text was updated successfully, but these errors were encountered: