IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Static Public Attributes | List of all members
ParamColorCluster Class Reference

Configuration parameter struct for byColor clustering. More...

Static Public Attributes

 float
 
 int
 
 str
 

Detailed Description

Configuration parameter struct for byColor clustering.

There are two basic clustering approaches implemented. One is an agglomerative clustering method based on a distance threshold. The other is based on a target quantity of clusters or groupings. These are mutually exclusing implementations.

Member Data Documentation

◆ float

float
static

◆ int

int
static

◆ str

str
static

The documentation for this class was generated from the following file: