How can I convert an image into a patch?
Show older comments
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?
Answers (1)
Walter Roberson
on 12 Jul 2020
1 vote
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 Comment
Adam Danz
on 2 Jun 2022
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!