blur-kernel-space-exploring icon indicating copy to clipboard operation
blur-kernel-space-exploring copied to clipboard

generate_blur

Open StephanPan opened this issue 2 years ago • 0 comments

To transfer the motion blur between the image pair (x, y) to a new image xˆ, we can simply compute: yˆ := F(ˆx, G(x, y)). however, when i set the x^ same as the x, the output y^ is largely different from y. It seems that the extracted kernel is not that accurate。

StephanPan avatar Dec 14 '21 12:12 StephanPan