Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

reference-image.md 611B

ReferenceImage

An interface specifying an image template that is fed to an Image Tracker.

!!! tip “Guidelines for Images”

Read [Guidelines for Images](../guidelines-for-images.md) for tips on how to design images that are suitable for tracking.

Properties

name

referenceImage.name: string, read-only

A name used to identify this reference image in a database.

image

referenceImage.image: HTMLImageElement | ImageBitmap | ImageData, read-only

Image template with pixel data.

Note: ImageData is acceptable since version 0.4.0.