Public Member Functions | |
def | __init__ |
def | __repr__ |
def | as_cv_rect |
def | bottom_right |
def | keep_inside |
def | top_left |
Public Attributes | |
height | |
width | |
x | |
y |
def hrl_opencv.blob.Rect.__init__ | ( | self, | |
x, | |||
y, | |||
width, | |||
height | |||
) |
def hrl_opencv.blob.Rect.__repr__ | ( | self | ) |
def hrl_opencv.blob.Rect.as_cv_rect | ( | self | ) |
def hrl_opencv.blob.Rect.bottom_right | ( | self | ) |
def hrl_opencv.blob.Rect.keep_inside | ( | self, | |
minx, | |||
maxx, | |||
miny, | |||
maxy | |||
) |
def hrl_opencv.blob.Rect.top_left | ( | self | ) |