IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Namespaces | Classes
puzzle.parser Namespace Reference

A 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. More...

Namespaces

 fromLayer
 A basic detector class that processes a layered image (or mask and image) detection output. Converts all isolated regions into their own puzzle piece instances.
 
 fromSketch
 A derived detector class that can process an image & mask image to create a binary mask.
 

Classes

class  boardMeasure
 Puzzle piece board measurement class, based on puzzle piece layer parsing. More...
 
class  boardPerceive
 A simple perceiver for recovering puzzle pieces from a layer mask and an image. If desired, can do piece association. More...
 
class  CfgBoardMeasure
 Configuration setting specifier for centroidMulti. More...
 

Detailed Description

A 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.

1] boardMeasure

Being a subclass of centroidMulti, this is effectively just a puzzle board measurement strategy. To be a full fledged system requires integration with some sort of filter (e.g., temporal data association scheme).

2] boardTracker

Performs the data association code for keeping track of puzzle pieces over time.

3] boardActivity

Monitors the tracker associations and recovers the atomic actions or activities inferred from the track states over time.

Author
Yunzhi Lin, yunzh.nosp@m.i.li.nosp@m.n@gat.nosp@m.ech..nosp@m.edu
Patricio A. Vela, pvela.nosp@m.@gat.nosp@m.ech.e.nosp@m.du
Date
2024/10/20 [merged from Perceiver branch]
2023/09/01 [copied from puzzle.parser.fromLayer master branch]