numRegions
アルファ形状の領域の数
説明
例
2 次元アルファ形状の領域の数を確認
2 次元の点の集合を作成してプロットします。
th = (pi/12:pi/12:2*pi)'; x1 = [reshape(cos(th)*(1:5), numel(cos(th)*(1:5)),1); 0]; y1 = [reshape(sin(th)*(1:5), numel(sin(th)*(1:5)),1); 0]; x = [x1; x1+15;]; y = [y1; y1]; plot(x,y,'.') axis equal
アルファ半径を 7 にしてアルファ形状を作成し、その形状の独立した領域の数をクエリします。
shp = alphaShape(x,y,7); nregions = numRegions(shp)
nregions = 1
アルファ半径の値を 2.5 にして境界を明確にし、独立した領域の新しい数を取得します。
shp.Alpha = 2.5; nregions = numRegions(shp)
nregions = 2
アルファ形状をプロットして境界の質を確認します。
plot(shp)
入力引数
shp
— アルファ形状
alphaShape
オブジェクト
アルファ形状。alphaShape
オブジェクトとして指定します。詳細については、alphaShape
を参照してください。
例: shp = alphaShape(x,y)
は、座標 (x,y)
の点から 2 次元の alphaShape
オブジェクトを作成します。
バージョン履歴
R2014b で導入
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)