Skip to content

Interface: SimilarityOptions<>

@appium/opencv.SimilarityOptions

Table of contents

Properties

Properties

method

method: string

[TM_CCOEFF_NORMED] The name of the template matching method. Acceptable values are: - TM_CCOEFF - TM_CCOEFF_NORMED (default) - TM_CCORR - TM_CCORR_NORMED - TM_SQDIFF - TM_SQDIFF_NORMED Read https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_imgproc/py_template_matching/py_template_matching.html for more details.

Defined in

packages/opencv/lib/index.js:361


visualize

visualize: null | boolean

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

Defined in

packages/opencv/lib/index.js:359