SlideShare a Scribd company logo
1 of 63
Download to read offline
Making Your Bokeh Fascinating
Real-time Rendering of Physically Based Optical Effect in Theory and Practice
SIGGRAPH 2015 Course
Masaki Kawase
Silicon Studio, Corp.
masa@siliconstudio.co.jp
Introduction
• Basic idea and theory [Kawase08]
– Only circular aperture
• Practical implementation and optimization [Kawase12]
– Any kind of aperture shapes
2
Contents
• Creating the Pencil Map
• Creating the Bundle-of-Light-Ray Map (Pencil Map)
– “Bundle of Light Rays” or “Pencil Rays”
(referred to as “Pencil” here onwards)
• Application to Arbitrary Aperture Shapes
• Scattering or Gathering?
• Results
• Conclusion
3
Creating the Pencil Map
Creating the Pencil Map
• Precompute light paths from the aberration diagram
– Takes spherical and axial chromatic aberrations into account
Light paths make up
pencil map
(small number of rays)
Longitudinal aberration
diagram
Pencil map
Amount of aberration
Incidentheight
5
Circular Bokeh Rendering
• V coordinate represents the distance from the optical axis
– Mapping each slice to a circle produces a circular ‘bokeh’
Pencil map
Circular bokeh
U: Distance from lens
V:Distancefrom
opticalaxis
6
Discretized Result…
7
• Chromatic aberration is an issue
• Three wavelengths (R/G/B) are insufficient to represent the
dispersion
Increasing Wavelength Samplings
• Calculate the map with more wavelengths
• Convert into the RGB space
8
3-Wavelength Samplings
9
Sufficient Wavelength Samplings
10
Bokeh with Spherical and Chromatic Aberration
• Imperfect focus
• Front bokeh with red sharp edge
• Back bokeh with blue soft edge
11
Zoomed-in view around the focal point
Comparison with photographs
Captured in real photographs
Generated from pencil map
12
Creating the Pencil Map of Doublet
13
• Calculate the map with the longitudinal aberration diagram
• Using actual lens parameters (if they exist)
– Only ray paths of each wavelength are required
Light paths make up
pencil map
Longitudinal aberration
diagram
Pencil map
Pencil Map of Doublet
Pencil maps and bokeh
Zoomed-in view around the focal point
14
Comparison with photographs
15
• Typical correction
– Front bokeh has soft purple edge and the center is darker
– Back bokeh has sharp green edge and the center is brighter
Front bokeh in photographs Back bokeh in photographs
Front and back Bokeh with Pencil map
Different Type of Doublet
• Residual chromatic aberration is more visible than
residual spherical aberration
Light paths make up
pencil map
Longitudinal aberration
diagram
Pencil map
16
Pencil Map of Doublet (Different Type)
Zoomed-in view around the focal point
Pencil maps and bokeh
17
Pencil Map of Doublet (Previous Type)
Pencil maps and bokeh
Zoomed-in view around the focal point
18
Comparison with photographs
Front bokeh in photographs Back bokeh in photographs
Front and back Bokeh with Pencil map
19
Optimization of Pencil Map
• Wasteful parts in the texture
– Sparse, many texels are empty
– There is not enough precision around the more important
‘focusing’ texels
Wasteful pencil map
20
Optimization of Pencil Map (cont’d)
• Normalizing height of bundle at every distance(u-axis)
by the maximum height(bokeh size)
• Less empty texels, and great improvement in precision
around focusing texels
Wasteful pencil map Normalized pencil map
21
Spherical lens (with no corrections)
Aspherical lens (chromatic aberration is not corrected)
Achromatic doublet lens
22
Achromatic doublet lens (different type)
Apochromatic (APO) lens
Perfect lens (does not actually exist)
23
Application to Arbitrary Aperture Shapes
Various Aperture Shapes
• Aperture shape is an important artistic factor
– Typically 5~9 diaphragm blades
– Changes from rounded to n-gon
• How to map pencil onto the polygonal aperture shape?
– 3D Textures?
• Too large, not practical
?
Pencil map
Aperture shape
25
Indirect Reference of Pencil Map
• Precompute an LUT texture that stores V coordinates of
pencil map
LUT texture
0
1
0
0
0
0
0
0
0
0
0
0
0
0
1
V
Vertical slice
26
Indirect Reference of Pencil Map (cont’d)
• Sample pencil map indirectly
at run-time
Pencil map
0
1
V
Look up
Sampling
LUT 27
Indirect Reference of Pencil Map (cont’d)
• LUT determines the aperture shape
– Independent of pencil map
– Can reproduce curved shapes of a diaphragm blade
• Prepare a set of LUTs for various diaphragm conditions
– Other shapes such as stars, hearts, … can be used
28
Various LUTs
• For the number of diaphragm blades and opening levels
• Smooth deformation is possible by interpolating between two adjacent LUTs
4 blades
5 blades
6 blades
7 blades
Fully opened ClosedClosing
29
Silhouette LUTs for debug
Fully opened
4 blades
5 blades
6 blades
7 blades
ClosedClosing
30
Scattering or Gathering?
Both can be Implemented
• Better quality by scattering
– Heavy processing load
• Hybrid method is recommended
– Both scattering and gathering
32
Hybrid Method
• To determine which pixels will be scattered or gathered,
use:
– The CoC size
– Difference in luminance between neighboring pixels
Original Result (green: gathering pixels)
33
34
Gathering
35
Hybrid of Scattering and Gathering
Optimization
• Use a half resolution buffer for scattering
– Scattering process can be 16x faster
• Split the process into several passes with
hierarchical resolution buffers
– Use lower resolution for larger bokeh
– The process at the 1/4 x 1/4 resolution can be 256x faster
• Scatter a pixel every 2x2 pixels
for relatively larger bokeh in each resolution
– Pixels that have an especially heavy processing load will be 4x faster
36
Results
Back bokeh with cyan fringes
Front bokeh with red/purple fringes
Bokeh Simulation in Real Time
Diaphragm Simulation
5-blade Aperture
Diaphragm Simulation
6-blade Aperture
Diaphragm Simulation
7-blade Aperture
Diaphragm Simulation
8-blade Aperture
Curved Diaphragm and Optical Vignetting
• Opening / Closing
– Deformation
• Circular aperture
• Polygonal aperture
– Rotation
– Optical Vignetting
• Cat’s Eye Effect
43
5-blade Circular Aperture (with Optical Vignetting)
f/1.4 (Fully Opened)
5-blade Circular Aperture (with Optical Vignetting)
f/2 (1 Stop Closed)
5-blade Circular Aperture (with Less Optical Vignetting)
f/2.8 (2 Stops Closed)
5-blade Circular Aperture (with No Optical Vignetting)
f/5.6 (4 Stops Closed)
5-blade Circular Aperture (with Fake Diffraction Spikes)
f/11 (6 Stops Closed)
Various Aberrations and Corrections
• Correction of SA and axial CA mostly affect bokeh
Focus plane
Back bokeh
Front bokeh
Differences between front and back bokeh
49
50
Spherical Lens (with No Corrections)
51
Aspherical Lens (with Chromatic Aberrations)
Correction of Spherical Aberration
52
Achromatic Lens
Corrected for Red and Blue Wavelengths
53
Achromatic Lens (Different Type)
Corrected for Red and Blue Wavelengths
54
APO (Apochromatic) Lens
Corrected for 3 Wavelengths (More Expensive Lens)
55
Almost Perfect Lens
Without any Spherical and Longitudinal Chromatic Aberrations
56
STF (Smooth Transition Focus) Lens
Soft Edged Bokeh by Apodization Optical Element
Radial gradient ND filter
Residual Aberration Visibility
Out of focus: Large
Aberrations: Less visible
Out of focus: Small
Aberrations: Strongly Visible
Residual Aberration Visibility
Out of focus: Large
Aberrations: Less visible
Out of focus: Small
Aberrations: Strongly Visible
Out of focus: Large
Aberrations: Less visible
Out of focus: Small
Aberrations: Strongly Visible
Comparison with Photographs (Achromat)
Real photographs with achromatic lensReal-time simulation results
59
Comparison with Photographs (APO)
Real photographs with apochromatic lensReal-time simulation results
60
Conclusion
Conclusion
• Reproduce photorealistic bokeh with pencil map and LUT
– Pencil map defines bokeh characteristics
– LUT defines bokeh shapes
• Optimization
– Various options available
– Combinations can be used to improve performance
62
References
• [Kawase08] Kawase, M. “Bokeh Expressions Based on Optics.” Computer Entertainment Developers
Conference, 2008.
• [Kawase12] Kawase, M. “Practical Implementation of Cinematic Lens Effects.” Computer
Entertainment Developers Conference, 2012.
• Kawase, M. “Reduce Artifacts Generated by Mipmapped Buffers.” Computer Entertainment Developers
Conference, 2009.
• Trávník, J. “On Bokeh.” Jakub Trávník's resources. http://jtra.cz/stuff/essays/bokeh/index.html
• 安藤幸司 『光と光の記録「レンズ編」』 AnfoWorld http://www.anfoworld.com/LensMF.html
• 吉田正太郎(1997)『カメラマンのための写真レンズの科学』地人書館.
63

