Skip to content

Commit 2d7c973

Browse files
authored
Update nerf.md
1 parent 5df0397 commit 2d7c973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nerf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ you, querying the color and density. The equation for expected color
4949
$C(r)$ of a camera ray $r(t) = o + td$ with near and far bounds $t_n$
5050
and $t_f$ is calculated using the following:
5151

52-
$$C(r) = \[ \int_{t_n}^{t_f} T(t)\sigma(r(t))c(r(t),d) \,dt \]
52+
$C(r) = \[ \int_{t_n}^{t_f} T(t)\sigma(r(t))c(r(t),d) \,dt \]
5353
where
54-
\[T(t) = exp(-\int_{t_n}^{t}\sigma(r(s))\, ds)\]$$
54+
\[T(t) = exp(-\int_{t_n}^{t}\sigma(r(s))\, ds)\]$
5555

5656
\
5757
To actually calculate this, the authors used a stratified sampling

0 commit comments

Comments
 (0)