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

标签 iphone objective-c ios ipad

我想拍摄击球手挥动棒球的画面,但球棒很模糊。视频为 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/

相关文章:

iphone - 从纵向旋转到横向时如何更改 UIBarButtonItem 大小?

ios - UIImageView 作为我的 UIViewController 类中 UIView 的 subview

iOS8 Touch ID 获取错误 : Pending UI mechanism already set

ios - 如何获取 Amazon S3 存储桶中文件夹内的文件列表

c++ - 试图读取整个文本文件

ios - 更改 UINavigationBar 色调颜色

ios - Xing API SSL 错误

iphone - 分段表转 JSON

iphone - 崩溃登录设备

php - 从 APNS-php 错误中检索 token