Script execution

This commit is contained in:
gac-S_Changer
2016-09-14 16:55:29 +02:00
parent af49e3ccfb
commit 80010c492e

View File

@@ -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)