gpt4 book ai didi

iphone - iOS 中的视频可以反卷积吗?

转载 作者:可可西里 更新时间:2023-11-01 06:11:13 24 4
gpt4 key购买 nike

我想拍摄击球手挥动棒球的画面,但球棒很模糊。视频为 30 fps。

通过研究,我发现去卷积似乎是最小化运动模糊的方法,但我不知道是否或如何在我的 iOS 应用程序后期处理中实现它。

我希望有人能给我指出正确的方向,例如如何在 iOS 中应用反卷积算法或者我可能需要做什么……或者如果可能的话。我想这需要一些处理能力。

欢迎任何建议...

谢谢,这让我发疯了......

最佳答案

经过大量研究并与开发人员就 iOS 上的去卷积进行讨论(感谢 Brad Larson 花时间给我详细信息),我相信这是不可能的和/或不值得花时间。如果硬件可以处理计算(不保证),它将非常慢并且消耗设备的大部分电池。我还被告知,实现这些算法可能需要几个月的时间……如果可能的话。

这是我从 Apple 收到的回复...

Deconvolution algorithms are generally difficult to implement and can be very computationally intensive. I suggest you starting with a simple sharpening technique. Depending on the amount of the motion blur in your video, it might just suffice.

The sharpen filters, including CISharpenLuminance and CIUnsharpMask, are now available in iOS 6, so it is moderately easy to test them out.

Core Image Filter Reference https://developer.apple.com/library/mac/#documentation/graphicsimaging/reference/CoreImageFilterReference/Reference/reference.html

Core Image sample code from this year's WWDC session 511 "Core Image Techniques". It's called "Attempt3". This sample demonstrates best practices for applying CIFilter's to a live video taken by the iPhone/iPad camera. You may download the session video from the following page: https://developer.apple.com/videos/wwdc/2012/.

只是想传递这些信息。

关于iphone - iOS 中的视频可以反卷积吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13056426/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com