标题: 三维人脸重建 [打印本页] 作者: piday123 时间: 2020-9-18 18:23 标题: 三维人脸重建 As for the matlab code it goes like this: ; t3 ~0 t T- o; P! X" U+ ?$ Z3 y%----------------------- 4 E! ^: F' m, z- o( EZ=... %read the range data into Z 5 _6 S# T$ Q$ t; S0 X9 {8 qI=... %read the intensity images into I 2 M( r6 t3 {2 T9 S. G* V
Z2=medfilt2(Z,[7,7]); %median filtering , h: n9 ~& F* s
figure 5 m7 z j x- [1 r% v. pwarp(Z2,I/max(max(I)),255) % z* B* l! L# A3 m) B* S/ j: g6 x7 grotate3D 4 J" D, L7 V6 X# \' Z: Btitle('Intensity warped on Range') , E( c+ D- U+ o9 N5 v, `" ?7 i; W
%---------------------- 6 m$ b4 f8 f( N1 q) P* C+ \- n, {3 \
See also the example in >>help warp (in matlab) $ R; }4 \5 h* J0 h0 n作者: NingW 时间: 2020-9-18 19:05
三维人脸重建