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

搜索资源列表

  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. ColorMap

    1下载:
  2. VTK云图代码,可以显示彩色云图,已用 VC++调试通过。-VTK cloud code to display the color cloud.
  3. 所属分类:Special Effects

    • 发布日期:2016-09-23
    • 文件大小:1kb
    • 提供者:Gordan May
  1. vb

    1下载:
  2. vb画二维彩色云图的程序,各位vb学习者可以参考一下-vb colormap
  3. 所属分类:2D Graphic

    • 发布日期:2016-09-20
    • 文件大小:5kb
    • 提供者:李军强
  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 ) figure(2) imagesc(rawimg) co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14.53kb
    • 提供者:money
  1. mmap

    0下载:
  2. matlab图像处理:单色Colormap-matlab image processing: monochrome Colormap
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:996byte
    • 提供者:小伟
  1. mmcont2

    0下载:
  2. matlab图像处理:基于colormap的2D等高线绘图算法-matlab image processing: colormap based on the 2D contour line drawing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1.3kb
    • 提供者:小伟
  1. mmcont3

    0下载:
  2. matlab图像处理:基于colormap的3D等高线绘图算法-matlab image processing: colormap based on the 3D contour mapping algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.31kb
    • 提供者:小伟
  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 applied, any pixel of the old color
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:39.47kb
    • 提供者:belalsoboh
  1. color_line3

    0下载:
  2. plots a 3-D "line" with c-data as color Makes a surface object and the colouring is controlled by the colormap.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:djimy
  1. grs2rgb

    1下载:
  2. 用MATLAB实现将灰度图像转换为伪彩色图像。-Convert grayscale images to RGB using specified colormap.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-10
    • 文件大小:1kb
    • 提供者:LWH
  1. Low-complexity-background-subtraction-using-frame

    0下载:
  2. Tracking w/ blob detection, morphological operation (Togeather) frames = {avi.cdata} uses the cdata from the video file fg = extractForeground(frames) do foreground extraction cmap = colormap(gray) for i = 1:length(fg) temp0{i} = edg
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:17.29kb
    • 提供者:sivasankar
  1. display-many-kind-of-colormap

    0下载:
  2. 强大的Matlab图片展示,可以显示多种colormap-Matlab powerful image display, can display a variety of colormap
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11.32kb
    • 提供者:amanda
  1. colormap

    0下载:
  2. 地震数据颜色表,可以用以指定地震数据的颜*况-seismic colormap
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:661byte
    • 提供者:reed
  1. freezeColors

    0下载:
  2. freeze the colormap in matlab
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:3.71kb
    • 提供者:cua
  1. bar4viacolor

    0下载:
  2. bar4viacolor - 4-D bar graph : bar3 with another dimension via bar color. Two color schemes are available: The jet colormap and another that, like bar3, is a column group scheme whose groups colors vary mainly by saturation (see BarColorType
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-22
    • 文件大小:6.5kb
    • 提供者:Alla Eddine
  1. colormap

    0下载:
  2. 对图像进行预处理,提取图像的颜色相关图特征。-color corremap features
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:1.55kb
    • 提供者:ddan
  1. 73

    0下载:
  2. 小波变换 clc; close all; clear; %构建我们的信号,在500处有一个突变点。 x = zeros(1000,1); x(500) = 1; %进行小波变换 CWTcoeffs = cwt(x,1:128,'haar','plot'); colormap jet; colorbar; %也可以单独看某个尺度的图,CWTcoeffs(10,:)表示尺度为10的cwt值 % CWTcoeffs(10,:)(wavelet transform
  3. 所属分类:波变换

    • 发布日期:2017-12-22
    • 文件大小:974kb
    • 提供者:yuan555
  1. freezeColors_v23_cbfreeze

    0下载:
  2. Matlab在一个图形上添加多个colormap(Matlab adds multiple colormap on a graph)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:145kb
    • 提供者:LvXindi
搜珍网 www.dssz.com