More Related Content

What's hot

HoloLens光学系の謎に迫る
HoloLens光学系の謎に迫るHoloLens光学系の謎に迫る
HoloLens光学系の謎に迫るAmadeusSVX
 
GCC2016 ゲームエフェクト制作の現状報告
GCC2016 ゲームエフェクト制作の現状報告GCC2016 ゲームエフェクト制作の現状報告
GCC2016 ゲームエフェクト制作の現状報告t h
 
VRM 標準シェーダ MToon の使い方
VRM 標準シェーダ MToon の使い方VRM 標準シェーダ MToon の使い方
VRM 標準シェーダ MToon の使い方VirtualCast, Inc.
 
マテリアルエディタで作るVFX
マテリアルエディタで作るVFXマテリアルエディタで作るVFX
マテリアルエディタで作るVFXAkihito Chiba
 
3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~
3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~
3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~弘幸 赤崎
 
OpenVRやOpenXRの基本的なことを調べてみた
OpenVRやOpenXRの基本的なことを調べてみたOpenVRやOpenXRの基本的なことを調べてみた
OpenVRやOpenXRの基本的なことを調べてみたTakahiro Miyaura
 
CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」
CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」
CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」BACKBONE-studio
 
Houdiniハンズオンセミナー
HoudiniハンズオンセミナーHoudiniハンズオンセミナー
HoudiniハンズオンセミナーMasaharu Ijichi
 
