搜索资源列表
grs2rgb
- Convert grayscale images to RGB using specified 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
matlab_colormap
- 可以将图的颜色在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 set to white
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
200551810203
- colormap in matlab using histogram for colors
matlab-colormap
- 实现彩色作图,可实现不同frame累计,并进行插值-Color mapping can be accumulated to achieve a different frame, and interpolation
chap04
- 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
pseudo
- 灰度图像转换伪彩色图像,MATLAB 一个简单的程序来转换灰度图像伪彩色图像。通过改变的条件和程序中使用的值,你可以创建一个更完美的伪彩色图像。-A simple program to convert gray level image to pseudo color images. By altering the conditions and values used in the program, you can create a more perfect pseudo color imag
plot3k
- Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each
grs2rgb
- 用MATLAB实现将灰度图像转换为伪彩色图像。-Convert grayscale images to RGB using specified colormap.
display-many-kind-of-colormap
- 强大的Matlab图片展示,可以显示多种colormap-Matlab powerful image display, can display a variety of colormap
Matlabuseofcolour
- Matlab 颜色的使用 colorbar colormap-Matlab use of colour
elementaryCellularAutomsdata
- Symmetricdivergingbipolar cold-neutral-hot colormapة
freezeColors
- freeze the colormap in matlab
darkb2r
- 程序为matlab能画出红白蓝三色的colormap调用程序。-This program can draw a matlab colormap in red, white and blue.
freezeColors_v23_cbfreeze
- Matlab在一个图形上添加多个colormap(Matlab adds multiple colormap on a graph)
darkb4r
- 当值为0的时候,把colorbar的颜色设为白色(When the value is 0, the color of colorbar is set to white)
MATLABB
- MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0 0;1 1 1]); % 创建颜色 %disp(size