How to wrap image along a polygon

4 ビュー (過去 30 日間)
Christian Pritz
Christian Pritz 2022 年 9 月 29 日
コメント済み: Christian Pritz 2022 年 10 月 2 日
Greetings,
I have a an image (200, 1800) that should fit along a segmented line (2,16, several segments) including deforming the image. Is there any MatLab algorithm that can wrap or fit an image to a polygon ( a set of x,y coordinates). Any hint towards a solution is greatly appreciated.
best regards
Christian

採用された回答

Image Analyst
Image Analyst 2022 年 10 月 1 日
  1 件のコメント
Christian Pritz
Christian Pritz 2022 年 10 月 2 日
That was very helpful thanks.

サインインしてコメントする。

その他の回答 (1 件)

KSSV
KSSV 2022 年 9 月 29 日
REad about warp
  1 件のコメント
Christian Pritz
Christian Pritz 2022 年 10 月 1 日
移動済み: DGM 2022 年 10 月 1 日
Thanks! Read about wrap. Wrap might have worked. However, I chose to convert the image using sparse() into x,y points then partitioned the points along the x dimension into segments accroding to the segments in the polygon. Next, I rotated the points according to the angles in the polygon. That sufficed for my purposes.

サインインしてコメントする。

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeBiomedical Imaging についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by