Closedown
This commit is contained in:
@@ -21,7 +21,7 @@ def detect_led(ip):
|
||||
output_image = "outlines", minCirc = 0.4, maxCirc = 1.0)
|
||||
"""
|
||||
|
||||
roi_center = (1995, 1092)
|
||||
roi_center = (1855, 1142)
|
||||
roi_radius = 680
|
||||
integration_count = 10
|
||||
integration_continuous = False
|
||||
@@ -35,7 +35,7 @@ color_roi = Color(0, 128, 0)
|
||||
|
||||
renderer = show_panel(img)
|
||||
renderer.clearOverlays()
|
||||
ov_roi_shape = Ellipse(Pen(colordet-_roi, 0,), java.awt.Point(roi[0], roi[1]), java.awt.Dimension(roi[2], roi[3]))
|
||||
ov_roi_shape = Ellipse(Pen(color_roi, 0,), java.awt.Point(roi[0], roi[1]), java.awt.Dimension(roi[2], roi[3]))
|
||||
ov_roi_bound = Rect(Pen(color_roi, 0, Pen.LineStyle.dotted), java.awt.Point(roi[0], roi[1]), java.awt.Dimension(roi[2], roi[3]))
|
||||
ov_roi_center = Crosshairs(Pen(color_roi, 0), java.awt.Point(roi_center[0],roi_center[1]), java.awt.Dimension(15,15))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user