|
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=[]) |
Public Attributes | |
| th_val | |
| th_var | |
Public Attributes inherited from RegionGrower_base | |
| cache_img | |
| cache_map | |
| final_mask | |
| init_mask | |
| neigb | |
| reg_avg | |
| reg_var | |
| seed_list | |
@brief The value difference based region grower
The criteria is thresholding the difference between new candidate seed value and the avarage seed value
| def __init__ | ( | self, | |
| RG_Params | params | ||
| ) |
Reimplemented from RegionGrower_base.
| th_val |
| th_var |