代码搜索:图像比对
找到约 10,000 项符合「图像比对」的源代码
代码结果 10,000
www.eeworm.com/read/461878/7215160
pdf 基于图像质量因子的图像融合客观评价方法.pdf
www.eeworm.com/read/295991/8129457
bmp 图像增强、锐化、低通、高通源图像-beauty.bmp
www.eeworm.com/read/7934/139547
zip example099-图像和图像文件的拖放.zip
www.eeworm.com/read/391333/8408382
bmp 转换为灰度图像.bmp
www.eeworm.com/read/290705/8466604
txt matlab图像处理命令.txt
1.applylut
功能:
在二进制图像中利用lookup表进行边沿操作.
语法:
A = applylut(BW,lut)
举例
lut = makelut('sum(x(:)) == 4',2);
BW1 = imread('text.tif');
BW2 = applylut(BW1,lut);
imshow(BW1)
figure, imshow(
www.eeworm.com/read/432425/8605580
txt 关于图像预处理.txt
方法:
对于背景图像和当前采集图像
逐个像素计算RGB夹角,
超过角度门限就判定为有目标
看掌纹的论文
www.eeworm.com/read/388286/8618978
doc matlab图像处理命令.doc
www.eeworm.com/read/287247/8699755
mat 提取图像ccd测试.mat
www.eeworm.com/read/287247/8699777
rar com串口-图像显示.rar
www.eeworm.com/read/287247/8699782
m 提取图像ccd测试.m
out(32,32)=0;
y=A_____32x32(:,:,1);
cb=A_____32x32(:,:,2);
cr=A_____32x32(:,:,3);
subplot(2,2,1);
mesh(y);
subplot(2,2,2);
mesh(y);
subplot(2,2,3);
mesh(y);
%dec2hex(255)