getVertices
楕円 ROI オブジェクトの周囲の頂点を返す
説明
出力引数
v
— 頂点
n 行 2 列の行列
頂点。n 行 2 列の行列として返されます。2 つの列は、n 個の各頂点に対して x と y 座標を定義します。
バージョン履歴
R2007b で導入R2018b: getVertices
は非推奨
R2018b 以降、既存の ROI オブジェクトのセットが新しい ROI オブジェクトのセットに置き換えられています。新しいオブジェクトは、面の色の透明度など、さらに便利な機能を提供します。新しいクラスでは、移動やクリックなどの ROI の変化に応答するために使用できるイベントもサポートされています。現時点では、以前の ROI オブジェクトを削除する予定はありませんが、追加された機能や柔軟性を活用するために、新しい ROI に切り替えてください。新しい ROI 関数を使用した ROI の作成方法の詳細については、ROI の形状の作成を参照してください。
新しい Ellipse
ROI の頂点を取得するには、ROI の Vertices
プロパティの値にアクセスします。
getVertices
のすべてのインスタンスを更新してください。
非推奨の使用方法 | 推奨される代替案 |
---|---|
この例では、楕円 ROI を作成し、 imshow('cameraman.tif')
h = imellipse(gca,[10 10 100 100]);
v = getVertices(h)
| 次のコードは等価なコードで、新しい imshow('cameraman.tif') h = drawellipse(gca,'Center',[60,35],'SemiAxes',[50,25]); v = h.Vertices |
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)