MATLAB ヘルプ センター
Delete all segments in map
Since R2021a
sMapOut = deleteSegments(sMapIn)
sMapOut = deleteSegments(sMapIn) deletes all segments in the map sMapIn. Removing the segments from the map improves the performance of the findPose and updateMap object functions.
sMapOut
sMapIn
findPose
updateMap
example
collapse all
Load a map of segments and features from a MAT file.
data = load('segmatchMapFullParkingLot.mat'); sMap = data.segmatchMapFullParkingLot;
Remove the segments from the map, leaving only the corresponding features in the map.
sMapNoSegments = deleteSegments(sMap);
Verify the number of segments in the map before and after removal.
numBefore = numel(sMap.Segments); numAfter = numel(sMapNoSegments.Segments); disp("Number of Segments Before Deleting Segments: " + num2str(numBefore))
Number of Segments Before Deleting Segments: 464
disp("Number of Segments After Deleting Segments: " + num2str(numAfter))
Number of Segments After Deleting Segments: 0
pcmapsegmatch
Original map of segments and features, specified as a pcmapsegmatch object.
Updated map of segments and features, returned as a pcmapsegmatch object.
Introduced in R2021a
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 のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