CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - colormap
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - colormap - List
[
Other resource
]
COLORMAP
DL : 0
控制vga显示,显示汉字数字,任君选择,没有做不到的,只有想不到的-control vga, Chinese figures show that your cup of tea, not to make it, the only unexpected
Update
: 2008-10-13
Size
: 1011byte
Publisher
:
陈东
[
Special Effects
]
newnethodotsu
DL : 0
一个新设计的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 , bold ) % end
Update
: 2008-10-13
Size
: 2.11kb
Publisher
:
yemaoqiu
[
Other resource
]
radon_ambiguity
DL : 0
%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 ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b)
Update
: 2008-10-13
Size
: 1.59kb
Publisher
:
abcde
[
Other
]
CloudX
DL : 0
用VB编写的一个用于实时显示卫星云图的应用程序-VB prepared for a real-time display of satellite cloud applications
Update
: 2025-02-19
Size
: 1.83mb
Publisher
:
zgx
[
Other
]
COLORMAP
DL : 0
控制vga显示,显示汉字数字,任君选择,没有做不到的,只有想不到的-control vga, Chinese figures show that your cup of tea, not to make it, the only unexpected
Update
: 2025-02-19
Size
: 1kb
Publisher
:
陈东
[
Special Effects
]
newnethodotsu
DL : 0
一个新设计的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 , bold ) % end-OTSU design a new algorithm, using the method as follows: 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, bold) end
Update
: 2025-02-19
Size
: 2kb
Publisher
:
yemaoqiu
[
matlab
]
radon_ambiguity
DL : 0
%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 ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) - Radon transformclear 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)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh
Update
: 2025-02-19
Size
: 1kb
Publisher
:
abcde
[
Special Effects
]
A2008
DL : 0
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) colormap( gray ) axis image hold on plot(circen(:,1), circen(:,2), r+ ) for k = 1 : size(circen, 1), DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- ) end hold off title([ Raw Image with Circles Detected , ... (center positions and radii marked) ]) figure(3) surf(accum, EdgeColor , none ) a
Update
: 2025-02-19
Size
: 14kb
Publisher
:
money
[
matlab
]
matlab_colormap
DL : 0
可以将图的颜色在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
Update
: 2025-02-19
Size
: 2kb
Publisher
:
黄晓冬
[
Special Effects
]
mmap
DL : 0
matlab图像处理:单色Colormap-matlab image processing: monochrome Colormap
Update
: 2025-02-19
Size
: 1kb
Publisher
:
小伟
[
Special Effects
]
mmcont2
DL : 0
matlab图像处理:基于colormap的2D等高线绘图算法-matlab image processing: colormap based on the 2D contour line drawing algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
小伟
[
OS program
]
200551810203
DL : 0
colormap in matlab using histogram for colors
Update
: 2025-02-19
Size
: 14kb
Publisher
:
amaidiebadi3
[
matlab
]
matlab-colormap
DL : 0
实现彩色作图,可实现不同frame累计,并进行插值-Color mapping can be accumulated to achieve a different frame, and interpolation
Update
: 2025-02-19
Size
: 17kb
Publisher
:
赵鑫
[
matlab
]
chap04
DL : 0
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
Update
: 2025-02-19
Size
: 4kb
Publisher
:
孙强
[
GDI-Bitmap
]
ColorMaps
DL : 0
利用COLORMAP按不同的颜色显示数据-The use of COLORMAP display data according to different colors
Update
: 2025-02-19
Size
: 46kb
Publisher
:
[
matlab
]
grs2rgb
DL : 0
Convert grayscale images to RGB using specified colormap.
Update
: 2025-02-19
Size
: 256kb
Publisher
:
Jeff
[
Special Effects
]
display-many-kind-of-colormap
DL : 0
强大的Matlab图片展示,可以显示多种colormap-Matlab powerful image display, can display a variety of colormap
Update
: 2025-02-19
Size
: 11kb
Publisher
:
amanda
[
Picture Viewer
]
colormap
DL : 0
地震数据颜色表,可以用以指定地震数据的颜色情况-seismic colormap
Update
: 2025-02-19
Size
: 1kb
Publisher
:
reed
[
matlab
]
elementaryCellularAutomsdata
DL : 0
Symmetricdivergingbipolar cold-neutral-hot colormapة
Update
: 2025-02-19
Size
: 2kb
Publisher
:
samor
[
Algorithm
]
Colormap
DL : 0
输入为不同的权值,程序根据权值生成各种类型的colormap的值-Enter a different weight, the program type is generated based on the weight of the value of colormap
Update
: 2025-02-19
Size
: 3kb
Publisher
:
sheen
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.