搜索资源列表
newnethodotsu
- 一个新设计的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
ColorMap
- VTK云图代码,可以显示彩色云图,已用 VC++调试通过。-VTK cloud code to display the color cloud.
vb
- vb画二维彩色云图的程序,各位vb学习者可以参考一下-vb colormap
A2008
- 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
mmap
- matlab图像处理:单色Colormap-matlab image processing: monochrome Colormap
mmcont2
- matlab图像处理:基于colormap的2D等高线绘图算法-matlab image processing: colormap based on the 2D contour line drawing algorithm
mmcont3
- matlab图像处理:基于colormap的3D等高线绘图算法-matlab image processing: colormap based on the 3D contour mapping algorithm
Example1_8
- 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
color_line3
- plots a 3-D "line" with c-data as color Makes a surface object and the colouring is controlled by the colormap.
grs2rgb
- 用MATLAB实现将灰度图像转换为伪彩色图像。-Convert grayscale images to RGB using specified colormap.
Low-complexity-background-subtraction-using-frame
- 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
display-many-kind-of-colormap
- 强大的Matlab图片展示,可以显示多种colormap-Matlab powerful image display, can display a variety of colormap
colormap
- 地震数据颜色表,可以用以指定地震数据的颜*况-seismic colormap
freezeColors
- freeze the colormap in matlab
bar4viacolor
- 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
colormap
- 对图像进行预处理,提取图像的颜色相关图特征。-color corremap features
73
- 小波变换 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
freezeColors_v23_cbfreeze
- Matlab在一个图形上添加多个colormap(Matlab adds multiple colormap on a graph)