unipy.image package

Module contents

Image processing toolkit.

houghmatrix

  • rgb2gras – RGB to Grayscale.

  • hough_transform – Hough Transformation.

unipy.image.rgb2gras(img_array)[source]
unipy.image.hough_transform(img_bin, theta_res=1, rho_res=1)[source]