├── .gitattributes ├── CoordinateMappingBasics-WPF.exe ├── CoordinateMappingBasics-WPF.exe.config ├── CoordinateMappingBasics-WPF.pdb ├── CoordinateMappingBasics-WPF.vshost.exe ├── CoordinateMappingBasics-WPF.vshost.exe.config ├── CoordinateMappingBasics-WPF.vshost.exe.manifest ├── Microsoft.Kinect.dll ├── Microsoft.Kinect.xml └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/.gitattributes -------------------------------------------------------------------------------- /CoordinateMappingBasics-WPF.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/CoordinateMappingBasics-WPF.exe -------------------------------------------------------------------------------- /CoordinateMappingBasics-WPF.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/CoordinateMappingBasics-WPF.exe.config -------------------------------------------------------------------------------- /CoordinateMappingBasics-WPF.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/CoordinateMappingBasics-WPF.pdb -------------------------------------------------------------------------------- /CoordinateMappingBasics-WPF.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/CoordinateMappingBasics-WPF.vshost.exe -------------------------------------------------------------------------------- /CoordinateMappingBasics-WPF.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/CoordinateMappingBasics-WPF.vshost.exe.config -------------------------------------------------------------------------------- /CoordinateMappingBasics-WPF.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/CoordinateMappingBasics-WPF.vshost.exe.manifest -------------------------------------------------------------------------------- /Microsoft.Kinect.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/Microsoft.Kinect.dll -------------------------------------------------------------------------------- /Microsoft.Kinect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/Microsoft.Kinect.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GiantSox/KinectV2GreenScreen/HEAD/README.md --------------------------------------------------------------------------------