GitZChen / OpenPano-iOS

Framework & App that automatically stitches spherical panoramas from selected photos.
7 stars 6 forks source link

可以开源吗? could you open source please? #1

Open stonexing opened 4 years ago

stonexing commented 4 years ago

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?

stonexing commented 4 years ago

I have success made OpenPano work for iOS 截屏2020-01-11下午4 17 33

But now I still have no idea about remake this project by using MetalKit to enable GPU to improve speed

taontech commented 4 years ago

I have success made OpenPano work for iOS 截屏2020-01-11下午4 17 33

But now I still have no idea about remake this project by using MetalKit to enable GPU to improve speed

切换到framework分支应该就是源码了。

lucychen0103 commented 2 years ago

Is it possible to see the source code? @taontech