classifyRegions
Classify objects in image regions using Fast R-CNN object detector configured for monocular camera
Syntax
Description
[
classifies objects within the regions of interest of image labels
,scores
]
= classifyRegions(detector
,I
,rois
)I
, using a
Fast R-CNN (regions with convolutional neural networks) object detector configured for a
monocular camera. For each region, classifyRegions
returns the class
label with the corresponding highest classification score.
When using this function, use of a CUDA® enabled NVIDIA® GPU is highly recommended. The GPU reduces computation time significantly. Usage of the GPU requires Parallel Computing Toolbox™. For information about the supported compute capabilities, see GPU Computing Requirements (Parallel Computing Toolbox).
[___] = classifyRegions(___,'ExecutionEnvironment',
specifies the hardware resource used to classify objects within image regions. You can use
this name-value pair with any of the preceding syntaxes.resource
)
Input Arguments
Output Arguments
Version History
Introduced in R2017a