adding motion blur to still images - tu delft · 2019. 5. 29. · motion blur adding motion blur to...

41
Xuejiao Luo 1,2 , Nestor Salamon 1 , Elmar Eisemann 1 Adding Motion Blur to Still Images 1 Delft University of Technology 2 Telecom ParisTech

Upload: others

Post on 28-Mar-2021

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Xuejiao Luo1,2, Nestor Salamon1, Elmar Eisemann1

Adding Motion Blur to Still Images

1Delft University of Technology 2Telecom ParisTech

Page 2: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Introduction

Adding Motion Blur to Still Images

Page 3: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Motion Blur

Adding Motion Blur to Still Images 3

blasing by, by mitchell haindfield (CC BY 2.0) DSC04627, by Lewin Bormann (CC BY-SA 2.0)

Page 4: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Motion Blur

Adding Motion Blur to Still Images 4

Cambridge Circus, by Stig Nygaard (CC BY 2.0)

mountainbike downhill contest motion, by Markus Spiske (CC0)

Page 5: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Motion Blur

Adding Motion Blur to Still Images 5

• Shutter Speed

• Object Motion

• Camera Motion

• Illumination, lens, filter..

• Long Exposure, slow motion

Le Mans 2013, by Surreal Name Given (CC BY 2.0)

Page 6: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

• Depth of field – Stereo defocus [Barron et al.] – Light Field1, special sensors [Nagahara et al.]

• Image sequence – Virtual Exposure [Telleen et al.] – Reelsmart2

• Photoshop, GIMP

Related Work

Adding Motion Blur to Still Images 6

1) https://www.lytro.com/ 2) http://revisionfx.com/products/rsmb/

Page 7: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images 7

BLUR

Page 8: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Our Approach

Adding Motion Blur to Still Images

Page 9: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Our Approach

Adding Motion Blur to Still Images 9

BLUR

* Original image from pixabay.com (CC0)

Foreground Motion Blur

Background Motion Blur

Segmentation

Input Image

Page 10: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Our Approach

Adding Motion Blur to Still Images 10

BLUR

* Original image from pixabay.com (CC0)

Foreground Motion Blur

Background Motion Blur

Segmentation

Input Image

Page 11: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

GrabCut Segmentation [Rother et al.]

Segmentation

Adding Motion Blur to Still Images 11

Page 12: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Segmentation

Adding Motion Blur to Still Images 12

GrabCut Segmentation [Rother et al.]

Page 13: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Our Approach

Adding Motion Blur to Still Images 13

BLUR

* Original image from pixabay.com (CC0)

Foreground Motion Blur

Background Motion Blur

Segmentation

Input Image

Page 14: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images 14

Blur Kernel

A

B

|AB| = 3

α = -45⁰

0.030 0.050 0 0 00.050 0.177 0.051 0 0

0 0.051 0.177 0.051 00 0 0.051 0.177 0.0500 0 0 0.050 0.030

Given motion length and angle: 1) Create a matrix length+2 2) Set to 1 the pixels belonging the motion vector 3) For each position, calculate one minus the distance to the motion vector 4) Normalize

Motion Vector Motion Blur Kernel

Page 15: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Naive Convolution, foreground

Adding Motion Blur to Still Images 15

Foreground

BLUR

Page 16: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Naive Convolution, background

Adding Motion Blur to Still Images 16

BLUR

Background

BLUR

Page 17: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Our Approach

Adding Motion Blur to Still Images 17

BLUR

* Original image from pixabay.com (CC0)

Foreground Motion Blur

Background Motion Blur

Segmentation

Input Image

Page 18: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Compositing Fore- and Background

Adding Motion Blur to Still Images 18

BLUR

Page 19: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

• Back to front compositing • Bk+1= psf*(Mk Ik) + (1-psf*Mk) Bk

Compositing Fore- and Background

Adding Motion Blur to Still Images 19

Page 20: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Handling Disocclusions

Adding Motion Blur to Still Images 20

Page 21: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

For an object Ok, check if there is a Oj in front: • No Oj > Ok, no inpaint • There is Oj > Ok, inpaint

– Mirror content Ok into Oj

Handling Disocclusions

Adding Motion Blur to Still Images 21

Mirror Padding

Page 22: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Handling Disocclusions

Adding Motion Blur to Still Images 22

Page 23: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Motion Blur

Adding Motion Blur to Still Images 23

Page 24: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Comparison

Adding Motion Blur to Still Images 24

Photoshop Masked Motion Blur

Photoshop Masked Path Blur

Photoshop Inpaint, Composition Our Result

Page 25: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

• Non Linear Motion Kernel

• Mirrored Blur

• HDR Motion Blur

Extensions

Adding Motion Blur to Still Images 25

Page 26: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Non Linear Motion Kernel

Adding Motion Blur to Still Images 26

Non Linear Motion:

Page 27: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Mirrored Motion Blur

Adding Motion Blur to Still Images 27

Adding Mirror Line

Page 28: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

HDR Motion Blur

Adding Motion Blur to Still Images 28

Saturated values create light trails Motion Blur, dull light sources

Page 29: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images 29

HDR Motion Blur Original Values: [t, 1] Our HDR Approach: [t, 2T] New value: t ∗ pow(1+(x−t)/(1−t),T)

Page 30: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

HDR Motion Blur

Adding Motion Blur to Still Images 30

Page 31: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Results

Adding Motion Blur to Still Images

Page 32: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images

Foreground Motion Blur

Page 33: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images

Background Motion Blur

Page 34: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images

Timelapse

Page 35: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images

Multiple objects, different motions

Page 36: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images

Changing scene impression

Page 37: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Conclusion

Adding Motion Blur to Still Images

Page 38: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

• Simple and effective solution to add motion-blur to a single image

• Easy user interaction, transparent composition and artifact handling

• Convincing results in seconds

Future: • Multi directional motion blur

Conclusion & Future Work

Adding Motion Blur to Still Images 38

Page 39: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Adding Motion Blur to Still Images 39

• This work was partially funded by the Brazilian agency CNPq.

• Thanks to unsplash.com, pexels.com, maxpixel.freegreatpicture.com and pixabay.com for the copyright-free (CC0) images

Acknowledgments

Page 40: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

Xuejiao Luo1,2, Nestor Salamon1, Elmar Eisemann1

Adding Motion Blur to Still Images

1Delft University of Technology 2Telecom ParisTech

Page 41: Adding Motion Blur to Still Images - TU Delft · 2019. 5. 29. · Motion Blur Adding Motion Blur to Still Images 5 • Shutter Speed • Object Motion • Camera Motion • Illumination,

[Nagahara et al.] H. Nagahara, S. Kuthirummal, C. Zhou, and S. K. Nayar. Flexible depth of field photography. In European Conference on Computer Vision, pp. 60–73. Springer, 2008 [Barron et al.] J. T. Barron, A. Adams, Y. Shih, and C. Hernandez. Fast bilateral-space stereo for synthetic defocus. In Proc. of the IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2015. [Telleen et al.] J. Telleen, A. Sullivan, J. Yee, O. Wang, P. Gunawardane, I. Collins, and J. Davis. Synthetic shutter speed imaging. Computer Graphics Forum, 26(3):591–598, 2007. [Rother et al.] C. Rother, V. Kolmogorov, and A. Blake. Grabcut: Interactive foreground extraction using iterated graph cuts. ACM Trans. Graph. (TOG), 23(3):309–314, 2004.

Bibliography

Adding Motion Blur to Still Images 41