Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
commit of extraogenous file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomesparon committed Sep 4, 2017
1 parent fb24d9c commit 51b75e0
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Retina_CPU_Code/mainCamDemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
if useVideo:
camid = os.getcwd() + os.sep + 'testvideo'+ os.sep +'vtest.webm'
cap = cv2.VideoCapture(camid)
camid = os.getcwd() + os.sep + 'testvideo'+ os.sep +'vtest.webm'
cap = cv2.VideoCapture(camid)
else:
camid = 1
cap = cv2.VideoCapture(camid)
Expand Down
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/airballoon.jpg
Binary file not shown.
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/blue16.jpg
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/blueyellow.PNG
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/bluyellow.PNG
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/dots.PNG
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/greendots.PNG
Binary file not shown.
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/rg.png
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/strippps.PNG
Binary file not shown.
Binary file removed Retina_CPU_Code/testimage/otherimages/stripr.PNG
Binary file not shown.
Binary file added Retina_CPU_Code/testvideo/vtest.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion Retina_CUDA_Code/Tests/mainCamDemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

showInverse = True
showCortex = True
useVideo = True
useVideo = False
print "USER KEYBOARD CONTROLS"
print " + to increase retina size\n - to decrease retina size"
print "esc - exit\ni - Toggle inverted retinal images\nu - Toggle cortical images"
Expand Down
Binary file added Retina_CUDA_Code/Tests/testvideo/vtest2.webm
Binary file not shown.
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
matplotlib==1.5.0rc3
numpy==1.11.3+mkl
numpydoc==0.5
opencv-python==3.1.0
PyQt4==4.11.4
PyQtdesignerplugins==1.1
pyqtgraph==0.9.10
PyQwt==5.2.1
scikit-image==0.11.3
scikit-learn==0.16.1
scilab2py==0.6
scipy==0.16.1

0 comments on commit 51b75e0

Please sign in to comment.