Plot 2D image on 3D by the use of isonormals

1 回表示 (過去 30 日間)
José Alejandro Rojas López
José Alejandro Rojas López 2020 年 7 月 28 日
How can I plot the saggital image on xz refence plane when I used isonormals to plot an 3D recontruction?
set ( handles.axes2, 'NextPlot', 'Replace')
imagesc ( imagen_rotada_a_graficar)
axis image
colormap gray
Ds = smooth3(mascaracontorno3D2);
fv = isosurface(Ds,0);
hiso = patch(fv, 'FaceColor', [0.6350 0.0780 0.1840], 'Edgecolor', 'none');
isonormals(Ds, hiso)
Ds1 = smooth3(mascaracontorno3D);
axis tight
camlight
camlight(-80,-10)
lighting gouraud
view(3)
daspect([1,1,1])

回答 (0 件)

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by