perimeter
2 次元アルファ形状の周囲長
説明
例
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];
アルファ半径を 2.5 にしてアルファ形状を作成し、プロットします。
shp = alphaShape(x,y,2.5); plot(shp)
アルファ形状の周囲長を計算します。
totalperim = perimeter(shp)
totalperim = 62.6526
2 つの領域のそれぞれの周囲長を個別に計算します。
regionperims = perimeter(shp, 1:numRegions(shp))
regionperims = 1×2
31.3263 31.3263
入力引数
shp
— 2 次元アルファ形状
alphaShape
オブジェクト
2 次元アルファ形状。alphaShape
オブジェクトとして指定します。詳細については、alphaShape
を参照してください。
例: shp = alphaShape(x,y)
は、座標 (x,y)
の点から 2 次元の alphaShape
オブジェクトを作成します。
RegionID
— アルファ形状の領域の ID 番号
正の整数スカラー
アルファ形状の領域の ID 番号。1
~ numRegions(shp)
の範囲の正の整数スカラーとして指定します。
アルファ形状には、点集合やパラメーターに基づく複数の小さい領域を含めることができます。それらの小さい領域には、面積または体積が大きい順に一意の RegionID
が割り当てられます。たとえば、2 つの領域をもつ 3 次元のアルファ形状を考えます。体積が大きい領域の RegionID
は 1、体積が小さい領域の RegionID
は 2 になります。
例: shp.RegionThreshold = area(shp,numRegions(shp)-2);
は、2 次元アルファ形状 shp
の領域を小さい方から 2 つ抑制します。
データ型: double
バージョン履歴
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)