IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes
puzzle.clusters.byColor Namespace Reference

Extract color features for all the pieces in a given puzzle board. More...

Classes

class  ByColor
 A puzzle piece clustering method based on color. The feature extractor should be based on color. More...
 
class  ParamColorCluster
 Configuration parameter struct for byColor clustering. More...
 

Detailed Description

Extract color features for all the pieces in a given puzzle board.

Note
This code is out of date.
Todo:
Uses a ParamColorCluster structure rather than a CfgByColor instances.
Author
Yunzhi Lin, yunzh.nosp@m.i.li.nosp@m.n@gat.nosp@m.ech..nosp@m.edu
Date
2021/08/29 [created]