ゴルフゲームでUnityの限界を突破する方法
ゴルフゲームでUnityの限界を突破する方法ゴルフゲームでUnityの限界を突破する方法
ゴルフゲームでUnityの限界を突破する方法Nohina Hidenari
 

What's hot (20)

HoloLens光学系の謎に迫る
HoloLens光学系の謎に迫るHoloLens光学系の謎に迫る
HoloLens光学系の謎に迫る
 
GCC2016 ゲームエフェクト制作の現状報告
GCC2016 ゲームエフェクト制作の現状報告GCC2016 ゲームエフェクト制作の現状報告
GCC2016 ゲームエフェクト制作の現状報告
 
猫でも分かるUE4のポストプロセスを使った演出・絵作り
猫でも分かるUE4のポストプロセスを使った演出・絵作り猫でも分かるUE4のポストプロセスを使った演出・絵作り
猫でも分かるUE4のポストプロセスを使った演出・絵作り
 
VRM 標準シェーダ MToon の使い方
VRM 標準シェーダ MToon の使い方VRM 標準シェーダ MToon の使い方
VRM 標準シェーダ MToon の使い方
 
マテリアルエディタで作るVFX
マテリアルエディタで作るVFXマテリアルエディタで作るVFX
マテリアルエディタで作るVFX
 
Unreal engine4を使ったVRコンテンツ製作で 120%役に立つtips集+GDC情報をご紹介
Unreal engine4を使ったVRコンテンツ製作で 120%役に立つtips集+GDC情報をご紹介Unreal engine4を使ったVRコンテンツ製作で 120%役に立つtips集+GDC情報をご紹介
Unreal engine4を使ったVRコンテンツ製作で 120%役に立つtips集+GDC情報をご紹介
 
もっとNiagaraを楽しもう!~UE4.25での作例と解説~ (UE4 VFX Art Dive)
もっとNiagaraを楽しもう!~UE4.25での作例と解説~ (UE4 VFX Art Dive)もっとNiagaraを楽しもう!~UE4.25での作例と解説~ (UE4 VFX Art Dive)
もっとNiagaraを楽しもう!~UE4.25での作例と解説~ (UE4 VFX Art Dive)
 
UE4を使った映像制作 (UE4 Character Art Dive Online)
UE4を使った映像制作 (UE4 Character Art Dive Online)UE4を使った映像制作 (UE4 Character Art Dive Online)
UE4を使った映像制作 (UE4 Character Art Dive Online)
 
UE4.14で入る新機能の一部を 駆け足でご紹介!
UE4.14で入る新機能の一部を 駆け足でご紹介!UE4.14で入る新機能の一部を 駆け足でご紹介!
UE4.14で入る新機能の一部を 駆け足でご紹介!
 
3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~
3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~
3dsMax+UE4 ~映像制作におけるリアルタイムエンジンの活用~
 
Fortniteを支える技術
Fortniteを支える技術Fortniteを支える技術
Fortniteを支える技術
 
OpenVRやOpenXRの基本的なことを調べてみた
OpenVRやOpenXRの基本的なことを調べてみたOpenVRやOpenXRの基本的なことを調べてみた
OpenVRやOpenXRの基本的なことを調べてみた
 
CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」
CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」
CGWORLD Creative Conference 2017 「アセットの共有を円滑にするリグの作法」
 
エフェクトツール機能の実装例
エフェクトツール機能の実装例エフェクトツール機能の実装例
エフェクトツール機能の実装例
 
ロボット好き集まれ!こいつ、動くぞ。星と翼のパラドクス開発事例
ロボット好き集まれ!こいつ、動くぞ。星と翼のパラドクス開発事例ロボット好き集まれ!こいつ、動くぞ。星と翼のパラドクス開発事例
ロボット好き集まれ!こいつ、動くぞ。星と翼のパラドクス開発事例
 
Houdiniハンズオンセミナー
HoudiniハンズオンセミナーHoudiniハンズオンセミナー
Houdiniハンズオンセミナー
 
デジタル水遊び (UE4 VFX Art Dive)
デジタル水遊び (UE4 VFX Art Dive)デジタル水遊び (UE4 VFX Art Dive)
デジタル水遊び (UE4 VFX Art Dive)
 
大規模タイトルにおけるエフェクトマテリアル運用 (SQEX大阪: 林武尊様) #UE4DD
大規模タイトルにおけるエフェクトマテリアル運用 (SQEX大阪: 林武尊様) #UE4DD大規模タイトルにおけるエフェクトマテリアル運用 (SQEX大阪: 林武尊様) #UE4DD
大規模タイトルにおけるエフェクトマテリアル運用 (SQEX大阪: 林武尊様) #UE4DD
 
UE4におけるエフェクトの為のエンジン改造事例
UE4におけるエフェクトの為のエンジン改造事例UE4におけるエフェクトの為のエンジン改造事例
UE4におけるエフェクトの為のエンジン改造事例
 
