Enum ObjectDetectorSearchMode
Object detector options for the search procedure.
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public enum ObjectDetectorSearchMode
Fields
| Name | Description |
|---|---|
| Average | If several objects are located within one another, they will be averaged. |
| Default | Entire image will be scanned. |
| NoOverlap | If a object has already been detected inside an area, it will not be scanned twice for inner or overlapping objects, saving computation time. |
| Single | Only a single object will be retrieved. |