CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - subplot

搜索资源列表

  1. pthoto1

    0下载:
  2. subplot(2,2,1) imshow(I) title( 原始图象 ) subplot(2,2,2) imshow(BW1) title( prewitt 边缘检测后的图象 ) subplot(2,2,3) imshow(BW2) title( canny 边缘检测后的图象 ) subplot(2,2,4) imshow(BW3) title( sobel 边缘检测后的图象 ) -subplot (2,2, 1) imshow (I) title (original ima
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:阿强
  1. newnethodotsu

    0下载:
  2. 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:2.11kb
    • 提供者:yemaoqiu
  1. 123

    0下载:
  2. 用subplot,imshow,imread,遍历并显示图库文件夹中的人脸图像(用循环)。运行后图像要显示成矩阵模式的,还得产生统一矩阵和均值矩阵。-With a subplot, imshow, imread, traverse and display the Gallery folder of face images (with circulation). After running into the matrix mode to display images, and have to pr
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:Terry
  1. jpegprotected

    0下载:
  2. clc img = imread( lena.bmp ) JPEG compression jpegcompression(img, lena_compressed.mat ) JPEG decompression Irec = jpegrestoration( lena_compressed.mat ) System performances [CR,BPP,PSNR,MSE,SNR] = systemperformances(img,Ir
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:184.98kb
    • 提供者:neethumennie
  1. ghjugkbmp

    0下载:
  2. subplot(3,2,1) imshow(i) title( Input Image )
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.49kb
    • 提供者:Ajaz
  1. 123

    0下载:
  2. FM without noise Fs = input( enter the value of Fs ) Sampling rate of signal Fc = input( enter the value of Fc ) Carrier frequency t = [0:Fs] /Fs Sampling times x = sin(2*pi*20*t) +2*sin(2*pi*60*t) Channel dev = input( enter the valu
  3. 所属分类:GIS program

    • 发布日期:2017-03-27
    • 文件大小:211.11kb
    • 提供者:Gan JJ
  1. MYaxis

    0下载:
  2. 在mtalab的画图中,给出子图的位置,便于设计图形的大小。- a function to define the coodination of your own subplot axes you d better estimate the input to assure not exceed the figure this function is similar to the subplot(row,col,i) i is the ith su
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-14
    • 文件大小:865byte
    • 提供者:xb
  1. newfile5

    0下载:
  2. 【例6.4-1】本例演示:pcolor , contour, contourf的调用格式;等位线标高指令 clabel 的配合使用和区别;colorbar在用户指定位置上创建着色标尺;subplot子图位置的控制;图形窗背景底色的设置。(图6.4-1)-Example 6.4-1 This example demonstrates: pcolor, contour, contourf' s call format the bit line elevation instruction cl
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-21
    • 文件大小:59.09kb
    • 提供者:tyanlisyun
  1. level

    0下载:
  2. 1. 读取学生成绩单文件2. 存入数组, 第一列存3.依次根据成绩判定等级(60分以下D, 60-79C,80-90B,90-99A,100A+ )并将等级结果存到对应的数组里学好,第二列存成绩,第三列留给等级4.请画出成绩等级分布图(2D),函数任选5.请画3D图,函数任选 6. 通过subplot,重画上面两个图,形成一个合成图,上下分布-Read student transcr ipt file into an array, the first column of memory 3 the
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-08
    • 文件大小:1.25kb
    • 提供者:卜婷
  1. subplot

    0下载:
  2. 对不同区域进行断面分析,并让图片生成在一张图上-Cross-section analysis for different areas and let the picture generated a map
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:无闻村
  1. image

    0下载:
  2. MATLAB实用源代码 1.图像反转 MATLAB程序实现如下: I=imread( xian.bmp ) J=double(I) J=-J+(256-1) 图像反转线性变换 H=uint8(J) subplot(1,2,1),imshow(I) subplot(1,2,2),imshow(H) -matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2.83kb
    • 提供者:田笑
  1. pca2

    0下载:
  2. 读图 mix imread( romems.jpg ) pan imread( rome_pan.jpg ) 显示原多光谱图 subplot(221) imshow(mix),title( 多光谱 ) subplot(222) imshow(pan),title( 全色图像 ) 预处理 mix double(mix)/255 pan double(pan)/255 求相关矩阵 [r c bands] size(mix) p
  3. 所属分类:Special Effects

    • 发布日期:2017-12-11
    • 文件大小:604byte
    • 提供者:郭治亨
  1. eoudtka

    0下载:
  2. 用subplot分别在不同的坐标系下作出下列四条曲线,为每幅图形加上标题,-With subplot respectively made the following four curves under the different coordinate system, for each graphic caption,
  3. 所属分类:Special Effects

    • 发布日期:2017-12-20
    • 文件大小:9kb
    • 提供者:xtntrol
  1. qcon-hardwarr

    0下载:
  2. 用subplot分别在不同的坐标系下作出下列四条曲线,为每幅图形加上标题,-With subplot respectively made the following four curves under the different coordinate system, for each graphic caption,
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-16
    • 文件大小:9kb
    • 提供者:perform
  1. 5524386

    0下载:
  2. 用subplot分别在不同的坐标系下作出下列四条曲线,为每幅图形加上标题,(With subplot respectively made the following four curves under the different coordinate system, for each graphic caption,)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:9kb
    • 提供者:ielqxpg
  1. 常用图像去模糊算法分析与对比

    0下载:
  2. 【编程实现】 I = checkerboard(8); subplot(221); imshow(I); title('Original Image (courtesy of MIT)'); % 模拟运动模糊. LEN = 21; THETA = 11; PSF = fspecial('motion', LEN, THETA); blurred = imfilter(I, PSF, '
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:359kb
    • 提供者:郑阿冬
  1. image reversal

    0下载:
  2. 1.图像反转 MATLAB程序实现如下: I=imread('xian.bmp'); J=double(I); J=-J+(256-1); %图像反转线性变换 H=uint8(J); subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(H);(1. image reversal The MATLAB program is implemented as follows: I=imread ('xian.b
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:34kb
    • 提供者:陌绪
搜珍网 www.dssz.com