ゴルフゲームでUnityの限界を突破する方法
ゴルフゲームでUnityの限界を突破する方法ゴルフゲームでUnityの限界を突破する方法
ゴルフゲームでUnityの限界を突破する方法
 

Viewers also liked

Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...
Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...
Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...Silicon Studio Corporation
 
Recipes for Optical Effect System Design - Real-time Rendering of Physically...
Recipes for Optical Effect System Design - Real-time Rendering of Physically...Recipes for Optical Effect System Design - Real-time Rendering of Physically...
Recipes for Optical Effect System Design - Real-time Rendering of Physically...Silicon Studio Corporation
 
VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話
VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話
VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話陸弥 福田
 
CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~
CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~
CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~Silicon Studio Corporation
 
CEDEC 2005 汎用的なシェーダ設計 イントロダクション
CEDEC 2005 汎用的なシェーダ設計 イントロダクションCEDEC 2005 汎用的なシェーダ設計 イントロダクション
CEDEC 2005 汎用的なシェーダ設計 イントロダクションSilicon Studio Corporation
 
CEDEC 2008 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2008 Imagire Day 最新世代機に関わる技術トラックCEDEC 2008 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2008 Imagire Day 最新世代機に関わる技術トラックSilicon Studio Corporation
 
CEDEC 2008 Imagire Day レンダリスト養成講座 2.0
CEDEC 2008 Imagire Day レンダリスト養成講座 2.0CEDEC 2008 Imagire Day レンダリスト養成講座 2.0
CEDEC 2008 Imagire Day レンダリスト養成講座 2.0Silicon Studio Corporation
 
CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識
CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識
CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識Silicon Studio Corporation
 
物理ベース時代のライトマップベイク奮闘記
物理ベース時代のライトマップベイク奮闘記物理ベース時代のライトマップベイク奮闘記
物理ベース時代のライトマップベイク奮闘記Silicon Studio Corporation
 
シリコンスタジオによる HDR出力対応の理論と実践
シリコンスタジオによるHDR出力対応の理論と実践シリコンスタジオによるHDR出力対応の理論と実践
シリコンスタジオによる HDR出力対応の理論と実践Silicon Studio Corporation
 
シリコンスタジオの最新テクノロジーデモ技術解説
シリコンスタジオの最新テクノロジーデモ技術解説シリコンスタジオの最新テクノロジーデモ技術解説
シリコンスタジオの最新テクノロジーデモ技術解説Silicon Studio Corporation
 
機械学習向けCGデータの量産手法の検討
機械学習向けCGデータの量産手法の検討機械学習向けCGデータの量産手法の検討
機械学習向けCGデータの量産手法の検討Silicon Studio Corporation
 
CEDEC 2009 Imagire Day 続・レンダリスト養成講座
CEDEC 2009 Imagire Day 続・レンダリスト養成講座CEDEC 2009 Imagire Day 続・レンダリスト養成講座
CEDEC 2009 Imagire Day 続・レンダリスト養成講座Silicon Studio Corporation
 
CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック Silicon Studio Corporation
 
CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座
CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座
CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座Silicon Studio Corporation
 
CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~
CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~
CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~Silicon Studio Corporation
 
CEDEC 2012 実践!シネマティックレンズエフェクト
CEDEC 2012 実践!シネマティックレンズエフェクトCEDEC 2012 実践!シネマティックレンズエフェクト
CEDEC 2012 実践!シネマティックレンズエフェクトSilicon Studio Corporation
 
手描き感を再現する ペイントシミュレータの最新研究紹介
手描き感を再現するペイントシミュレータの最新研究紹介手描き感を再現するペイントシミュレータの最新研究紹介
手描き感を再現する ペイントシミュレータの最新研究紹介Silicon Studio Corporation
 

Viewers also liked (19)

Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...
Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...
Subtle Anamorphic Lens Effects - Real-time Rendering of Physically Based Opt...
 
Recipes for Optical Effect System Design - Real-time Rendering of Physically...
Recipes for Optical Effect System Design - Real-time Rendering of Physically...Recipes for Optical Effect System Design - Real-time Rendering of Physically...
Recipes for Optical Effect System Design - Real-time Rendering of Physically...
 
VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話
VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話
VR音ゲーを楽しんでいたら VR音ゲーを作り始めていた話
 
CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~
CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~
CEDEC 2011 コンピュータ・グラフィクス関連の最新論文紹介 ~Shape Matching法とその周辺技術~
 
CEDEC 2005 汎用的なシェーダ設計 イントロダクション
CEDEC 2005 汎用的なシェーダ設計 イントロダクションCEDEC 2005 汎用的なシェーダ設計 イントロダクション
CEDEC 2005 汎用的なシェーダ設計 イントロダクション
 
CEDEC 2008 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2008 Imagire Day 最新世代機に関わる技術トラックCEDEC 2008 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2008 Imagire Day 最新世代機に関わる技術トラック
 
CEDEC 2008 Imagire Day レンダリスト養成講座 2.0
CEDEC 2008 Imagire Day レンダリスト養成講座 2.0CEDEC 2008 Imagire Day レンダリスト養成講座 2.0
CEDEC 2008 Imagire Day レンダリスト養成講座 2.0
 
CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識
CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識
CEDEC 2010 魅力ある絵作りのために知っておきたい色光学豆知識
 
