IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Functions
Surveillance.layers.PuzzleReports Namespace Reference

Collection of classes for reporting out statistics related to puzzle related tasks. More...

Classes

class  HandIsGone
 

Functions

def HandStatus (hsig)
 
def Report_WhenHandIsGone ()
 

Detailed Description

Collection of classes for reporting out statistics related to puzzle related tasks.

The basic reporters assume that a simple signal is being sent in. If the system is passing along a nontrivial signal, then more work is needed. That may involve using a pre-processor or just overloading a given scheme to first generate the necessary input signal from the passed state signal. This package takes care of that.

Author
Patricio A. Vela, pvela.nosp@m.@gat.nosp@m.ech.e.nosp@m.du
Date
2025/07/31

Function Documentation

◆ HandStatus()

def Surveillance.layers.PuzzleReports.HandStatus (   hsig)

◆ Report_WhenHandIsGone()

def Surveillance.layers.PuzzleReports.Report_WhenHandIsGone ( )