IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NbyMotionImplements activity detectors based on movement (or lack of)
 CCfgMovingConfiguration setting specifier for "motion" detector
 Cdetector
 CMoveState
 CTrackState
 NbyRegionActivities defined by regions. Signal must lie in a region to trigger associated state
 CimageOccupancyActivity states depend on having true image values lying in specific regions of an image. Signal is a full image
 CimageRegionsActivity states depend on having signal lying in specific regions of an image. Signal is presumably in image pixels
 CPlanarActivity detection based on lying in specific planar regions
 Ncamera
 Nbase
 Ncv2cam
 Nd435
 Nd435new
 Nextrinsic
 Nrostopic
 Ntabletop
 Nutils
 Nchannels
 CAssignmentAssignment class for communication between BeatReporter and Editor
 CCfgChannelConfiguration instance for a Channel
 CCfgToFileConfiguration instance for a Channel
 CChannelBase/abstract channel class
 CtoCSVSave to CSV formatted file channel
 CtoFileSave to file channel
 Ndetector
 Nbase
 Nbgmodel
 NConfiguration
 Nfgmodel
 NfromState
 NinImage
 NinImageRGBD
 Ndrafts
 CAnnouncementBase/abstract announcer class
 CCfgAnnouncementConfiguration instance for an Announcement
 CCfgCommentaryConfiguration instance for Commentary
 CCfgRunningCommentaryConfiguration instance for RunningCommentary
 CCommentaryCommentary class, which does not transcribe the signal but passes it along in some non-text format
 CRunningCommentaryCommentary class that also keeps track of past information and reports it all out when requested. At that point, it should wipe the past information and start collecting anew
 Nhistogram
 CHistogram
 Nimprocessor
 Nbasic
 Nmask
 Nivapy
 NConfiguration
 Ndisplay_cv
 Nmoments
 CMoments
 NpathsSimple path generation for testing signals
 CCfgStepLinesConfiguration specifier for piecewise lines instance
 CStepLinesGiven a set of points representing piecewise line segments, provides an interface for generating them as a path of discrete points/steps
 Npca
 CPCA
 Nperceiver
 Nmonitor
 Nperceiver
 Nprogress
 Nreporting
 Npuzzle
 NboardA base representation for a puzzle board, which is basically a collection of pieces. Gets used in many different ways
 Nbuilder
 Nclusters
 NmanagerManage the tracking of puzzle pieces
 Nold_board
 Nold_template
 Nparse
 NparserA basic tracking class that processes a layered image (or mask and image) detection output and generates a model of the puzzle pieces in the scene. Converts all accepted, isolated regions into their own puzzle piece instances
 NpieceClasses for puzzle piece specification or description encapsulation
 Npieces
 Nrunner
 NrunnerROS
 Nsimulator
 Nsolver
 Nutils
 Nscripts
 Ntrackpointer
 Ncentroid
 NcentroidMulti
 Ntoplines
 Nutils
 Ntriggers
 CAlwaysClass that always triggers a report
 CBuildCfgTriggerConfiguration instance for building a Trigger
 CCfgDistTriggerConfiguration instance for a Trigger
 CCfgTriggerConfiguration instance for a Trigger
 CFallingClass that triggers a report when binary state changes, on falling edge
 ConChangeClass that triggers a report when the state changes
 ConMatchClass that triggers a report when the state matches a target state
 CRisingClass that triggers a report when binary state changes, on rising edge
 CTriggerBase/abstract trigger class
 CwhenCloseClass that triggers a report when current state is close to target state
 CwhenDiffersClass that triggers a report when current state differs from previous state
 CwhenFarClass that triggers a report when current state is far fromo target state
 CwhenSimilarClass that triggers a report when current state is similar to previous state