Classes | |
class | Rect |
Functions | |
def | blob_statistics |
WARNING: this function destructively modifies binary_image if max_area is set. | |
def | blob_to_input_instance |
def | blob_to_rect |
def | bound |
def | draw_blobs |
def | remove_large_blobs |
def hrl_opencv.blob.blob_statistics | ( | binary_image, | |
max_area = 99999.0 , |
|||
max_dim = 99999.0 |
|||
) |
def hrl_opencv.blob.blob_to_input_instance | ( | image, | |
blob, | |||
classification_window_width | |||
) |
def hrl_opencv.blob.blob_to_rect | ( | blob, | |
classification_window_width | |||
) |
def hrl_opencv.blob.bound | ( | value, | |
min_val, | |||
max_val | |||
) |
def hrl_opencv.blob.draw_blobs | ( | frame, | |
blobs, | |||
classification_window_width | |||
) |
def hrl_opencv.blob.remove_large_blobs | ( | binary_image, | |
max_area, | |||
max_dim = 30 |
|||
) |