We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df0397 commit 2d7c973Copy full SHA for 2d7c973
nerf.md
@@ -49,9 +49,9 @@ you, querying the color and density. The equation for expected color
49
$C(r)$ of a camera ray $r(t) = o + td$ with near and far bounds $t_n$
50
and $t_f$ is calculated using the following:
51
52
-$$C(r) = \[ \int_{t_n}^{t_f} T(t)\sigma(r(t))c(r(t),d) \,dt \]
+$C(r) = \[ \int_{t_n}^{t_f} T(t)\sigma(r(t))c(r(t),d) \,dt \]
53
where
54
- \[T(t) = exp(-\int_{t_n}^{t}\sigma(r(s))\, ds)\]$$
+ \[T(t) = exp(-\int_{t_n}^{t}\sigma(r(s))\, ds)\]$
55
56
\
57
To actually calculate this, the authors used a stratified sampling
0 commit comments