|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Static Public Attributes | |
| float | |
| int | |
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
|
static |
|
static |