Home Previous Up Next Index

visionx::ObjectMemoryListenerInterface

Overview

interface ObjectMemoryListenerInterface

An ObjectMemoryListener is an observer that watches the changes of the ObjectMemory

Operation Index

reportObjectInformationUpdate
Initiates object recognition for a specific object.

Operations

void reportObjectInformationUpdate(types::ObjectInformation objectInfo)

Initiates object recognition for a specific object.

Parameters

objectInfo
the information about the object that is being reported

Home Previous Up Next Index