acfObjectDetector
Detect objects using aggregate channel features
Description
The acfObjectDetector
object detects objects from an image using
the aggregate channel features (ACF) object detector. To use the ACF detector on an
image, pass the trained detector to the detect
function.
The ACF object detector recognizes specific objects in images, based on the training
images and the object ground truth locations used with the trainACFObjectDetector
function.
Creation
Create an acfObjectDetector
object by calling the trainACFObjectDetector
function with training
data.
detector = trainACFObjectDetector(trainingData,...)
Description
creates an ACF object detector based on the specified pretrained
detector
= acfObjectDetector(classifier
,trainingOptions
)classifier
and trainingOptions
.
You can use this syntax to recreate an ACF object detector for code
generation.
Input Arguments
Properties
Object Functions
Examples
References
[1] Dollar, P., R. Appel, S. Belongie, and P. Perona. "Fast Feature Pyramids for Object Detection." Pattern Analysis and Machine Intelligence, IEEE Transactions. Vol. 36, Issue 8, 2014, pp. 1532–1545.
Extended Capabilities
Version History
Introduced in R2017a