代码搜索:JPG转CAD
找到约 10,000 项符合「JPG转CAD」的源代码
代码结果 10,000
www.eeworm.com/read/154061/11991275
m example4_10.m
RGB=imread('hr.jpg');
HSV=rgb2hsv(RGB);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subimage(HSV);
title('变换后的图像');
www.eeworm.com/read/154061/11991279
m example4_9.m
RGB1=imread('pic005.jpg');
RGB2=imread('pic007.jpg');
I1=imread('rice.tif');
I2=imread('testpat1.tif');
subplot(2,2,1); %将图形窗口等分成4部分
subimage([0,500],[0,500],RGB1);
subplot(2,2,2);
subimage([
www.eeworm.com/read/154061/11991285
m example4_11.m
RGB=imread('hr.jpg');
YIQ=rgb2ntsc(RGB);
I=YIQ(:,:,1);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subimage(I);
title('变换后的图像');
www.eeworm.com/read/256340/12008175
htm 0121.htm
酷的导航条
.Rollover { behavior : url(js/imageRollover_js.