-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.py
23 lines (23 loc) · 828 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#imageToRead = "./img_in/lena256.jpg"
#imageToRead = "./img_in/lena256color.jpg"
imageToRead = "./img_in/lena64.jpg"
#imageToRead = "./img_in/TestGray256.jpg"
#imageToRead = "./img_in/vuongGray256.jpg"
#imageToRead = "./img_in/white_K_64.jpg"
#imageToRead = "./img_in/kreuz8x8.jpg"
#imageToRead = "./img_in/rot8x8.jpg"
#imageToRead = "./img_in/rot8x8.bmp"
#imageToRead = "./img_in/lena64color.bmp"
#imageToRead = "./img_in/lena64Gray.bmp"
#imageToRead = "./img_in/lena256color.bmp"
#imageToRead = "./img_in/lena256Gray.bmp"
imageGray = "./img_out/dct_ori_gray.jpg"
imageSpec = "./img_out/dct_spec.jpg"
imageReconstruct = "./img_out/dct_reconst.jpg"
imageSpec2 = "./img_out/dct_spec2.jpg"
dirBlocks ="./blocks"
dirSpect ="./block_spect"
dirFilter ="./block_filter"
dirRecon ="./block_recon"
dirImgout = "./img_out"
dtype='uint8'