Skip to content

Commit 374e2d1

Browse files
committed
Now with dependencies, stop at 1000 iterations
1 parent 1d8d66e commit 374e2d1

34 files changed

+19
-12
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def updateMerged(gA,gB,imsize):
3232
#---------------------------SET PARAMETERS
3333
maxSize = 640 #maxima resolucion de imagen
3434
carpetaImagenes = 'example/'
35-
debug = True
35+
debug = False
3636
outName = "jirafa" #out name for ply file (open with mesh lab to see poitn cloud)
3737
validFile = ['jpg','png','JPG'] #tipos validos de imagenes
3838
# Intentar conseguir la distancia focal

req.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
matplotlib==1.5.3
2+
numpy==1.11.1
3+
opencv-contrib-python==3.4.2.16
4+
plyfile==0.7
5+
scipy==1.2.1
6+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test_data/__init__.py

Whitespace-only changes.

test_data/__init__.pyc

151 Bytes
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)