Configure object detector for using calibrated monocular camera
configures any of these object detectorsconfiguredDetector
= configureDetectorMonoCamera(detector
,sensor
,objectSize
)
ACF (aggregate channel features)
Faster R-CNN (regions with convolutional neural networks)
Fast R-CNN
YOLO v2 (you only look once v2)
SSD (single shot detector),
to detect objects of a known size on a ground plane. Specify your
trained object detector, detector
, a camera configuration for
transforming image coordinates to world coordinates, sensor
,
and the range of the object widths and lengths,
objectSize
.
acfObjectDetector
| acfObjectDetectorMonoCamera
| fasterRCNNObjectDetector
| fasterRCNNObjectDetectorMonoCamera
| fastRCNNObjectDetector
| fastRCNNObjectDetectorMonoCamera
| monoCamera
| ssdObjectDetectorMonoCamera
| yolov2ObjectDetectorMonoCamera