Skip to content

Interface: OccurrenceOptions<>

@appium/opencv.OccurrenceOptions

Table of contents

Properties

Properties

matchNeighbourThreshold

matchNeighbourThreshold: undefined | number

The pixel distance between matches we consider to be part of the same template match

Defined in

packages/opencv/lib/index.js:459


multiple

multiple: undefined | number | boolean

find multiple matches in the image

Defined in

packages/opencv/lib/index.js:458


threshold

threshold: undefined | number

At what normalized threshold to reject a match

Defined in

packages/opencv/lib/index.js:456


visualize

visualize: undefined | boolean

Whether to return the resulting visalization as an image (useful for debugging purposes)

Defined in

packages/opencv/lib/index.js:454