How can I convert an image into a patch?
18 ビュー (過去 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?
0 件のコメント
回答 (1 件)
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
2022 年 6 月 2 日
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!