Show
Show
img_show(image, N=20, cmap=plt.cm.nipy_spectral)
Displays the image
Parameters:
image: ndarray (height,width,channels)N: intcmap: plt cmap
Returns: None
enclosing_ellipse_show(image, pos=0, tolerance=0.2, N=15)
Displays polygon points at position pos and the ellipse circumscribed around it
Parameters:
image: ndarray (height,width,channels)pos: inttolerance: float, coefficient of ellipse compactnessN: int
Returns: None