CascadeFilter
Library
ComputerVision/Images/Matching
Description
The CascadeFilter block lets you select a cascade of classifiers to narrow down object detection and remove false positive detections from the results. For each subsequent classifier in the cascade, a more computationally intensive algorithm is used until the desired object is not found, and any remaining classifier is not used.
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
Filename | Classifier Path | Indicates the XML files containing feature sets used to detect those features in the input image. When multiple classifiers are listed, the Cascade Filter block applies the classifiers in sequential order, and stops when the current classifier does not find any matches. | String | |
externalActivation | External activation | This parameter defines if the block receives or inherits an external activation. When External Activation is used, an additional activation port is added to the block. Default is OFF. | Number | 0 |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
src | explicit | input | 1 | |
rects | explicit | output | 1 | |
Port 3 | activation | input | externalActivation |