代码搜索:JPG转CAD
找到约 10,000 项符合「JPG转CAD」的源代码
代码结果 10,000
www.eeworm.com/read/393857/8259136
m b58.m
RGB=imread('hr.jpg');
YCbCr=rgb2ycbcr(RGB);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subplot(1,2,2);
subimage(YCbCr);
title('变换后的图像');
www.eeworm.com/read/393857/8259174
m b59.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/192917/8264924
m ex5_26.m
[x,cmap]=imread('flower.jpg'); %读取图像的数据阵和色图阵
image(x);colormap(cmap);
axis image off %保持宽高比并取消坐标轴
www.eeworm.com/read/192685/8295476
html 17158.html
Re: PictureBox之图档存成gif或jpg格式问题?`
Re: PictureBox之图档存成gif或jpg格式问题?`
www.eeworm.com/read/192685/8295848
html 7627.html
如何利用 VB 列印 JPG 格式的图片及文字??
如何利用 VB 列印 JPG 格式的图片及文字??
www.eeworm.com/read/192685/8296014
html 15846.html
如何用Printer列印成BMP,JPG....等档案
如何用Printer列印成BMP,JPG....等档案
www.eeworm.com/read/192685/8297131
html 11326.html
Re: 请问一个关于Image.picture的问题??
Re: 请问一个关于Image.picture的问题??