2 Star 12 Fork 0

ItLaity / FlameIdentification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test2.m 257 Bytes
一键复制 编辑 原始数据 按行查看 历史
ItLaity 提交于 2022-10-19 16:17 . 火焰识别代码
I=imread('cats.jpg');
subplot(2,2,1),imshow(I)
X1=imresize(I,0.1,'nearest');
subplot(2,2,2),imshow(X1,[]);
X2=imresize(I,0.1,'bilinear');
subplot(2,2,3),imshow(X2,[]);
X3=imresize(I,0.1,'bicubic');
subplot(2,2,4),imshow(X3,[]);
Matlab
1
https://gitee.com/laity-champion/flame-identification.git
git@gitee.com:laity-champion/flame-identification.git
laity-champion
flame-identification
FlameIdentification
master

搜索帮助