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

Static Public Attributes

 float
 
 int
 

Detailed Description

The parameters for the region growers

@param[in]  k_neigb             How many connected pixels to check for each seed. Default=8
@param[in]  th_val              For value difference based region grower. The threshold for the absolute value difference
@param[in]  th_var              For value difference based region grower. The threshold for the absolute value difference is obtained by 
                                seeds variance times the th_var

Member Data Documentation

◆ float

float
static

◆ int

int
static

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