Fix indentation, compile
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -371,7 +371,6 @@ def magicSort(contour):
|
||||
name = "Unknown"
|
||||
for i in range(0,7):
|
||||
humoments[i] = -1 * math.copysign(1.0, humoments[i]) * math.log10(abs(humoments[i]))
|
||||
for i in range(0,7):
|
||||
if i > 1:
|
||||
humoments[i] = int(round(humoments[i][0] / 8) * 8)
|
||||
if i != 4 and i != 6:
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ calibration_width = 0.75
|
||||
image = "img7.jpg"
|
||||
images = ("img2.jpg", "img3.jpg", "img4.jpg", "img5.jpg", "img6.jpg", "img7.jpg", "img8.jpg")
|
||||
#images = ("img.jpg", "img2.jpg")
|
||||
video = True
|
||||
video = False
|
||||
def go():
|
||||
for file in images:
|
||||
items,output = detect.detect(calibration_width, file, True, False)
|
||||
|
||||
Reference in New Issue
Block a user