Train ACF object detector
returns a trained aggregate channel features (ACF) object detector. The function
uses positive instances of objects in images given in the
detector
= trainACFObjectDetector(trainingData
)trainingData
table and automatically collects negative
instances from the images during training. To create a ground truth table, use
the Image
Labeler or Video
Labeler app.
returns
a detector
= trainACFObjectDetector(trainingData
,Name,Value
)detector
object with additional options specified
by one or more Name,Value
pair arguments.