Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
structure added
Browse files Browse the repository at this point in the history
  • Loading branch information
LeC-D committed Nov 17, 2018
1 parent a78c560 commit 2f89be7
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Projet/Bootstrap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
class Bootstrap:
def __init__():
self.iimProc =
self.fingDetec =
self.edgeDetec =
self.clip =
self.classifier =
self.boundTrac =

def run(args):
if

else:
processedImage =
edges = self.edgeDetec
clippedEdges = self.clip


Empty file.
Empty file added Projet/Classifier/__init__.py
Empty file.
Empty file added Projet/Clipping/__init__.py
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added Projet/Main.py
Empty file.
Empty file added Projet/__init__.py
Empty file.

0 comments on commit 2f89be7

Please sign in to comment.