Commit 7d91dfb8 by Philipp Adolf

Kleine Korrektur

parent e204f9f4
......@@ -60,7 +60,7 @@ Die Normale wird aus dem Tiefenbild geschätzt.
\begin{split}
dzXAxis = depthImageAt[x+1,y] -depthImageAt[x-1,y]\\
dzYAxis = depthImageAt[x,y+1] -depthImageAt[x,y-1] \\
Normale[x,y] = Normalize(-dzXAxis,-dzYAxis,1.0)\\
Normale[x,y] = Normalize(-dzXAxis,-dzYAxis,1.0)
\end{split}
\end{equation}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment