Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
choiseungmi
2021-06-15 16:41:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
74be4aa9dbe7db940e45de1def03d909f00ac31a
74be4aa9
1 parent
56d723f3
보고서 및 최종발표 업데이트
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
PostProcessing/png_to_rgb.m
최종 발표자료.pptx
최종보고서_캡디1.docx
PostProcessing/png_to_rgb.m
View file @
74be4aa
clear
all
;
sequence
=
[
"
CrowdRun
"
,
"
DucksTakeOff
"
,
"
OldTownCross
"
,
"
ParkJoy
"
,
"
ArenaOfValor
"
,
"
GlassHalf
"
];
resolution
=
{
'2K'
,
'4K'
};
QP
=
[
"
1
"
,
"
2
"
,
"
3
"
,
"
4
"
,
"
5
"
,
"
6
"
];
QP
=
[
"
1
"
,
"
2
"
,
"
3
"
,
"
4
"
,
"
5
"
,
"
6
"
,
"
7
"
,
"
8
"
];
seq
=
sequence
{
2
};
qp
=
QP
{
5
};
seq
=
sequence
{
3
};
qp
=
QP
{};
resolution
=
resolution
{
1
};
numFrame
=
100
;
...
...
최종 발표자료.pptx
0 → 100644
View file @
74be4aa
This file is too large to display.
최종보고서_캡디1.docx
View file @
74be4aa
This file is too large to display.
Please
register
or
login
to post a comment