mirror of
https://github.com/jjaldridge2009/Project_Xs.git
synced 2024-11-20 17:32:43 +01:00
clean up
This commit is contained in:
parent
7c687a4826
commit
9038d3df07
@ -1,5 +1,5 @@
|
||||
{
|
||||
"MonitorWindow": true,
|
||||
"MonitorWindow": 1,
|
||||
"WindowPrefix": "LM-Q",
|
||||
"image": "images\\phone\\eye.png",
|
||||
"view": [
|
||||
@ -10,8 +10,7 @@
|
||||
],
|
||||
"thresh": 0.8,
|
||||
"white_delay": 3.0,
|
||||
"advance_delay": 1,
|
||||
"advance_del": 3,
|
||||
"advance_delay": 3,
|
||||
"crop": [
|
||||
173,
|
||||
91,
|
||||
|
@ -11,7 +11,6 @@
|
||||
"thresh": 0.8,
|
||||
"white_delay": 0.0,
|
||||
"advance_delay": 0,
|
||||
"advance_del": 0,
|
||||
"crop": [
|
||||
173,
|
||||
91,
|
||||
|
@ -15,7 +15,6 @@ import json
|
||||
import os.path
|
||||
import heapq
|
||||
from PIL import Image, ImageTk
|
||||
from stationary import reidentify
|
||||
from xorshift import Xorshift
|
||||
|
||||
class Application(tk.Frame):
|
||||
|
Loading…
Reference in New Issue
Block a user