物理ベース時代のライトマップベイク奮闘記
物理ベース時代のライトマップベイク奮闘記物理ベース時代のライトマップベイク奮闘記
物理ベース時代のライトマップベイク奮闘記
 
シリコンスタジオによる HDR出力対応の理論と実践
シリコンスタジオによるHDR出力対応の理論と実践シリコンスタジオによるHDR出力対応の理論と実践
シリコンスタジオによる HDR出力対応の理論と実践
 
シリコンスタジオの最新テクノロジーデモ技術解説
シリコンスタジオの最新テクノロジーデモ技術解説シリコンスタジオの最新テクノロジーデモ技術解説
シリコンスタジオの最新テクノロジーデモ技術解説
 
機械学習向けCGデータの量産手法の検討
機械学習向けCGデータの量産手法の検討機械学習向けCGデータの量産手法の検討
機械学習向けCGデータの量産手法の検討
 
CEDEC 2009 Imagire Day 続・レンダリスト養成講座
CEDEC 2009 Imagire Day 続・レンダリスト養成講座CEDEC 2009 Imagire Day 続・レンダリスト養成講座
CEDEC 2009 Imagire Day 続・レンダリスト養成講座
 
CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック
CEDEC 2007 Imagire Day 最新世代機に関わる技術トラック
 
CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座
CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座
CEDEC 2007 ゲーム開発者向け最新技術論文の解説・実装講座
 
CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~
CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~
CEDEC 2012 コンピュータ・グラフィクス関連の最新論文紹介~Modular Radiance Transfer法の解説~
 
CEDEC 2012 実践!シネマティックレンズエフェクト
CEDEC 2012 実践!シネマティックレンズエフェクトCEDEC 2012 実践!シネマティックレンズエフェクト
CEDEC 2012 実践!シネマティックレンズエフェクト
 
CEDEC 2009 Imagire Day 2009
CEDEC 2009 Imagire Day 2009CEDEC 2009 Imagire Day 2009
CEDEC 2009 Imagire Day 2009
 
手描き感を再現する ペイントシミュレータの最新研究紹介
手描き感を再現するペイントシミュレータの最新研究紹介手描き感を再現するペイントシミュレータの最新研究紹介
手描き感を再現する ペイントシミュレータの最新研究紹介
 

Similar to Making Your Bokeh Fascinating - Real-time Rendering of Physically Based Optical Effect in Theory and Practice - SIGGRAPH 2015 Course

Design and optimization of compact freeform lens array for laser beam splitti...
Design and optimization of compact freeform lens array for laser beam splitti...Design and optimization of compact freeform lens array for laser beam splitti...
Design and optimization of compact freeform lens array for laser beam splitti...Milan Maksimovic
 
Zeiss talk in summer 2022.pptx
Zeiss talk in summer 2022.pptxZeiss talk in summer 2022.pptx
Zeiss talk in summer 2022.pptxDave Shafer
 
Some odd and interesting monocentric designs 2005
Some odd and interesting monocentric designs   2005Some odd and interesting monocentric designs   2005
Some odd and interesting monocentric designs 2005Dave Shafer
 
Lens designs with extreme image quality features
Lens designs with extreme image quality featuresLens designs with extreme image quality features
Lens designs with extreme image quality featuresDave Shafer
 
Some unusual telescope designs
Some unusual telescope designsSome unusual telescope designs
Some unusual telescope designsDave Shafer
 
Introduction to telescope design
Introduction to telescope designIntroduction to telescope design
Introduction to telescope designTrevor Clarke
 
Some optical design tricks
Some optical design tricksSome optical design tricks
Some optical design tricksDave Shafer
 
The evolution of a new high na broad spectrum catadioptric design
The evolution of a new high na broad spectrum catadioptric designThe evolution of a new high na broad spectrum catadioptric design
The evolution of a new high na broad spectrum catadioptric designDave Shafer
 
Optical Design using stop shift theory
Optical Design using stop shift theoryOptical Design using stop shift theory
Optical Design using stop shift theoryDave Shafer
 
New catadioptric design type fast speed and wide field
New catadioptric design type   fast speed and wide fieldNew catadioptric design type   fast speed and wide field
New catadioptric design type fast speed and wide fieldDave Shafer
 
Unusual mirror systems
Unusual mirror systemsUnusual mirror systems
Unusual mirror systemsDave Shafer
 
Gregorian telescope designs
Gregorian telescope designsGregorian telescope designs
Gregorian telescope designsDave Shafer
 
Class 7 presentation
Class 7 presentationClass 7 presentation
Class 7 presentationlaura_gerold
 
Caustic Object Construction Based on Multiple Caustic Patterns
Caustic Object Construction Based on Multiple Caustic PatternsCaustic Object Construction Based on Multiple Caustic Patterns
Caustic Object Construction Based on Multiple Caustic PatternsBudianto Tandianus
 
A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)
A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)
A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)Mark Kilgard
 
Modified freeform offner, august 11, 2021
Modified freeform offner, august 11, 2021Modified freeform offner, august 11, 2021
Modified freeform offner, august 11, 2021Dave Shafer
 

Similar to Making Your Bokeh Fascinating - Real-time Rendering of Physically Based Optical Effect in Theory and Practice - SIGGRAPH 2015 Course (20)

