代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/240457/13217855
ppt 第7章 图像分割.ppt
www.eeworm.com/read/322127/13389480
doc matlab 图像类型及转换.doc
www.eeworm.com/read/314036/13576348
doc matlab中图像函数大全.doc
www.eeworm.com/read/309941/13661661
doc 图像编码方法分类.doc
www.eeworm.com/read/303812/13808222
pdf 图像边缘检测技术综述.pdf
www.eeworm.com/read/303812/13808223
pdf 图像边缘检测方法简介.pdf
www.eeworm.com/read/487604/6506278
nh 视频图像的运动分析.nh
www.eeworm.com/read/486230/6538894
pdf 医学图像分割方法综述.pdf
www.eeworm.com/read/401936/11545836
doc brew中 - 显示和图像.doc
www.eeworm.com/read/158278/11628820
m 图像的大小改变.m
I=imread('ball.jpg');
J=imresize(I,1.25);
imshow(I);
figure,imshow(J);