Open stonexing opened 4 years ago
I have success made OpenPano work for iOS
But now I still have no idea about remake this project by using MetalKit to enable GPU to improve speed
I have success made OpenPano work for iOS
But now I still have no idea about remake this project by using MetalKit to enable GPU to improve speed
切换到framework分支应该就是源码了。
Is it possible to see the source code? @taontech
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?