MATLAB ヘルプ センター
分解した構造化要素のシーケンスを返す
SEQ = decompose(SE)
SEQ = decompose(SE) は、構造化要素 SEQ の配列を返します。この配列は構造化要素 SE の分解です。SEQ は SE と等価ですが、SEQ の要素はそれ以上分解できません。
SEQ
SE
例
すべて折りたたむ
円板型の構造化要素を作成します。
se = strel('square',5)
se = strel is a square shaped structuring element with properties: Neighborhood: [5×5 logical] Dimensionality: 2
構造化要素の分解を抽出します。
seq = decompose(se)
seq = 2×1 strel array with properties: Neighborhood Dimensionality
imdilate で full オプションを指定して、分解された構造化要素を使用する連続的な膨張処理により 5 行 5 列の正方形が確実に作成されることを確認します。
imdilate
imdilate(1,seq,'full')
ans = 5×5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
ボール形状の構造化要素を作成します。
se = offsetstrel('ball',5, 6.5)
se = offsetstrel is a ball shaped offset structuring element with properties: Offset: [11×11 double] Dimensionality: 2
構造化要素の分解を取得します。
seq = 1×8 offsetstrel array with properties: Offset Dimensionality
strel
offsetstrel
構造化要素。strel または offsetstrel オブジェクトとして指定します。
目的の形状を近似する構造化要素のシーケンス。strel または offsetstrel オブジェクトの配列として返されます。
R2006a より前に導入
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