├── INSTALL.txt ├── LICENSE ├── README.md ├── examples └── CALIBRATION │ ├── CALIBRATION.pde │ ├── Calibrate.pde │ ├── GUI.pde │ ├── Util.pde │ └── data │ └── calibration.txt ├── index.html ├── library.properties ├── library ├── Jama-1.0.3.jar └── KinectProjectorToolkit.jar ├── reference ├── KinectProjectorToolkit │ ├── KinectProjectorToolkit.html │ ├── ProjectedContour.html │ ├── package-frame.html │ ├── package-summary.html │ └── package-tree.html ├── allclasses-frame.html ├── allclasses-noframe.html ├── constant-values.html ├── deprecated-list.html ├── help-doc.html ├── index-all.html ├── index.html ├── overview-tree.html ├── package-list ├── resources │ └── inherit.gif └── stylesheet.css ├── src └── KinectProjectorToolkit │ ├── KinectProjectorToolkit.java │ └── ProjectedContour.java └── stylesheet.css /INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/INSTALL.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/README.md -------------------------------------------------------------------------------- /examples/CALIBRATION/CALIBRATION.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/examples/CALIBRATION/CALIBRATION.pde -------------------------------------------------------------------------------- /examples/CALIBRATION/Calibrate.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/examples/CALIBRATION/Calibrate.pde -------------------------------------------------------------------------------- /examples/CALIBRATION/GUI.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/examples/CALIBRATION/GUI.pde -------------------------------------------------------------------------------- /examples/CALIBRATION/Util.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/examples/CALIBRATION/Util.pde -------------------------------------------------------------------------------- /examples/CALIBRATION/data/calibration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/examples/CALIBRATION/data/calibration.txt -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/index.html -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/library.properties -------------------------------------------------------------------------------- /library/Jama-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/library/Jama-1.0.3.jar -------------------------------------------------------------------------------- /library/KinectProjectorToolkit.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/library/KinectProjectorToolkit.jar -------------------------------------------------------------------------------- /reference/KinectProjectorToolkit/KinectProjectorToolkit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/KinectProjectorToolkit/KinectProjectorToolkit.html -------------------------------------------------------------------------------- /reference/KinectProjectorToolkit/ProjectedContour.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/KinectProjectorToolkit/ProjectedContour.html -------------------------------------------------------------------------------- /reference/KinectProjectorToolkit/package-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/KinectProjectorToolkit/package-frame.html -------------------------------------------------------------------------------- /reference/KinectProjectorToolkit/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/KinectProjectorToolkit/package-summary.html -------------------------------------------------------------------------------- /reference/KinectProjectorToolkit/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/KinectProjectorToolkit/package-tree.html -------------------------------------------------------------------------------- /reference/allclasses-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/allclasses-frame.html -------------------------------------------------------------------------------- /reference/allclasses-noframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/allclasses-noframe.html -------------------------------------------------------------------------------- /reference/constant-values.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/constant-values.html -------------------------------------------------------------------------------- /reference/deprecated-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/deprecated-list.html -------------------------------------------------------------------------------- /reference/help-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/help-doc.html -------------------------------------------------------------------------------- /reference/index-all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/index-all.html -------------------------------------------------------------------------------- /reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/index.html -------------------------------------------------------------------------------- /reference/overview-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/overview-tree.html -------------------------------------------------------------------------------- /reference/package-list: -------------------------------------------------------------------------------- 1 | KinectProjectorToolkit 2 | -------------------------------------------------------------------------------- /reference/resources/inherit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/resources/inherit.gif -------------------------------------------------------------------------------- /reference/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/reference/stylesheet.css -------------------------------------------------------------------------------- /src/KinectProjectorToolkit/KinectProjectorToolkit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/src/KinectProjectorToolkit/KinectProjectorToolkit.java -------------------------------------------------------------------------------- /src/KinectProjectorToolkit/ProjectedContour.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/src/KinectProjectorToolkit/ProjectedContour.java -------------------------------------------------------------------------------- /stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bnfld/K2P3Toolkit/HEAD/stylesheet.css --------------------------------------------------------------------------------