Image-Filtering-and-Hybrid-Images:图像过滤和混合图像-源码

上传者: 42127783 | 上传时间: 2021-09-20 03:22:31 | 文件大小: 7.6MB | 文件类型: ZIP
项目1 /图像过滤和混合图像 概述 该项目主要分为两部分,图像过滤和混合图像。 图像过滤 过滤是一种卷积过程。 卷积是对两个函数f和g的数学运算,产生第三个函数,通常将其视为原始函数之一的修改版本。 人们可能会发现相关性相似。 答案是,他们指的是同一件事。 实际上,通过滤波器矩阵的180度旋转,二维关联与二维卷积相关。 主要有两种类型的图像过滤。 一个是高通滤波器,另一个是低通滤波器。 通过低通滤镜(例如高斯)滤过的图片会更平滑。 相反,通过高通滤镜过滤的图像将更加清晰。 混合图像 通过将高通滤波后的图像和低通滤波后的图像进行混合,可以创建一种特殊的图像,该图像的内容随观看者之间的距离变化而改变。 具体而言,可以在短距离看到高通滤波(锐化)图像,而在远距离看到低通滤波(平滑)图像。 执行 图像过滤 my_filter.m是一个函数my_filter()其作用类似于内置函数imfilt

文件下载

资源详情

[{"title":"( 51 个子文件 7.6MB ) Image-Filtering-and-Hybrid-Images:图像过滤和混合图像-源码","children":[{"title":"Image-Filtering-and-Hybrid-Images-master","children":[{"title":"results","children":[{"title":"tsai_hung_14.jpg <span style='color:#111;'> 315.21KB </span>","children":null,"spread":false},{"title":"placeholder.jpg <span style='color:#111;'> 8.19KB </span>","children":null,"spread":false},{"title":"tsai_hung.jpg <span style='color:#111;'> 62.31KB </span>","children":null,"spread":false},{"title":"motor_bicycle_8.png <span style='color:#111;'> 787.42KB </span>","children":null,"spread":false},{"title":"bird_plane_6.png <span style='color:#111;'> 389.63KB </span>","children":null,"spread":false},{"title":"marilyn_einstein_6.png <span style='color:#111;'> 465.54KB </span>","children":null,"spread":false},{"title":"tsai_hung_rgb.jpg <span style='color:#111;'> 60.43KB </span>","children":null,"spread":false}],"spread":true},{"title":"data","children":[{"title":"motorcycle.bmp <span style='color:#111;'> 398.49KB </span>","children":null,"spread":false},{"title":"bird.bmp <span style='color:#111;'> 364.67KB </span>","children":null,"spread":false},{"title":"fish.bmp <span style='color:#111;'> 338.23KB </span>","children":null,"spread":false},{"title":"hung2","children":[{"title":"large_blur_image.jpg <span style='color:#111;'> 35.79KB </span>","children":null,"spread":false},{"title":"high_pass_image.jpg <span style='color:#111;'> 61.02KB </span>","children":null,"spread":false},{"title":"blur_image.jpg <span style='color:#111;'> 59.68KB </span>","children":null,"spread":false},{"title":"identity_image.jpg <span style='color:#111;'> 78.12KB </span>","children":null,"spread":false},{"title":"sobel_image.jpg <span style='color:#111;'> 128.11KB </span>","children":null,"spread":false},{"title":"laplacian_image.jpg <span style='color:#111;'> 109.28KB </span>","children":null,"spread":false}],"spread":true},{"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":"hung.jpg <span style='color:#111;'> 511.03KB </span>","children":null,"spread":false},{"title":"marilyn.bmp <span style='color:#111;'> 175.00KB </span>","children":null,"spread":false},{"title":"cat.bmp <span style='color:#111;'> 434.38KB </span>","children":null,"spread":false},{"title":"tsai.png <span style='color:#111;'> 825.58KB </span>","children":null,"spread":false},{"title":"einstein.bmp <span style='color:#111;'> 175.00KB </span>","children":null,"spread":false},{"title":"tsai","children":[{"title":"large_blur_image.jpg <span style='color:#111;'> 28.83KB </span>","children":null,"spread":false},{"title":"high_pass_image.jpg <span style='color:#111;'> 49.06KB </span>","children":null,"spread":false},{"title":"blur_image.jpg <span style='color:#111;'> 48.23KB </span>","children":null,"spread":false},{"title":"identity_image.jpg <span style='color:#111;'> 67.57KB </span>","children":null,"spread":false},{"title":"sobel_image.jpg <span style='color:#111;'> 111.73KB </span>","children":null,"spread":false},{"title":"laplacian_image.jpg <span style='color:#111;'> 101.17KB </span>","children":null,"spread":false}],"spread":false},{"title":"submarine.bmp <span style='color:#111;'> 338.23KB </span>","children":null,"spread":false},{"title":"hung2.jpg <span style='color:#111;'> 197.58KB </span>","children":null,"spread":false},{"title":"bicycle.bmp <span style='color:#111;'> 398.49KB </span>","children":null,"spread":false}],"spread":false},{"title":"code","children":[{"title":"high_frequencies.jpg <span style='color:#111;'> 191.85KB </span>","children":null,"spread":false},{"title":"test.mat <span style='color:#111;'> 246B </span>","children":null,"spread":false},{"title":"hybrid_image_scales.jpg <span style='color:#111;'> 260.74KB </span>","children":null,"spread":false},{"title":"my_imfilter.m <span style='color:#111;'> 2.52KB </span>","children":null,"spread":false},{"title":"low_frequencies.jpg <span style='color:#111;'> 48.14KB </span>","children":null,"spread":false},{"title":"dog.bmp <span style='color:#111;'> 434.38KB </span>","children":null,"spread":false},{"title":"proj1.m <span style='color:#111;'> 3.30KB </span>","children":null,"spread":false},{"title":"proj1_test_filtering.m <span style='color:#111;'> 3.37KB </span>","children":null,"spread":false},{"title":"hybrid_image.jpg <span style='color:#111;'> 187.01KB </span>","children":null,"spread":false},{"title":"vis_hybrid_image.m <span style='color:#111;'> 911B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 4.80KB </span>","children":null,"spread":false},{"title":"SPEC.md <span style='color:#111;'> 7.73KB </span>","children":null,"spread":false},{"title":"index_files","children":[{"title":"high_frequencies.jpg <span style='color:#111;'> 52.68KB </span>","children":null,"spread":false},{"title":"low_frequencies.jpg <span style='color:#111;'> 20.59KB </span>","children":null,"spread":false},{"title":"cat_hybrid_image_scales.jpg <span style='color:#111;'> 78.47KB </span>","children":null,"spread":false},{"title":"cat.jpg <span style='color:#111;'> 83.36KB </span>","children":null,"spread":false},{"title":"style.css <span style='color:#111;'> 3.49KB </span>","children":null,"spread":false},{"title":"dog.jpg <span style='color:#111;'> 87.34KB </span>","children":null,"spread":false},{"title":"hybrid_image.jpg <span style='color:#111;'> 53.75KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

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