How can I convert an image into a patch?

41 次查看(过去 30 天)
I have an image that I want to convert into a patch, and use it as a normal patch.
I also have the V matrix and the F vectoer, of the patch I want my image to become.
How can I do it?

回答(1 个)

Walter Roberson
Walter Roberson 2020-7-12
Would a surface be acceptable instead of a patch? If so then see warp() https://www.mathworks.com/help/images/ref/warp.html
If you really need a patch then use the above and then surf2patch() https://www.mathworks.com/help/matlab/ref/surf2patch.html
  1 个评论
Adam Danz
Adam Danz 2022-6-2
In addition to warp, I also found this answer useful which sets texture mapping directly in surf().

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Polygons 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by