Fix indentation, compile

video
Cole Deck 4 years ago
parent 68c1f4dc1a
commit fa15964b98

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

9484
detect.c

File diff suppressed because it is too large Load Diff

@ -370,8 +370,7 @@ def magicSort(contour):
#magicNumber2 = 0 #magicNumber2 = 0
name = "Unknown" name = "Unknown"
for i in range(0,7): for i in range(0,7):
humoments[i] = -1 * math.copysign(1.0, humoments[i]) * math.log10(abs(humoments[i])) humoments[i] = -1 * math.copysign(1.0, humoments[i]) * math.log10(abs(humoments[i]))
for i in range(0,7):
if i > 1: if i > 1:
humoments[i] = int(round(humoments[i][0] / 8) * 8) humoments[i] = int(round(humoments[i][0] / 8) * 8)
if i != 4 and i != 6: if i != 4 and i != 6:

@ -10,7 +10,7 @@ calibration_width = 0.75
image = "img7.jpg" image = "img7.jpg"
images = ("img2.jpg", "img3.jpg", "img4.jpg", "img5.jpg", "img6.jpg", "img7.jpg", "img8.jpg") images = ("img2.jpg", "img3.jpg", "img4.jpg", "img5.jpg", "img6.jpg", "img7.jpg", "img8.jpg")
#images = ("img.jpg", "img2.jpg") #images = ("img.jpg", "img2.jpg")
video = True video = False
def go(): def go():
for file in images: for file in images:
items,output = detect.detect(calibration_width, file, True, False) items,output = detect.detect(calibration_width, file, True, False)

Loading…
Cancel
Save