Design and optimization of compact freeform lens array for laser beam splitti...
Design and optimization of compact freeform lens array for laser beam splitti...Design and optimization of compact freeform lens array for laser beam splitti...
Design and optimization of compact freeform lens array for laser beam splitti...
 
Zeiss talk in summer 2022.pptx
Zeiss talk in summer 2022.pptxZeiss talk in summer 2022.pptx
Zeiss talk in summer 2022.pptx
 
Some odd and interesting monocentric designs 2005
Some odd and interesting monocentric designs   2005Some odd and interesting monocentric designs   2005
Some odd and interesting monocentric designs 2005
 
Lens designs with extreme image quality features
Lens designs with extreme image quality featuresLens designs with extreme image quality features
Lens designs with extreme image quality features
 
3 D texturing
 3 D texturing 3 D texturing
3 D texturing
 
Some unusual telescope designs
Some unusual telescope designsSome unusual telescope designs
Some unusual telescope designs
 
Introduction to telescope design
Introduction to telescope designIntroduction to telescope design
Introduction to telescope design
 
Some optical design tricks
Some optical design tricksSome optical design tricks
Some optical design tricks
 
The evolution of a new high na broad spectrum catadioptric design
The evolution of a new high na broad spectrum catadioptric designThe evolution of a new high na broad spectrum catadioptric design
The evolution of a new high na broad spectrum catadioptric design
 
Lens in a box
Lens in a boxLens in a box
Lens in a box
 
Optical Design using stop shift theory
Optical Design using stop shift theoryOptical Design using stop shift theory
Optical Design using stop shift theory
 
Aberrations in optical aids
Aberrations in optical aids Aberrations in optical aids
Aberrations in optical aids
 
New catadioptric design type fast speed and wide field
New catadioptric design type   fast speed and wide fieldNew catadioptric design type   fast speed and wide field
New catadioptric design type fast speed and wide field
 
Unusual mirror systems
Unusual mirror systemsUnusual mirror systems
Unusual mirror systems
 
Gregorian telescope designs
Gregorian telescope designsGregorian telescope designs
Gregorian telescope designs
 
Class 7 presentation
Class 7 presentationClass 7 presentation
Class 7 presentation
 
aberrations
aberrations aberrations
aberrations
 
Caustic Object Construction Based on Multiple Caustic Patterns
Caustic Object Construction Based on Multiple Caustic PatternsCaustic Object Construction Based on Multiple Caustic Patterns
Caustic Object Construction Based on Multiple Caustic Patterns
 
A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)
A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)
A Practical and Robust Bump-mapping Technique for Today’s GPUs (slides)
 
Modified freeform offner, august 11, 2021
Modified freeform offner, august 11, 2021Modified freeform offner, august 11, 2021
Modified freeform offner, august 11, 2021
 

More from Silicon Studio Corporation

ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023Silicon Studio Corporation
 
Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成と テクスチャ...
Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成とテクスチャ...Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成とテクスチャ...
Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成と テクスチャ...Silicon Studio Corporation
 
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーションハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーションSilicon Studio Corporation
 
待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介
待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介
待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介Silicon Studio Corporation
 
3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!
3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!
3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!Silicon Studio Corporation
 
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門Silicon Studio Corporation
 
Unreal Engine を用いた、駐車スペース検知のための学習データ生成
Unreal Engine を用いた、駐車スペース検知のための学習データ生成Unreal Engine を用いた、駐車スペース検知のための学習データ生成
Unreal Engine を用いた、駐車スペース検知のための学習データ生成Silicon Studio Corporation
 
エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -
エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -
エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -Silicon Studio Corporation
 
シリコンスタジオで開発中の Mizuchi for DCC Tool について
シリコンスタジオで開発中の Mizuchi for DCC Tool についてシリコンスタジオで開発中の Mizuchi for DCC Tool について
シリコンスタジオで開発中の Mizuchi for DCC Tool についてSilicon Studio Corporation
 
物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現
物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現
物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現Silicon Studio Corporation
 
実践的なHDR出力対応 ~レンダリングパイプラインの構築~
実践的なHDR出力対応 ~レンダリングパイプラインの構築~実践的なHDR出力対応 ~レンダリングパイプラインの構築~
実践的なHDR出力対応 ~レンダリングパイプラインの構築~Silicon Studio Corporation
 
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...Silicon Studio Corporation
 

More from Silicon Studio Corporation (13)

ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション|CEDEC2023
 
Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成と テクスチャ...
Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成とテクスチャ...Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成とテクスチャ...
Procedural PLATEAU: プロシージャル技術と3D都市モデル「Project PLATEAU」を組み合わせたファサード自動生成と テクスチャ...
 
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーションハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション
ハイエンド〜ローエンドまで、「Enlighten」による効率的リアルタイムグローバルイルミネーション
 
待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介
待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介
待望のメジャーアップデート!Enlighten 4 レイトレなど最新機能ご紹介
 
3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!
3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!
3DCG住宅プレゼンテーションのグローバルイルミネーションをディープラーニングで推定!
 
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
リアルタイムレイトレーシング時代を生き抜くためのデノイザー開発入門
 
