Skip to content

Commit

Permalink
update compute normals
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur Handa <handa.ankur@gmail.com>
  • Loading branch information
ankurhanda committed Feb 4, 2017
1 parent 846e1d5 commit 8483ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute_normals.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function normals = compute_normals_Viorica(depth,width_downsample,height_downsample,Fx, Fy, U0, V0, scale)
function normals = compute_normals(depth,width_downsample,height_downsample,Fx, Fy, U0, V0, scale)

% width = 320;
% height = 240;
Expand Down

0 comments on commit 8483ff0

Please sign in to comment.