conndef
連結性配列の作成
説明
例
最小連結性を使用した 2 次元連結性配列の作成
最大連結性を使用した 2 次元連結性配列の作成
最小連結性を使用した 3 次元連結性配列の作成
3 次元連結性配列を作成します。
conndef(3,'minimal')
ans = ans(:,:,1) = 0 0 0 0 1 0 0 0 0 ans(:,:,2) = 0 1 0 1 1 1 0 1 0 ans(:,:,3) = 0 0 0 0 1 0 0 0 0
入力引数
num_dims
— 次元数
正の整数
次元数。正の整数として指定します。
データ型: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
type
— 近傍の連結性のタイプ
'minimal'
| 'maximal'
近傍の連結性のタイプ。'minimal'
または 'maximal'
を指定します。
値 | 説明 |
---|---|
|
|
| 中心要素と何らかの方法で接触している近傍点を含んだ近傍を定義します。 |
データ型: char
| string
出力引数
conn
— ピクセルの連結性
3 x 3 x ... x 3 の logical 配列
ピクセルの連結性。3 x 3 x .... x 3 の logical 配列として返されます。conn
は、その中心要素に関して対称です。詳細については、カスタム連結性の定義を参照してください。
拡張機能
C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。
使用上の注意および制限:
conndef
では C コードの生成がサポートされています (MATLAB® Coder™ が必要)。詳細については、イメージ処理のコード生成を参照してください。コードを生成する際、引数
num_dims
およびtype
はコンパイル時の定数でなければなりません。
GPU コード生成
GPU Coder™ を使用して NVIDIA® GPU のための CUDA® コードを生成します。
使用上の注意および制限:
コードを生成する際、引数
num_dims
およびtype
はコンパイル時の定数でなければなりません。
バージョン履歴
R2006a より前に導入
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)