Unreal Engine を用いた、駐車スペース検知のための学習データ生成
Unreal Engine を用いた、駐車スペース検知のための学習データ生成Unreal Engine を用いた、駐車スペース検知のための学習データ生成
Unreal Engine を用いた、駐車スペース検知のための学習データ生成
 
エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -
エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -
エンド・トゥ・エンドAI描画に至る道 - 高度構造化入力のためのニューラルネットワーク構成やインフラの検討 -
 
シリコンスタジオで開発中の Mizuchi for DCC Tool について
シリコンスタジオで開発中の Mizuchi for DCC Tool についてシリコンスタジオで開発中の Mizuchi for DCC Tool について
シリコンスタジオで開発中の Mizuchi for DCC Tool について
 
物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現
物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現
物理ベース?アート指向? ~尤もらしさと自由度を両立するレンズフレア表現
 
実践的なHDR出力対応 ~レンダリングパイプラインの構築~
実践的なHDR出力対応 ~レンダリングパイプラインの構築~実践的なHDR出力対応 ~レンダリングパイプラインの構築~
実践的なHDR出力対応 ~レンダリングパイプラインの構築~
 
4Front Game Data Science
4Front Game Data Science4Front Game Data Science
4Front Game Data Science
 
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
 

Recently uploaded

ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 

Recently uploaded (20)

ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 

