IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Public Member Functions | |
def | __init__ (self, RG_Params params) |
![]() | |
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 | |
![]() | |
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.