Skip to content

Commit

Permalink
fixed typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Vondrick committed Sep 4, 2013
1 parent 8d4303f commit 6b36b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/invertHOGtriangle.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%
% Optionally, you can specify an initialization image 'init' to use as
% the starting point. Otherwise, by default it initializes with gray.
function im = invertHOGtriangle(feat, init, iters, sbin),
function reconstruction = invertHOGtriangle(feat, init, iters, sbin),

[ny, nx, ~] = size(feat);

Expand Down

0 comments on commit 6b36b50

Please sign in to comment.