Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LightFieldCodingLibrary
SR
Commits
e5e7bf5e
There was an error fetching the commit references. Please try again later.
Commit
e5e7bf5e
authored
6 years ago
by
DIB Elian
Browse files
Options
Downloads
Patches
Plain Diff
Fixed errors
parent
2fff5318
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
warpUnwarp.m
+1
-1
1 addition, 1 deletion
warpUnwarp.m
warpUnwarpSet.m
+1
-1
1 addition, 1 deletion
warpUnwarpSet.m
with
2 additions
and
2 deletions
warpUnwarp.m
+
1
−
1
View file @
e5e7bf5e
...
@@ -22,7 +22,7 @@ end
...
@@ -22,7 +22,7 @@ end
%% Backward transform
%% Backward transform
[
backprojValue
,
backprojMask
,
backprojPos
,
backprojDispX
,
backprojDispY
]
=
SR
.
warp
(
...
[
backprojValue
,
backprojMask
,
backprojPos
,
backprojDispX
,
backprojDispY
]
=
SR
.
warp
(
...
proj
M
,
projMask
,
projPos
,
projDispX
,
projDispY
,
varargin
{:},
'direction'
,
'backward'
);
proj
Value
,
projMask
,
projPos
,
projDispX
,
projDispY
,
varargin
{:},
'direction'
,
'backward'
);
%% Remove unknown entries
%% Remove unknown entries
projValue
(
~
projMask
)
=
nan
;
projValue
(
~
projMask
)
=
nan
;
...
...
This diff is collapsed.
Click to expand it.
warpUnwarpSet.m
+
1
−
1
View file @
e5e7bf5e
...
@@ -9,7 +9,7 @@ for it = 1:numel(Lab)
...
@@ -9,7 +9,7 @@ for it = 1:numel(Lab)
end
end
for
it
=
1
:
numel
(
Val
)
for
it
=
1
:
numel
(
Val
)
[
PSNRout
{
it
},
Val
{
it
},
Mask
{
it
},
Pos
{
it
},
DispX
{
it
},
DispY
{
it
}]
=
SR
.
warp
(
...
[
PSNRout
{
it
},
Val
{
it
},
Mask
{
it
},
Pos
{
it
},
DispX
{
it
},
DispY
{
it
}]
=
SR
.
warp
Unwarp
(
...
Val
{
it
},
Mask
{
it
},
Pos
{
it
},
DispX
{
it
},
DispY
{
it
},
varargin
{:});
Val
{
it
},
Mask
{
it
},
Pos
{
it
},
DispX
{
it
},
DispY
{
it
},
varargin
{:});
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment