计算机视觉作业Proj1:Image Filtering and Hybrid Images源码

上传者: ProgramNovice | 上传时间: 2022-09-12 11:05:57 | 文件大小: 2.33MB | 文件类型: ZIP
项目名:Image Filtering and Hybrid Images 简介:We will write an image convolution function (image filtering) and use it to create hybrid images! The technique was invented by Oliva, Torralba, and Schyns in 2006, and published in a paper at SIGGRAPH. High frequency image content tends to dominate perception but, at a distance, only low frequency (smooth) content is perceived. By blending high and low frequency content, we can create a hybrid image that is perceived differently at different distances.

文件下载

资源详情

[{"title":"( 52 个子文件 2.33MB ) 计算机视觉作业Proj1:Image Filtering and Hybrid Images源码","children":[{"title":"data","children":[{"title":"bird.bmp <span style='color:#111;'> 364.67KB </span>","children":null,"spread":false},{"title":"marilyn.bmp <span style='color:#111;'> 175.00KB </span>","children":null,"spread":false},{"title":"bicycle.bmp <span style='color:#111;'> 398.49KB </span>","children":null,"spread":false},{"title":"motorcycle.bmp <span style='color:#111;'> 398.49KB </span>","children":null,"spread":false},{"title":"submarine.bmp <span style='color:#111;'> 338.23KB </span>","children":null,"spread":false},{"title":"fish.bmp <span style='color:#111;'> 338.23KB </span>","children":null,"spread":false},{"title":"dog.bmp <span style='color:#111;'> 434.38KB </span>","children":null,"spread":false},{"title":"plane.bmp <span style='color:#111;'> 364.67KB </span>","children":null,"spread":false},{"title":"cat.bmp <span style='color:#111;'> 434.38KB </span>","children":null,"spread":false},{"title":"einstein.bmp <span style='color:#111;'> 175.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"results","children":[{"title":"submarine_high_frequencies.jpg <span style='color:#111;'> 5.55KB </span>","children":null,"spread":false},{"title":"cat_high_frequencies.jpg <span style='color:#111;'> 20.31KB </span>","children":null,"spread":false},{"title":"einstein_low_frequencies.jpg <span style='color:#111;'> 4.21KB </span>","children":null,"spread":false},{"title":"high_pass_image.jpg <span style='color:#111;'> 13.72KB </span>","children":null,"spread":false},{"title":"plane_high_frequencies.jpg <span style='color:#111;'> 8.70KB </span>","children":null,"spread":false},{"title":"birdplane_hybrid_image_scales.jpg <span style='color:#111;'> 14.44KB </span>","children":null,"spread":false},{"title":"marilyn_high_frequencies.jpg <span style='color:#111;'> 9.68KB </span>","children":null,"spread":false},{"title":"large_blur_image.jpg <span style='color:#111;'> 7.33KB </span>","children":null,"spread":false},{"title":"bicyclemotorcycle_hybrid_image_scales.jpg <span style='color:#111;'> 30.64KB </span>","children":null,"spread":false},{"title":"bicyclemotorcycle_hybrid_image.jpg <span style='color:#111;'> 20.39KB </span>","children":null,"spread":false},{"title":"blur_image.jpg <span style='color:#111;'> 19.21KB </span>","children":null,"spread":false},{"title":"einsteinmarilyn_hybrid_image_scales.jpg <span style='color:#111;'> 15.56KB </span>","children":null,"spread":false},{"title":"fish_low_frequencies.jpg <span style='color:#111;'> 6.36KB </span>","children":null,"spread":false},{"title":"sobel_image.jpg <span style='color:#111;'> 33.04KB </span>","children":null,"spread":false},{"title":"bird_low_frequencies.jpg <span style='color:#111;'> 5.10KB </span>","children":null,"spread":false},{"title":"fishsubmarine_hybrid_image.jpg <span style='color:#111;'> 6.97KB </span>","children":null,"spread":false},{"title":"dog_low_frequencies.jpg <span style='color:#111;'> 8.65KB </span>","children":null,"spread":false},{"title":"bicycle_low_frequencies.jpg <span style='color:#111;'> 10.00KB </span>","children":null,"spread":false},{"title":"fishsubmarine_hybrid_image_scales.jpg <span style='color:#111;'> 13.76KB </span>","children":null,"spread":false},{"title":"dogcat_hybrid_image_scales.jpg <span style='color:#111;'> 32.28KB </span>","children":null,"spread":false},{"title":"einsteinmarilyn_hybrid_image.jpg <span style='color:#111;'> 10.16KB </span>","children":null,"spread":false},{"title":"birdplane_hybrid_image.jpg <span style='color:#111;'> 8.05KB </span>","children":null,"spread":false},{"title":"motorcycle_high_frequencies.jpg <span style='color:#111;'> 21.88KB </span>","children":null,"spread":false},{"title":"laplacian_image.jpg <span style='color:#111;'> 18.20KB </span>","children":null,"spread":false},{"title":"dogcat_hybrid_image.jpg <span style='color:#111;'> 21.13KB </span>","children":null,"spread":false},{"title":"identity_image.jpg <span style='color:#111;'> 22.75KB </span>","children":null,"spread":false}],"spread":false},{"title":".idea","children":[{"title":"project1-python.iml <span style='color:#111;'> 452B </span>","children":null,"spread":false},{"title":"misc.xml <span style='color:#111;'> 188B </span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'> 289B </span>","children":null,"spread":false},{"title":"workspace.xml <span style='color:#111;'> 6.03KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 190B </span>","children":null,"spread":false},{"title":"inspectionProfiles","children":[{"title":"profiles_settings.xml <span style='color:#111;'> 174B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"code","children":[{"title":"proj1_part1.py <span style='color:#111;'> 3.38KB </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"helpers.cpython-39.pyc <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"common_filters.cpython-39.pyc <span style='color:#111;'> 829B </span>","children":null,"spread":false},{"title":"student.cpython-39.pyc <span style='color:#111;'> 4.13KB </span>","children":null,"spread":false}],"spread":true},{"title":"proj1_part2.py <span style='color:#111;'> 2.60KB </span>","children":null,"spread":false},{"title":"helpers.py <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"common_filters.py <span style='color:#111;'> 646B </span>","children":null,"spread":false},{"title":"student.py <span style='color:#111;'> 7.69KB </span>","children":null,"spread":false}],"spread":true},{"title":"requirement.txt <span style='color:#111;'> 43B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 240B </span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明