Skip to main content
Version: 0.10.0

Type Alias: DetectObjectsOptions

DetectObjectsOptions = object

Defined in: extensions/cv/tasks/objectDetection.ts:60

Optional configuration parameters for object detection inference.

Properties

confidenceThreshold?

readonly optional confidenceThreshold: number

Defined in: extensions/cv/tasks/objectDetection.ts:65

Minimum confidence score threshold. If omitted, uses ObjectDetectorOptions.defaultConfidenceThreshold.


iouThreshold?

readonly optional iouThreshold: number

Defined in: extensions/cv/tasks/objectDetection.ts:70

Intersection over Union (IoU) threshold for NMS. If omitted, uses ObjectDetectorOptions.defaultIouThreshold.