搜索资源列表

  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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2156
    • 提供者:yemaoqiu
  1. radon_ambiguity

    0下载:
  2. %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %**********************
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:abcde
  1. CloudX

    0下载:
  2. 用VB编写的一个用于实时显示卫星云图的应用程序-VB prepared for a real-time display of satellite cloud applications
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1921024
    • 提供者:zgx
  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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:yemaoqiu
  1. radon_ambiguity

    0下载:
  2. %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %**********************
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:abcde
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform )
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:money
  1. matlab_colormap

    0下载:
  2. 可以将图的颜色在0位置表现为白色,使用方法为multimap函数,注意将范围设为对称,这样就可以将0设为白色-Can map the location of the performance of the color 0 is white, the use of methods for Multimap function, set the scope of attention to symmetry, this can be 0 is s
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:黄晓冬
  1. mmap

    0下载:
  2. matlab图像处理:单色Colormap-matlab image processing: monochrome Colormap
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小伟
  1. mmcont2

    0下载:
  2. matlab图像处理:基于colormap的2D等高线绘图算法-matlab image processing: colormap based on the 2D contour line drawing algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小伟
  1. mmcont3

    0下载:
  2. matlab图像处理:基于colormap的3D等高线绘图算法-matlab image processing: colormap based on the 3D contour mapping algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小伟
  1. 200551810203

    0下载:
  2. colormap in matlab using histogram for colors
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:amaidiebadi3
  1. matlab-colormap

    0下载:
  2. 实现彩色作图,可实现不同fr a me累计,并进行插值-Color mapping can be accumulated to achieve a different fr a me, and interpolation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:赵鑫
  1. Example1_8

    0下载:
  2. In C#, there is a default ColorMap class, defined in the System.Drawing.Imaging namespace. This class defines a mapping between existing colors and the new colors to which they are to be converted. When the map is applie
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:belalsoboh
  1. chap04

    0下载:
  2. matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar-matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:孙强
  1. ColorMaps

    0下载:
  2. 利用COLORMAP按不同的颜色显示数据-The use of COLORMAP display data according to different colors
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:
  1. grs2rgb

    0下载:
  2. Convert grayscale images to RGB using specified colormap.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:262144
    • 提供者:Jeff
  1. display-many-kind-of-colormap

    0下载:
  2. 强大的Matlab图片展示,可以显示多种colormap-Matlab powerful image display, can display a variety of colormap
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:amanda
  1. colormap

    0下载:
  2. 地震数据颜色表,可以用以指定地震数据的颜*况-seismic colormap
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:reed
  1. elementaryCellularAutomsdata

    0下载:
  2. Symmetricdivergingbipolar cold-neutral-hot colormapة
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:samor
  1. Colormap

    0下载:
  2. 输入为不同的权值,程序根据权值生成各种类型的colormap的值-Enter a different weight, the program type is generated based on the weight of the value of colormap
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:sheen
« 12 3 4 »

源码中国 www.ymcn.org