choiseungmi

보고서 업데이트

...@@ -4,7 +4,7 @@ resolution = {'2K','4K'}; ...@@ -4,7 +4,7 @@ resolution = {'2K','4K'};
4 QP=["1","2","3","4","5" ,"6"]; 4 QP=["1","2","3","4","5" ,"6"];
5 5
6 seq = sequence{2}; 6 seq = sequence{2};
7 -qp=QP{1}; 7 +qp=QP{5};
8 resolution = resolution{1}; 8 resolution = resolution{1};
9 numFrame = 100; 9 numFrame = 100;
10 10
......
1 -clear all;
2 -sequence=["CrowdRun","DucksTakeOff","OldTownCross","ParkJoy","ArenaOfValor","GlassHalf"];
3 -resolution = {'2K','4K'};
4 -QP=["1","2","3","4","5" ,"6"];
5 -
6 -seq = sequence{2};
7 -qp=QP{1};
8 -resolution = resolution{1};
9 -numFrame = 100;
10 -frame=24;
11 -x=768;
12 -y=768;
13 -
14 -Base_path="C:\Users\user\Documents\KHU\compressai\examples\\"+seq+"\\";
15 -Target_folder =Base_path+"recon\\";
16 -
17 -Source_File = Base_path + seq+"_768x768_"+numFrame/2+"_8bit_444_frame"+(frame-1)+".png";
18 -Target_File = Target_folder +"recon"+(frame-1)+"_q"+qp+".png";
19 -%-----------setting------------
20 -
21 -image = imread(Source_File);
22 -Generate = imread(Target_File);
23 -
24 -Generate = int32(Generate);
25 -image = int32(image);
26 -Error = Generate - image;
27 -
28 -h = histogram(Error);
29 -% %%%
30 -% figure;
31 -% histogram2(Error,image,'DisplayStyle','tile')
32 -% set(gca,'ColorScale','log')
33 -% set(gca,'Colormap',bone)
34 -%
35 -%
36 -% figure;
37 -% histogram2(Error,image, 'DisplayStyle','bar3')
38 -% set(gca,'ColorScale','log')
39 -% set(gca,'Colormap',bone)
40 -% zlim([0,limt])
41 -% view(-10,35);
...@@ -3,11 +3,11 @@ sequence=["CrowdRun","DucksTakeOff","OldTownCross","ParkJoy","ArenaOfValor","Gla ...@@ -3,11 +3,11 @@ sequence=["CrowdRun","DucksTakeOff","OldTownCross","ParkJoy","ArenaOfValor","Gla
3 resolution = {'2K','4K'}; 3 resolution = {'2K','4K'};
4 QP=["1","2","3","4","5" ,"6"]; 4 QP=["1","2","3","4","5" ,"6"];
5 5
6 -seq = sequence{6}; 6 +seq = sequence{2};
7 -qp=QP{1}; 7 +qp=QP{5};
8 resolution = resolution{1}; 8 resolution = resolution{1};
9 -numFrame = 48; 9 +numFrame = 100;
10 -frame=48; 10 +frame=49;
11 x=768; 11 x=768;
12 y=768; 12 y=768;
13 13
......
No preview for this file type
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type