Script execution
This commit is contained in:
@@ -9,7 +9,7 @@ import java.awt.Color as Color
|
||||
ip = load_image("{images}/test2.png", title="Image")
|
||||
|
||||
|
||||
"""
|
||||
|
||||
#Puck Detection
|
||||
aux = grayscale(ip, in_place=False)
|
||||
aux.show()
|
||||
@@ -22,7 +22,7 @@ binary_fill_holes(aux); aux.repaintWindow()
|
||||
fill_holes = False, exclude_edges = True,print_table=True,
|
||||
output_image = "outlines", minCirc = 0.0, maxCirc = 1.0)
|
||||
output_img.show()
|
||||
"""
|
||||
|
||||
|
||||
#Sample detection
|
||||
aux = grayscale(ip, in_place=False)
|
||||
|
||||
Reference in New Issue
Block a user