| IVALab Python Libraries
    Collection of code for computer vision and robotics with specific API. | 


| Public Member Functions | |
| def | __init__ (self, RG_Params params) | 
|  Public Member Functions inherited from RegionGrower_base | |
| def | display_results (self) | 
| def | get_final_mask (self) | 
| def | get_init_mask (self) | 
| def | process_mask (self, img, mask, mask_rej=None) | 
| def | process_seeds (self, img, seeds, rejects=[]) | 
| Additional Inherited Members | |
|  Public Attributes inherited from RegionGrower_base | |
| cache_img | |
| cache_map | |
| final_mask | |
| init_mask | |
| neigb | |
| reg_avg | |
| reg_var | |
| seed_list | |
    @brief          Mask-based region growing (from smaller mask into larger mask).
    The criteria is logical true in the mask 
 | def __init__ | ( | self, | |
| RG_Params | params | ||
| ) | 
Reimplemented from RegionGrower_base.