필터 지우기
필터 지우기

texture map an image on triangular mesh

조회 수: 17 (최근 30일)
MB
MB 2020년 5월 2일
답변: Ameer Hamza 2020년 5월 3일
Given an irregular triangle mesh with V and F as the no. of vertices and faces respectively and an image. How to map image (texture) to Mesh(V,F) ?
There are other answers but they are using meshgrid. Can I do this without using meshgrid as my Mesh is irregular.
  댓글 수: 5
Ameer Hamza
Ameer Hamza 2020년 5월 2일
But how are you plotting these points? Mesh(V,F) is not a function in MATLAB.
MB
MB 2020년 5월 3일
Using trimesh

댓글을 달려면 로그인하십시오.

답변 (2개)

KSSV
KSSV 2020년 5월 2일
Read about triplot, trimesh, trisurf and patch.

Ameer Hamza
Ameer Hamza 2020년 5월 3일
By default, trimesh returns a patch object. MATLAB does not seem to support texture mapping on the patch object. See this FEX package: https://www.mathworks.com/matlabcentral/fileexchange/28106-texture-patch, which uses the surface object to create the patches which support texture mapping.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by