├── README.md ├── current_src ├── GesturesApi.py ├── GesturesApi.pyc ├── defaultGesturesLoader.py ├── defaultGesturesLoader.pyc ├── eventBasedAnimationClass.py ├── eventBasedAnimationClass.pyc ├── gesture.py ├── gesture.pyc ├── lbp.jpg └── testImplementation.py ├── design ├── Architecture.docx ├── Competitive Analysis.docx ├── Problem Statement.docx ├── Project Proposal.docx ├── Storyboard.docx ├── updates1.docx └── updates2.docx ├── gitHubRepo.txt ├── old ├── bgSub.py ├── inscribed.py ├── line.py └── version2.py ├── timesheet.xlsx └── tpVideo.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/README.md -------------------------------------------------------------------------------- /current_src/GesturesApi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/GesturesApi.py -------------------------------------------------------------------------------- /current_src/GesturesApi.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/GesturesApi.pyc -------------------------------------------------------------------------------- /current_src/defaultGesturesLoader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/defaultGesturesLoader.py -------------------------------------------------------------------------------- /current_src/defaultGesturesLoader.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/defaultGesturesLoader.pyc -------------------------------------------------------------------------------- /current_src/eventBasedAnimationClass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/eventBasedAnimationClass.py -------------------------------------------------------------------------------- /current_src/eventBasedAnimationClass.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/eventBasedAnimationClass.pyc -------------------------------------------------------------------------------- /current_src/gesture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/gesture.py -------------------------------------------------------------------------------- /current_src/gesture.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/gesture.pyc -------------------------------------------------------------------------------- /current_src/lbp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/lbp.jpg -------------------------------------------------------------------------------- /current_src/testImplementation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/current_src/testImplementation.py -------------------------------------------------------------------------------- /design/Architecture.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/design/Architecture.docx -------------------------------------------------------------------------------- /design/Competitive Analysis.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/design/Competitive Analysis.docx -------------------------------------------------------------------------------- /design/Problem Statement.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/design/Problem Statement.docx -------------------------------------------------------------------------------- /design/Project Proposal.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/design/Project Proposal.docx -------------------------------------------------------------------------------- /design/Storyboard.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/design/Storyboard.docx -------------------------------------------------------------------------------- /design/updates1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/design/updates1.docx -------------------------------------------------------------------------------- /design/updates2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/design/updates2.docx -------------------------------------------------------------------------------- /gitHubRepo.txt: -------------------------------------------------------------------------------- 1 | https://github.com/theholyhades1/GestureDetection 2 | -------------------------------------------------------------------------------- /old/bgSub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/old/bgSub.py -------------------------------------------------------------------------------- /old/inscribed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/old/inscribed.py -------------------------------------------------------------------------------- /old/line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/old/line.py -------------------------------------------------------------------------------- /old/version2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/old/version2.py -------------------------------------------------------------------------------- /timesheet.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VasuAgrawal/GestureDetection/HEAD/timesheet.xlsx -------------------------------------------------------------------------------- /tpVideo.txt: -------------------------------------------------------------------------------- 1 | https://www.youtube.com/watch?v=oH0ZkfFoeYU 2 | --------------------------------------------------------------------------------