Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chapter 3 - Camera Projection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
" [1]]\n",
")\n",
"\n",
"# Project (Xw, Yw, Zw, 0) into cameras coordinate system\n",
"# Project (Xw, Yw, Zw, 1) into cameras coordinate system\n",
"Pc = np.matmul(T, Pw)\n",
"\n",
"# Apply camera intrinsics to map (Xc, Yc, Zc) to p=(x, y, z)\n",
Expand Down