Skip to content

Commit

Permalink
Added some documentation to files
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanelli committed May 29, 2018
1 parent 2397bf7 commit e2308dc
Show file tree
Hide file tree
Showing 8 changed files with 225 additions and 238 deletions.
2 changes: 1 addition & 1 deletion plate-detection/Avaliacao_2_deteccao_placas.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
plates{i} = correct_perspective_matlab(images{i});
end

%%
%% try and match
for i = 1:length(plates)
if ~isempty(plates{i})
if ~isnan(plates{i})
Expand Down
Loading

0 comments on commit e2308dc

Please sign in to comment.