代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/364268/9916464
exe 石器图像修改工具.exe
www.eeworm.com/read/364268/9916465
exe 石器图像相关工具.exe
www.eeworm.com/read/167973/9943392
rar 跟随鼠标的图像.rar
www.eeworm.com/read/361698/10039110
txt matlab图像处理命令.txt
1.applylut
功能:
在二进制图像中利用lookup表进行边沿操作.
语法:
A = applylut(BW,lut)
举例
lut = makelut('sum(x() == 4',2);
BW1 = imread('text.tif');
BW2 = applylut(BW1,lut);
www.eeworm.com/read/164402/10111046
bmp 转换为灰度图像.bmp
www.eeworm.com/read/358588/10184274
txt m图像2.txt
实例47:曲线标记
h0=figure('toolbar','none',...
'position',[198 56 408 468],...
'name','my second gui');
h1=axes('parent',h0,...
'position',[0.15 0.45 0.7 0.5],...
'visible','on');
x
www.eeworm.com/read/358588/10184275
txt m图像1.txt
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
实例1:三角函数曲线(1)
function shili01
h0=figure('toolbar','none',...
'position',[198 56 350 300],...
'name','实例01');
h1=axes
www.eeworm.com/read/358588/10184277
txt m图像3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/424683/10426907