alphaSpectrum
独立したアルファ形状を生成するアルファ値
説明
例
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
既定のアルファ半径を使用して点群のアルファ形状を作成します。
shp = alphaShape(x,y);
点群の一意のアルファ形状を生成する臨界アルファ値のスペクトルを求めます。
alphaspec = alphaSpectrum(shp);
スペクトルのアルファ値で生成された一意のアルファ形状の 4 つをプロットします。
for k = 1:4 alpha = alphaspec(8*k-7); shp.Alpha = alpha; subplot(2,2,k) plot(shp) title("Alpha = "+alpha) end
入力引数
shp
— アルファ形状
alphaShape
オブジェクト
アルファ形状。alphaShape
オブジェクトとして指定します。詳細については、alphaShape
を参照してください。
例: shp = alphaShape(x,y)
は、座標 (x,y)
の点から 2 次元の alphaShape
オブジェクトを作成します。
出力引数
a
— 独立したアルファ形状のアルファ値
列ベクトル
独立したアルファ形状のアルファ値。降順に並べ替えられた列ベクトルとして返されます。
バージョン履歴
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)