├── README.md ├── _config.yml ├── data.sql ├── neural_network ├── 23Classification.py ├── 23_classification_model.pth ├── application.py ├── backup │ ├── 23Classification.py │ ├── acc.png │ ├── application.py │ └── loss.png ├── train_data.txt └── train_loss_acc_pic │ ├── acc.png │ └── loss.png ├── pic ├── 1.png ├── 2.png ├── 7-11-18-26.png ├── 7-11-18-30.png ├── acc.png ├── acc2.png ├── geez.png ├── loss.png ├── loss1.png ├── loss_acc.png ├── network_model.png ├── pic.jpg ├── res1.png └── res2.png ├── 任务.txt └── 骨骼坐标点的获取入库 ├── .vs └── 骨骼坐标点的获取入库 │ ├── DesignTimeBuild │ └── .dtbcache │ └── v15 │ ├── .suo │ └── Server │ └── sqlite3 │ ├── db.lock │ ├── storage.ide │ ├── storage.ide-shm │ └── storage.ide-wal ├── packages └── DynamicLanguageRuntime.1.2.1 │ ├── DynamicLanguageRuntime.1.2.1.nupkg │ ├── LICENSE │ ├── README.md │ └── lib │ ├── net40 │ ├── Microsoft.Dynamic.dll │ ├── Microsoft.Dynamic.xml │ ├── Microsoft.Scripting.Metadata.dll │ ├── Microsoft.Scripting.Metadata.xml │ ├── Microsoft.Scripting.dll │ └── Microsoft.Scripting.xml │ ├── net45 │ ├── Microsoft.Dynamic.dll │ ├── Microsoft.Dynamic.xml │ ├── Microsoft.Scripting.Metadata.dll │ ├── Microsoft.Scripting.Metadata.xml │ ├── Microsoft.Scripting.dll │ ├── Microsoft.Scripting.xml │ └── Microsoft.VisualStudio.CodeCoverage.Shim.dll │ └── netcoreapp2.0 │ ├── Microsoft.Dynamic.dll │ ├── Microsoft.Dynamic.xml │ ├── Microsoft.Scripting.Metadata.dll │ ├── Microsoft.Scripting.Metadata.xml │ ├── Microsoft.Scripting.dll │ └── Microsoft.Scripting.xml ├── 骨骼坐标点的获取入库.sln └── 骨骼坐标点的获取入库 ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── GlobalSuppressions.cs ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs ├── Settings.settings └── app.manifest ├── Resources ├── acc.png ├── loss.png ├── pexels-photo-4343372.jpeg └── pexels-photo-4343373.jpeg ├── app.ico ├── bin ├── Debug │ ├── Emgu.CV.UI.dll │ ├── Emgu.CV.UI.xml │ ├── Emgu.CV.dll │ ├── Emgu.CV.xml │ ├── Emgu.Util.dll │ ├── Emgu.Util.xml │ ├── Microsoft.Kinect.dll │ ├── Microsoft.Kinect.xml │ ├── ZedGraph.dll │ ├── test.py │ ├── 骨骼坐标点的获取入库.exe │ ├── 骨骼坐标点的获取入库.exe.config │ └── 骨骼坐标点的获取入库.pdb └── Release │ ├── CSkin.dll │ ├── CSkin.xml │ ├── Emgu.CV.UI.dll │ ├── Emgu.CV.UI.xml │ ├── Emgu.CV.dll │ ├── Emgu.CV.xml │ ├── Emgu.Util.dll │ ├── Emgu.Util.xml │ ├── IronPython.Modules.dll │ ├── IronPython.Modules.xml │ ├── IronPython.SQLite.dll │ ├── IronPython.SQLite.xml │ ├── IronPython.Wpf.dll │ ├── IronPython.Wpf.xml │ ├── IronPython.dll │ ├── IronPython.xml │ ├── Microsoft.Dynamic.dll │ ├── Microsoft.Dynamic.xml │ ├── Microsoft.Kinect.dll │ ├── Microsoft.Kinect.xml │ ├── Microsoft.Scripting.Metadata.dll │ ├── Microsoft.Scripting.Metadata.xml │ ├── Microsoft.Scripting.dll │ ├── Microsoft.Scripting.xml │ ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll │ ├── ZedGraph.dll │ ├── app.publish │ └── 骨骼坐标点的获取入库.exe │ ├── 骨骼坐标点的获取入库.application │ ├── 骨骼坐标点的获取入库.exe │ ├── 骨骼坐标点的获取入库.exe.config │ ├── 骨骼坐标点的获取入库.exe.manifest │ └── 骨骼坐标点的获取入库.pdb ├── bitbug_favicon.ico ├── obj ├── Debug │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── 骨骼坐标点的获取入库.Form1.resources │ ├── 骨骼坐标点的获取入库.Properties.Resources.resources │ ├── 骨骼坐标点的获取入库.csproj.CopyComplete │ ├── 骨骼坐标点的获取入库.csproj.CoreCompileInputs.cache │ ├── 骨骼坐标点的获取入库.csproj.FileListAbsolute.txt │ ├── 骨骼坐标点的获取入库.csproj.GenerateResource.cache │ ├── 骨骼坐标点的获取入库.csprojAssemblyReference.cache │ ├── 骨骼坐标点的获取入库.exe │ └── 骨骼坐标点的获取入库.pdb └── Release │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── TempPE │ └── Properties.Resources.Designer.cs.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── postures_detection.csproj.CopyComplete │ ├── postures_detection.csproj.CoreCompileInputs.cache │ ├── postures_detection.csproj.FileListAbsolute.txt │ ├── postures_detection.csproj.GenerateResource.cache │ ├── postures_detection.csprojAssemblyReference.cache │ ├── 骨骼坐标点的获取入库.Form1.resources │ ├── 骨骼坐标点的获取入库.Properties.Resources.resources │ ├── 骨骼坐标点的获取入库.TrustInfo.xml │ ├── 骨骼坐标点的获取入库.application │ ├── 骨骼坐标点的获取入库.csproj.CopyComplete │ ├── 骨骼坐标点的获取入库.csproj.CoreCompileInputs.cache │ ├── 骨骼坐标点的获取入库.csproj.FileListAbsolute.txt │ ├── 骨骼坐标点的获取入库.csproj.GenerateResource.cache │ ├── 骨骼坐标点的获取入库.csprojAssemblyReference.cache │ ├── 骨骼坐标点的获取入库.exe │ ├── 骨骼坐标点的获取入库.exe.manifest │ └── 骨骼坐标点的获取入库.pdb ├── packages.config ├── postures_detection.csproj ├── postures_detection.csproj.user └── postures_detection_TemporaryKey.pfx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/_config.yml -------------------------------------------------------------------------------- /data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/data.sql -------------------------------------------------------------------------------- /neural_network/23Classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/23Classification.py -------------------------------------------------------------------------------- /neural_network/23_classification_model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/23_classification_model.pth -------------------------------------------------------------------------------- /neural_network/application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/application.py -------------------------------------------------------------------------------- /neural_network/backup/23Classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/backup/23Classification.py -------------------------------------------------------------------------------- /neural_network/backup/acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/backup/acc.png -------------------------------------------------------------------------------- /neural_network/backup/application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/backup/application.py -------------------------------------------------------------------------------- /neural_network/backup/loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/backup/loss.png -------------------------------------------------------------------------------- /neural_network/train_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/train_data.txt -------------------------------------------------------------------------------- /neural_network/train_loss_acc_pic/acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/train_loss_acc_pic/acc.png -------------------------------------------------------------------------------- /neural_network/train_loss_acc_pic/loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/neural_network/train_loss_acc_pic/loss.png -------------------------------------------------------------------------------- /pic/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/1.png -------------------------------------------------------------------------------- /pic/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/2.png -------------------------------------------------------------------------------- /pic/7-11-18-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/7-11-18-26.png -------------------------------------------------------------------------------- /pic/7-11-18-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/7-11-18-30.png -------------------------------------------------------------------------------- /pic/acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/acc.png -------------------------------------------------------------------------------- /pic/acc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/acc2.png -------------------------------------------------------------------------------- /pic/geez.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/geez.png -------------------------------------------------------------------------------- /pic/loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/loss.png -------------------------------------------------------------------------------- /pic/loss1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/loss1.png -------------------------------------------------------------------------------- /pic/loss_acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/loss_acc.png -------------------------------------------------------------------------------- /pic/network_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/network_model.png -------------------------------------------------------------------------------- /pic/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/pic.jpg -------------------------------------------------------------------------------- /pic/res1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/res1.png -------------------------------------------------------------------------------- /pic/res2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/pic/res2.png -------------------------------------------------------------------------------- /任务.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/任务.txt -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/DesignTimeBuild/.dtbcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/DesignTimeBuild/.dtbcache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/.suo -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/Server/sqlite3/storage.ide-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/Server/sqlite3/storage.ide-shm -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/Server/sqlite3/storage.ide-wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/.vs/骨骼坐标点的获取入库/v15/Server/sqlite3/storage.ide-wal -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/DynamicLanguageRuntime.1.2.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/DynamicLanguageRuntime.1.2.1.nupkg -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/LICENSE -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/README.md -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Dynamic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Dynamic.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Dynamic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Dynamic.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.Metadata.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.Metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.Metadata.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net40/Microsoft.Scripting.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Dynamic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Dynamic.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Dynamic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Dynamic.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.Metadata.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.Metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.Metadata.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.Scripting.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.VisualStudio.CodeCoverage.Shim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/net45/Microsoft.VisualStudio.CodeCoverage.Shim.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Dynamic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Dynamic.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Dynamic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Dynamic.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.Metadata.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.Metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.Metadata.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/packages/DynamicLanguageRuntime.1.2.1/lib/netcoreapp2.0/Microsoft.Scripting.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库.sln -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/App.config -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Form1.Designer.cs -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Form1.cs -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Form1.resx -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/GlobalSuppressions.cs -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Program.cs -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Resources.resx -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/Settings.settings -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Properties/app.manifest -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/acc.png -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/loss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/loss.png -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/pexels-photo-4343372.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/pexels-photo-4343372.jpeg -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/pexels-photo-4343373.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/Resources/pexels-photo-4343373.jpeg -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/app.ico -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.UI.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.UI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.UI.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.CV.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.Util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.Util.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.Util.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Emgu.Util.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Microsoft.Kinect.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Microsoft.Kinect.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Microsoft.Kinect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/Microsoft.Kinect.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/ZedGraph.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/ZedGraph.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/test.py -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/骨骼坐标点的获取入库.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/骨骼坐标点的获取入库.exe -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/骨骼坐标点的获取入库.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/骨骼坐标点的获取入库.exe.config -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/骨骼坐标点的获取入库.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Debug/骨骼坐标点的获取入库.pdb -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/CSkin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/CSkin.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/CSkin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/CSkin.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.UI.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.UI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.UI.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.CV.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.Util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.Util.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.Util.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Emgu.Util.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Modules.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Modules.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Modules.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.SQLite.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.SQLite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.SQLite.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Wpf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Wpf.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Wpf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.Wpf.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/IronPython.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Dynamic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Dynamic.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Dynamic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Dynamic.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Kinect.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Kinect.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Kinect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Kinect.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.Metadata.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.Metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.Metadata.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.Scripting.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.VisualStudio.CodeCoverage.Shim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/Microsoft.VisualStudio.CodeCoverage.Shim.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/ZedGraph.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/ZedGraph.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/app.publish/骨骼坐标点的获取入库.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/app.publish/骨骼坐标点的获取入库.exe -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.application: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.application -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.exe -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.exe.config -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.exe.manifest -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bin/Release/骨骼坐标点的获取入库.pdb -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/bitbug_favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/bitbug_favicon.ico -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.Form1.resources -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.Properties.Resources.resources -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 0d0c3095f7b713f08fccb3556e0bbd692a28fd9c 2 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.exe -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Debug/骨骼坐标点的获取入库.pdb -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8ca1458104766612b2056ec235ebeb5c89522c81 2 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/postures_detection.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.Form1.resources -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.Properties.Resources.resources -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.TrustInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.TrustInfo.xml -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.application: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.application -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8ca1458104766612b2056ec235ebeb5c89522c81 2 | -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.exe -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.exe.manifest -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/obj/Release/骨骼坐标点的获取入库.pdb -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/packages.config -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/postures_detection.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/postures_detection.csproj -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/postures_detection.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/postures_detection.csproj.user -------------------------------------------------------------------------------- /骨骼坐标点的获取入库/骨骼坐标点的获取入库/postures_detection_TemporaryKey.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfnian/Kinect/HEAD/骨骼坐标点的获取入库/骨骼坐标点的获取入库/postures_detection_TemporaryKey.pfx --------------------------------------------------------------------------------