Fix indentation, compile

This commit is contained in:
Cole Deck 2020-03-06 10:48:21 -06:00
parent 68c1f4dc1a
commit fa15964b98
15 changed files with 6736 additions and 6099 deletions

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.

13402
detect.c

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

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

View File

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