computer_vision.harris_corner

Attributes

edge_detect

Classes

HarrisCorner

Module Contents

class computer_vision.harris_corner.HarrisCorner(k: float, window_size: int)
__str__() str
detect(img_path: str) tuple[cv2.Mat, list[list[int]]]

Returns the image with corners identified img_path : path of the image output : list of the corner positions, image

computer_vision.harris_corner.edge_detect