realize a differentiable realistic camera #342
-
I want to realize a differentiable realistic camera, which contains multiple piece of lens, and I want the radiuis of the lens can be diffferentiable. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @JiangGuotai , I would suggest reading carefully through this chapter of PBRT as it covers such camera models. Making it differentiable might be difficult if parts of this model make the evaluation of a light path discontinuous w.r.t. model's parameters. You should also take a look at this paper. |
Beta Was this translation helpful? Give feedback.
-
Just stumbled over this implementation of a multi-lens camera in appleseed. Might help you get started. |
Beta Was this translation helpful? Give feedback.
Hi @JiangGuotai ,
I would suggest reading carefully through this chapter of PBRT as it covers such camera models.
Making it differentiable might be difficult if parts of this model make the evaluation of a light path discontinuous w.r.t. model's parameters.
You should also take a look at this paper.