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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
LightFieldCodingLibrary
SR
Commits
9361151b
Commit
9361151b
authored
6 years ago
by
DIB Elian
Browse files
Options
Downloads
Patches
Plain Diff
Fixed dimension bug
parent
7eadc8d9
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
align.m
+2
-0
2 additions, 0 deletions
align.m
join.m
+1
-0
1 addition, 0 deletions
join.m
with
3 additions
and
0 deletions
align.m
+
2
−
0
View file @
9361151b
...
@@ -21,12 +21,14 @@ for lab = 1:numLab
...
@@ -21,12 +21,14 @@ for lab = 1:numLab
if
~
isempty
(
Col1
{
lab
})
if
~
isempty
(
Col1
{
lab
})
LFSize1
=
size
(
Col1
{
lab
});
LFSize1
=
size
(
Col1
{
lab
});
LFSize1
(
end
+
1
:
5
)
=
1
;
ImgSize1
{
lab
}
=
LFSize1
(
1
:
3
);
ImgSize1
{
lab
}
=
LFSize1
(
1
:
3
);
ImgRes1
{
lab
}
=
LFSize1
(
4
:
end
);
ImgRes1
{
lab
}
=
LFSize1
(
4
:
end
);
end
end
if
~
isempty
(
Col2
{
lab
})
if
~
isempty
(
Col2
{
lab
})
LFSize2
=
size
(
Col2
{
lab
});
LFSize2
=
size
(
Col2
{
lab
});
LFSize2
(
end
+
1
:
5
)
=
1
;
ImgSize2
{
lab
}
=
LFSize2
(
1
:
3
);
ImgSize2
{
lab
}
=
LFSize2
(
1
:
3
);
ImgRes2
{
lab
}
=
LFSize2
(
4
:
end
);
ImgRes2
{
lab
}
=
LFSize2
(
4
:
end
);
end
end
...
...
This diff is collapsed.
Click to expand it.
join.m
+
1
−
0
View file @
9361151b
...
@@ -7,6 +7,7 @@ function Set = join(Set)
...
@@ -7,6 +7,7 @@ function Set = join(Set)
[
Color
,
Label
,
Offset
]
=
utils
.
join
(
Color
,
Label
,
Offset
);
[
Color
,
Label
,
Offset
]
=
utils
.
join
(
Color
,
Label
,
Offset
);
LFSize
=
size
(
Color
);
LFSize
=
size
(
Color
);
LFSize
(
end
+
1
:
5
)
=
1
;
ImgSize
=
LFSize
(
1
:
3
);
ImgSize
=
LFSize
(
1
:
3
);
ImgRes
=
LFSize
(
4
:
end
);
ImgRes
=
LFSize
(
4
:
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