使用Python生成GUI界面,实现图像处理

所属分类:源码/资料
开发工具:Python
文件大小:63224KB
下载次数:1
上传日期:2022-05-12 21:48:00
上 传 者malvina
说明:  (1)批量图像几何变换(平移、旋转、反转); (2)批量图像配准; (3)设计软件界面,实现图像打开、显示和保存

文件列表:
.idea (0, 2022-03-07)
.idea\.name (7, 2022-03-07)
.idea\2022022201.iml (407, 2022-02-23)
.idea\inspectionProfiles (0, 2022-02-22)
.idea\inspectionProfiles\profiles_settings.xml (174, 2022-02-22)
.idea\misc.xml (201, 2022-02-23)
.idea\modules.xml (279, 2022-02-22)
.idea\workspace.xml (4186, 2022-03-07)
Fold1 (0, 2022-03-07)
Fold1\00001.jpg (121442, 2022-03-07)
Fold1\00002.jpg (66292, 2022-03-07)
Fold1\00003.jpg (45962, 2022-03-07)
Fold1\00004.jpg (18255, 2022-02-24)
Fold2 (0, 2022-03-07)
Fold2\00001.jpg (127850, 2022-03-07)
Fold2\00002.jpg (62451, 2022-03-07)
Fold2\00003.jpg (54744, 2022-03-07)
Fold2\00004.jpg (23747, 2022-02-24)
__pycache__ (0, 2022-03-07)
images (0, 2022-03-07)
images\3001.jpg (33868, 2004-12-01)
images\3002.jpg (43690, 2004-12-01)
images\3003.jpg (51146, 2004-12-01)
images\3005.jpg (48609, 2004-12-01)
images\3006.jpg (22830, 2004-12-01)
images\3007.jpg (34260, 2004-12-01)
images\3008.jpg (33570, 2004-12-01)
images\3010.jpg (45895, 2004-12-01)
images\3011.jpg (37946, 2004-12-01)
images\3012.jpg (39390, 2004-12-01)
images\3013.jpg (19099, 2004-12-01)
images\3015.jpg (23746, 2004-12-01)
images\3016.jpg (25218, 2004-12-01)
images\3017.jpg (25513, 2004-12-01)
images\3018.jpg (26099, 2004-12-01)
images\3020.jpg (28793, 2004-12-01)
images\3023.jpg (48536, 2022-02-24)
main.py (22624, 2022-03-07)
new (0, 2022-03-07)
... ...

Steps to validate transcendental functions: 1) Add a file 'umath-validation-set-', where ufuncname is name of the function in NumPy you want to validate 2) The file should contain 4 columns: dtype,input,expected output,ulperror a. dtype: one of np.float16, np.float32, np.float*** b. input: floating point input to ufunc in hex. Example: 0x414570a4 represents 12.340000152587890625 c. expected output: floating point output for the corresponding input in hex. This should be computed using a high(er) precision library and then rounded to same format as the input. d. ulperror: expected maximum ulp error of the function. This should be same across all rows of the same dtype. Otherwise, the function is tested for the maximum ulp error among all entries of that dtype. 3) Add file umath-validation-set- to the test file test_umath_accuracy.py which will then validate your ufunc.

近期下载者

相关文件


收藏者