Making Your Bokeh Fascinating - Real-time Rendering of Physically Based Optical Effect in Theory and Practice - SIGGRAPH 2015 Course

  • 1. Making Your Bokeh Fascinating Real-time Rendering of Physically Based Optical Effect in Theory and Practice SIGGRAPH 2015 Course Masaki Kawase Silicon Studio, Corp. masa@siliconstudio.co.jp
  • 2. Introduction • Basic idea and theory [Kawase08] – Only circular aperture • Practical implementation and optimization [Kawase12] – Any kind of aperture shapes 2
  • 3. Contents • Creating the Pencil Map • Creating the Bundle-of-Light-Ray Map (Pencil Map) – “Bundle of Light Rays” or “Pencil Rays” (referred to as “Pencil” here onwards) • Application to Arbitrary Aperture Shapes • Scattering or Gathering? • Results • Conclusion 3
  • 5. Creating the Pencil Map • Precompute light paths from the aberration diagram – Takes spherical and axial chromatic aberrations into account Light paths make up pencil map (small number of rays) Longitudinal aberration diagram Pencil map Amount of aberration Incidentheight 5
  • 6. Circular Bokeh Rendering • V coordinate represents the distance from the optical axis – Mapping each slice to a circle produces a circular ‘bokeh’ Pencil map Circular bokeh U: Distance from lens V:Distancefrom opticalaxis 6
  • 7. Discretized Result… 7 • Chromatic aberration is an issue • Three wavelengths (R/G/B) are insufficient to represent the dispersion
  • 8. Increasing Wavelength Samplings • Calculate the map with more wavelengths • Convert into the RGB space 8
  • 11. Bokeh with Spherical and Chromatic Aberration • Imperfect focus • Front bokeh with red sharp edge • Back bokeh with blue soft edge 11 Zoomed-in view around the focal point
  • 12. Comparison with photographs Captured in real photographs Generated from pencil map 12
  • 13. Creating the Pencil Map of Doublet 13 • Calculate the map with the longitudinal aberration diagram • Using actual lens parameters (if they exist) – Only ray paths of each wavelength are required Light paths make up pencil map Longitudinal aberration diagram Pencil map
  • 14. Pencil Map of Doublet Pencil maps and bokeh Zoomed-in view around the focal point 14
  • 15. Comparison with photographs 15 • Typical correction – Front bokeh has soft purple edge and the center is darker – Back bokeh has sharp green edge and the center is brighter Front bokeh in photographs Back bokeh in photographs Front and back Bokeh with Pencil map
  • 16. Different Type of Doublet • Residual chromatic aberration is more visible than residual spherical aberration Light paths make up pencil map Longitudinal aberration diagram Pencil map 16
  • 17. Pencil Map of Doublet (Different Type) Zoomed-in view around the focal point Pencil maps and bokeh 17
  • 18. Pencil Map of Doublet (Previous Type) Pencil maps and bokeh Zoomed-in view around the focal point 18
  • 19. Comparison with photographs Front bokeh in photographs Back bokeh in photographs Front and back Bokeh with Pencil map 19
  • 20. Optimization of Pencil Map • Wasteful parts in the texture – Sparse, many texels are empty – There is not enough precision around the more important ‘focusing’ texels Wasteful pencil map 20
  • 21. Optimization of Pencil Map (cont’d) • Normalizing height of bundle at every distance(u-axis) by the maximum height(bokeh size) • Less empty texels, and great improvement in precision around focusing texels Wasteful pencil map Normalized pencil map 21
  • 22. Spherical lens (with no corrections) Aspherical lens (chromatic aberration is not corrected) Achromatic doublet lens 22
  • 23. Achromatic doublet lens (different type) Apochromatic (APO) lens Perfect lens (does not actually exist) 23
  • 24. Application to Arbitrary Aperture Shapes
  • 25. Various Aperture Shapes • Aperture shape is an important artistic factor – Typically 5~9 diaphragm blades – Changes from rounded to n-gon • How to map pencil onto the polygonal aperture shape? – 3D Textures? • Too large, not practical ? Pencil map Aperture shape 25
  • 26. Indirect Reference of Pencil Map • Precompute an LUT texture that stores V coordinates of pencil map LUT texture 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 V Vertical slice 26
  • 27. Indirect Reference of Pencil Map (cont’d) • Sample pencil map indirectly at run-time Pencil map 0 1 V Look up Sampling LUT 27
  • 28. Indirect Reference of Pencil Map (cont’d) • LUT determines the aperture shape – Independent of pencil map – Can reproduce curved shapes of a diaphragm blade • Prepare a set of LUTs for various diaphragm conditions – Other shapes such as stars, hearts, … can be used 28
  • 29. Various LUTs • For the number of diaphragm blades and opening levels • Smooth deformation is possible by interpolating between two adjacent LUTs 4 blades 5 blades 6 blades 7 blades Fully opened ClosedClosing 29
  • 30. Silhouette LUTs for debug Fully opened 4 blades 5 blades 6 blades 7 blades ClosedClosing 30
  • 32. Both can be Implemented • Better quality by scattering – Heavy processing load • Hybrid method is recommended – Both scattering and gathering 32
  • 33. Hybrid Method • To determine which pixels will be scattered or gathered, use: – The CoC size – Difference in luminance between neighboring pixels Original Result (green: gathering pixels) 33
  • 35. 35 Hybrid of Scattering and Gathering
  • 36. Optimization • Use a half resolution buffer for scattering – Scattering process can be 16x faster • Split the process into several passes with hierarchical resolution buffers – Use lower resolution for larger bokeh – The process at the 1/4 x 1/4 resolution can be 256x faster • Scatter a pixel every 2x2 pixels for relatively larger bokeh in each resolution – Pixels that have an especially heavy processing load will be 4x faster 36
  • 38. Back bokeh with cyan fringes Front bokeh with red/purple fringes Bokeh Simulation in Real Time
  • 43. Curved Diaphragm and Optical Vignetting • Opening / Closing – Deformation • Circular aperture • Polygonal aperture – Rotation – Optical Vignetting • Cat’s Eye Effect 43
  • 44. 5-blade Circular Aperture (with Optical Vignetting) f/1.4 (Fully Opened)
  • 45. 5-blade Circular Aperture (with Optical Vignetting) f/2 (1 Stop Closed)
  • 46. 5-blade Circular Aperture (with Less Optical Vignetting) f/2.8 (2 Stops Closed)
  • 47. 5-blade Circular Aperture (with No Optical Vignetting) f/5.6 (4 Stops Closed)
  • 48. 5-blade Circular Aperture (with Fake Diffraction Spikes) f/11 (6 Stops Closed)
  • 49. Various Aberrations and Corrections • Correction of SA and axial CA mostly affect bokeh Focus plane Back bokeh Front bokeh Differences between front and back bokeh 49
  • 50. 50 Spherical Lens (with No Corrections)
  • 51. 51 Aspherical Lens (with Chromatic Aberrations) Correction of Spherical Aberration
  • 52. 52 Achromatic Lens Corrected for Red and Blue Wavelengths
  • 53. 53 Achromatic Lens (Different Type) Corrected for Red and Blue Wavelengths
  • 54. 54 APO (Apochromatic) Lens Corrected for 3 Wavelengths (More Expensive Lens)
  • 55. 55 Almost Perfect Lens Without any Spherical and Longitudinal Chromatic Aberrations
  • 56. 56 STF (Smooth Transition Focus) Lens Soft Edged Bokeh by Apodization Optical Element Radial gradient ND filter
  • 57. Residual Aberration Visibility Out of focus: Large Aberrations: Less visible Out of focus: Small Aberrations: Strongly Visible
  • 58. Residual Aberration Visibility Out of focus: Large Aberrations: Less visible Out of focus: Small Aberrations: Strongly Visible Out of focus: Large Aberrations: Less visible Out of focus: Small Aberrations: Strongly Visible
  • 59. Comparison with Photographs (Achromat) Real photographs with achromatic lensReal-time simulation results 59
  • 60. Comparison with Photographs (APO) Real photographs with apochromatic lensReal-time simulation results 60
  • 62. Conclusion • Reproduce photorealistic bokeh with pencil map and LUT – Pencil map defines bokeh characteristics – LUT defines bokeh shapes • Optimization – Various options available – Combinations can be used to improve performance 62
  • 63. References • [Kawase08] Kawase, M. “Bokeh Expressions Based on Optics.” Computer Entertainment Developers Conference, 2008. • [Kawase12] Kawase, M. “Practical Implementation of Cinematic Lens Effects.” Computer Entertainment Developers Conference, 2012. • Kawase, M. “Reduce Artifacts Generated by Mipmapped Buffers.” Computer Entertainment Developers Conference, 2009. • Trávník, J. “On Bokeh.” Jakub Trávník's resources. http://jtra.cz/stuff/essays/bokeh/index.html • 安藤幸司 『光と光の記録「レンズ編」』 AnfoWorld http://www.anfoworld.com/LensMF.html • 吉田正太郎(1997)『カメラマンのための写真レンズの科学』地人書館. 63