|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
As for the matlab code it goes like this:
9 J- H8 V7 J' Y9 k* L%----------------------- % x3 u% t2 C! U/ l0 x
Z=... %read the range data into Z + }: E4 B1 P2 K- a5 I2 t
I=... %read the intensity images into I : Y$ A7 O4 `: d, c# H* [, c
Z2=medfilt2(Z,[7,7]); %median filtering " ]! Y8 t' d' _. w- h$ n2 ]- l
figure
c6 [# P, C9 z3 d; \4 Hwarp(Z2,I/max(max(I)),255) ' S7 @( r+ ]& m, L1 x& ?% ^6 M
rotate3D % d( l s( a( ]# u4 q
title('Intensity warped on Range')
8 n: Y" c7 A3 c) h9 v/ _/ f V%---------------------- 6 y3 r& ?4 ^! M9 F: m3 L
See also the example in >>help warp (in matlab)
* a1 C8 d3 P% p8 e& R |
|