Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarthou Benoît
PRE
Commits
b5ed9c1f
Commit
b5ed9c1f
authored
Jul 07, 2017
by
sarthou
Browse files
correct the upsample line which was commented
parent
8f8711b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
MATLAB Inpainting/inpaint_video.m
View file @
b5ed9c1f
...
...
@@ -94,8 +94,8 @@ function[imgOut, shiftVolOut] = inpaint_video(varargin)
% cd ../..
%
%
%
%
shiftVol = single(interpolate_disp_field(shiftVol,imgVol,1/scaleStep, patchSize,'nearest'));
shiftVol
=
single
(
interpolate_disp_field
(
shiftVol
,
imgVol
,
1
/
scaleStep
,
patchSize
,
'nearest'
));
%
% cd matlab_debug/test_upsample
%
...
...
@@ -108,6 +108,7 @@ function[imgOut, shiftVolOut] = inpaint_video(varargin)
% end
%
% cd ../..
% ... and recreate image volume.
if
(
exist
(
'featurePyramid'
,
'var'
))
[
imgVol
,
gradX
,
gradY
,
normGradX
,
normGradY
]
=
...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment