blockLocationsWithROI
Syntax
Description
[
selects block locations that contain bounding box ROIs specified by
locationSet
,bldsNew
] = blockLocationsWithROI(blset
,blds
)blds
. The function returns the block locations as a
blockLocationSet
object, locationSet
, and
corresponding bounding boxes as a boxLabelDatastore
object,
bldsNew
.
[
specifies options using one or more name-value arguments. For example,
locationSet
,bldsNew
] = blockLocationsWithROI(blset
,blds
,Name=Value
)OverlapThreshold=0.5
specifies the overlap threshold between a bounding
box and an image block as 0.5
.
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2025a