CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 .net编程

文件名称:candescentnui-20148

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-05-08
  • 文件大小:
    3.32mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Kinect的基于深度相机识别手部的算法。微软官方Kinect开发网站上也有。-

Kinect的基于深度相机识别手部的算法。微软官方Kinect开发网站上也有。

Kinect based depth camera recognition algorithm for hand. Microsoft s official Kinect development site also has.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

build.bat
CCT.NUI.Core/
CCT.NUI.Core/ActionRunner.cs
CCT.NUI.Core/ArrayToPointerFactory.cs
CCT.NUI.Core/CCT.NUI.Core.csproj
CCT.NUI.Core/Clustering/
CCT.NUI.Core/Clustering/Cluster.cs
CCT.NUI.Core/Clustering/ClusterCollection.cs
CCT.NUI.Core/Clustering/ClusterDataSourceSettings.cs
CCT.NUI.Core/Clustering/ClusterPrototype.cs
CCT.NUI.Core/Clustering/ClusterPrototypeFactory.cs
CCT.NUI.Core/Clustering/DefaultMergeStrategy.cs
CCT.NUI.Core/Clustering/IClusterDataSource.cs
CCT.NUI.Core/Clustering/IClusterFactory.cs
CCT.NUI.Core/Clustering/IClusterMergeStrategy.cs
CCT.NUI.Core/Clustering/IDepthPointFilter.cs
CCT.NUI.Core/Clustering/KMeans.cs
CCT.NUI.Core/Clustering/KMeansClusterFactory.cs
CCT.NUI.Core/DataSourceProcessor.cs
CCT.NUI.Core/DepthDataFrame.cs
CCT.NUI.Core/DepthDataFrameRepository.cs
CCT.NUI.Core/DepthFramePointerDataSource.cs
CCT.NUI.Core/Histogram.cs
CCT.NUI.Core/IDataSource.cs
CCT.NUI.Core/IDataSourceFactory.cs
CCT.NUI.Core/IDepthPointerDataSource.cs
CCT.NUI.Core/IImagePointerDataSource.cs
CCT.NUI.Core/ILocatable.cs
CCT.NUI.Core/IntSize.cs
CCT.NUI.Core/IRGBPointerDataSource.cs
CCT.NUI.Core/OpenNI/
CCT.NUI.Core/OpenNI/DepthDataFrameFactory.cs
CCT.NUI.Core/OpenNI/DepthDataFrameSource.cs
CCT.NUI.Core/OpenNI/DepthGeneratorAdapter.cs
CCT.NUI.Core/OpenNI/DepthPointerDataSource.cs
CCT.NUI.Core/OpenNI/GeneratorAdapterBase.cs
CCT.NUI.Core/OpenNI/IDepthGenerator.cs
CCT.NUI.Core/OpenNI/IGenerator.cs
CCT.NUI.Core/OpenNI/IImageGenerator.cs
CCT.NUI.Core/OpenNI/ImageGeneratorAdapter.cs
CCT.NUI.Core/OpenNI/OpenNIClusterDataSource.cs
CCT.NUI.Core/OpenNI/OpenNIDataSourceBase.cs
CCT.NUI.Core/OpenNI/OpenNIDataSourceFactory.cs
CCT.NUI.Core/OpenNI/OpenNIRunner.cs
CCT.NUI.Core/OpenNI/PointerDepthPointFilter.cs
CCT.NUI.Core/OpenNI/PointerVolumePointFilter.cs
CCT.NUI.Core/OpenNI/RGBPointerDataSource.cs
CCT.NUI.Core/OpenNI/TrackingClusterDataSource.cs
CCT.NUI.Core/Point.cs
CCT.NUI.Core/Properties/
CCT.NUI.Core/Properties/AssemblyInfo.cs
CCT.NUI.Core/Range.cs
CCT.NUI.Core/Rectangle.cs
CCT.NUI.Core/Shape/
CCT.NUI.Core/Shape/ClusterShapeDataSource.cs
CCT.NUI.Core/Shape/ClusterShapeFactory.cs
CCT.NUI.Core/Shape/Contour.cs
CCT.NUI.Core/Shape/ContourFactory.cs
CCT.NUI.Core/Shape/ContourTracer.cs
CCT.NUI.Core/Shape/ConvexHull.cs
CCT.NUI.Core/Shape/DepthMap.cs
CCT.NUI.Core/Shape/GrahamScan.cs
CCT.NUI.Core/Shape/IClusterShapeFactory.cs
CCT.NUI.Core/Shape/IShapeDataSource.cs
CCT.NUI.Core/Shape/LineThinner.cs
CCT.NUI.Core/Shape/PointAngleComparer.cs
CCT.NUI.Core/Shape/Shape.cs
CCT.NUI.Core/Shape/ShapeCollection.cs
CCT.NUI.Core/Shape/ShapeDataSourceSettings.cs
CCT.NUI.Core/Size.cs
CCT.NUI.Core/Vector.cs
CCT.NUI.Core/Video/
CCT.NUI.Core/Video/BitmapDataSource.cs
CCT.NUI.Core/Video/DepthBitmapDataSource.cs
CCT.NUI.Core/Video/DepthBitmapFactory.cs
CCT.NUI.Core/Video/DepthImageDataSource.cs
CCT.NUI.Core/Video/DepthImageFactoryBase.cs
CCT.NUI.Core/Video/DepthImageSourceFactory.cs
CCT.NUI.Core/Video/IBitmapDataSource.cs
CCT.NUI.Core/Video/IBitmapFactory.cs
CCT.NUI.Core/Video/IImageDataSource.cs
CCT.NUI.Core/Video/IImageFactory.cs
CCT.NUI.Core/Video/ImageDataSource.cs
CCT.NUI.Core/Video/RgbBitmapDataSource.cs
CCT.NUI.Core/Video/RgbBitmapFactory.cs
CCT.NUI.Core/Video/RgbImageDataSource.cs
CCT.NUI.Core/Video/RgbImageSourceFactory.cs
CCT.NUI.Core/Volume.cs
CCT.NUI.HandTracking/
CCT.NUI.HandTracking/CCT.NUI.HandTracking.csproj
CCT.NUI.HandTracking/DistanceMap.cs
CCT.NUI.HandTracking/FingerBaseDetector.cs
CCT.NUI.HandTracking/FingerPoint.cs
CCT.NUI.HandTracking/FingerPointDetector.cs
CCT.NUI.HandTracking/HandCollection.cs
CCT.NUI.HandTracking/HandData.cs
CCT.NUI.HandTracking/HandDataFactory.cs
CCT.NUI.HandTracking/HandDataSource.cs
CCT.NUI.HandTracking/HandDataSourceSettings.cs
CCT.NUI.HandTracking/IdGenerator.cs
CCT.NUI.HandTracking/IFinger.cs
CCT.NUI.HandTracking/IHand.cs
CCT.NUI.HandTracking/IHandDataFactory.cs
CCT.NUI.HandTracking/IHandDataSource.cs
CCT.NUI.HandTracking/Mouse/
CCT.NUI.HandTracking/Mouse/CenterOfClusterCursorMode.cs
CCT.NUI.HandTracking/Mouse/CenterOfHandCursorMode.cs
CCT.NUI.HandTracking/Mouse/ClickModeBase.cs
CCT.NUI.HandTracking/Mouse/FingerCursorMode.cs
CCT.NUI.HandTracking/Mouse/HandClickMode.cs
CCT.NUI.HandTracking/Mouse/HandTrackingCursorMode.cs
CCT.NUI.HandTracking/Mouse/IClickMode.cs
CCT.NUI.HandTracking/Mouse/ICursorMode.cs
CCT.NUI.HandTracking/Mouse/MouseController.cs
CCT.NUI.HandTracking/Mouse/SecondHandClickMode.cs
CCT.NUI.HandTracking/Mouse/TwoFingerClickMode.cs
CCT.NUI.HandTracking/Mouse/UserInput.cs
CCT.NUI.HandTracking/Palm.cs
CCT.NUI.HandTracking/PalmFinder.cs
CCT.NUI.HandTracking/Persistence/
CCT.NUI.HandTracking/Persistence/DepthFrameEntity.cs
CCT.NUI.HandTracking/Persistence/FingerEntity.cs
CCT.NUI.HandTracking/Persistence/HandEntity.cs
CCT.NUI.HandTracking/Persistence/TestFrameEntity.cs
CCT.NUI.HandTracking/Persistence/TestFrameRepository.cs
CCT.NUI.HandTracking/Properties/
CCT.NUI.HandTracking/Properties/AssemblyInfo.cs
CCT.NUI.HandTracking/ShapeHandDataFactory.cs
CCT.NUI.HandTracking/Touch/
CCT.NUI.HandTracking/Touch/KinectMultiTouchDevice.cs
CCT.NUI.HandTracking/Touch/KinectTouchDevice.cs
CCT.NUI.KinectSDK/
CCT.NUI.KinectSD

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com