theme | title | favicon | titleTemplate | info | class | drawings | colorSchema | transition | mdc | overviewSnapshots | coverDate | fonts | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
academic |
Advanced Algorithmic Methods for Next-Generation Computational Displays |
/complightlab.png |
%s - Computational Light Laboratory |
## Slidev Starter Template
Presentation slides for developers.
Learn more at [Sli.dev](https://sli.dev)
|
text-left |
|
dark |
fade-out |
true |
true |
|
$$ \begin{aligned} \hat{u_t}, \hat{l}{(p,t)} \leftarrow \argmin{u_t, l_{(p,t)}} \mathcal{L}\left( \sum_{p=1}^3 \sum_{t=1}^3 |l_{(p,t)} e^{i \lambda_p u_t} * h_p |^2 , sI_p \right), \end{aligned} $$
::right::
(1) " Zhan, Y., Kavaklı, K., Urey, H., Sun, Q., & Akşit, K. AutoColor: Learned Light Power Control for Multi-Color Holograms. " SPIE AR|VR|MR 2024
<style> .left-column { width: 70%; padding-right: 1rem; } .slidev-layout { display: flex; } </style>(1) " Kyoji Matsushima and Tomoyoshi Shimobaba. Band-Limited Angular Spectrum Method " Optics Express 2009
(2) " J. W. Goodman. Angular Spectrum Method " Introduction to Fourier Optics 2005
(3) " Zhang, W. and Zhang, H. and Jin, G. Band-extended Angular Spectrum Method " Optics Letters 2020
(2) " Zheng, C., Zhan, Y., Shi, L., Cakmakci, O., & Akşit, K. Focal Surface Holographic Light Transport using Learned Spatially Adaptive Convolutions. " SIGGRAPH ASIA 2024 Tech Comm
<script setup> import { ref } from 'vue' const playbackRate = ref(0.7) </script>
(2) " Zheng, C., Zhan, Y., Shi, L., Cakmakci, O., & Akşit, K. Focal Surface Holographic Light Transport using Learned Spatially Adaptive Convolutions. " SIGGRAPH ASIA 2024 Tech Comm
(3) " Zhan, Y., Shi, L., Matusik, W., Sun, Q., & Akşit, K. Configurable Learned Holography. " arXiv e-prints
transition: fade-out
(3) " Zhan, Y., Shi, L., Matusik, W., Sun, Q., & Akşit, K. Configurable Learned Holography. " arXiv e-prints
<script setup> import { ref } from 'vue' const playbackRate = ref(0.7) </script>
(3) " Zhan, Y., Shi, L., Matusik, W., Sun, Q., & Akşit, K. Configurable Learned Holography. " arXiv e-prints
<style> .slider { -webkit-appearance: none; width: 100%; height: 10px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #3cff19; cursor: pointer; } .slider::-moz-range-thumb { width: 15px; height: 15px; border-radius: 50%; background: #3cff19; cursor: pointer; } </style>