登录
首页 » C# » KinectExample

KinectExample

于 2011-10-30 发布 文件大小:186KB
0 167
下载积分: 1 下载次数: 175

代码说明:

  Kinect 的入门工程 实现了深度图像读取 和 距离换算 同时也能读取彩色图像(Kinect entry projects to achieve the depth of the image reading and distance can also convert color images to read)

文件列表:

KinectExample
.............\KinectExample
.............\.............\App.xaml,324,2011-07-07
.............\.............\App.xaml.cs,309,2011-07-07
.............\.............\bin
.............\.............\...\Debug
.............\.............\...\.....\KinectExample.exe,34816,2011-08-20
.............\.............\...\.....\KinectExample.pdb,34304,2011-08-20
.............\.............\...\.....\KinectExample.vshost.exe,11600,2011-08-20
.............\.............\...\.....\KinectExample.vshost.exe.manifest,490,2010-03-17
.............\.............\...\.....\KinectLib.dll,7168,2011-08-20
.............\.............\...\.....\KinectLib.pdb,13824,2011-08-20
.............\.............\images


.............\.............\KinectExample.csproj,4646,2011-07-07
.............\.............\MainWindow.xaml,669,2011-07-07
.............\.............\MainWindow.xaml.cs,1529,2011-08-20
.............\.............\obj
.............\.............\...\x86
.............\.............\...\...\Debug
.............\.............\...\...\.....\App.g.cs,2224,2011-08-20
.............\.............\...\...\.....\App.g.i.cs,2224,2011-08-20
.............\.............\...\...\.....\DesignTimeResolveAssemblyReferences.cache,34833,2011-08-20
.............\.............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6480,2011-08-20
.............\.............\...\...\.....\GenerateResource.read.1.tlog,384,2011-08-20
.............\.............\...\...\.....\GenerateResource.write.1.tlog,894,2011-08-20
.............\.............\...\...\.....\KinectExample.csproj.FileListAbsolute.txt,3355,2011-08-20
.............\.............\...\...\.....\KinectExample.exe,34816,2011-08-20
.............\.............\...\...\.....\KinectExample.g.resources,26301,2011-08-20
.............\.............\...\...\.....\KinectExample.pdb,34304,2011-08-20
.............\.............\...\...\.....\KinectExample.Properties.Resources.resources,180,2011-08-20
.............\.............\...\...\.....\KinectExample_Content.g.i.cs,530,2011-07-07
.............\.............\...\...\.....\KinectExample_MarkupCompile.cache,303,2011-08-20
.............\.............\...\...\.....\KinectExample_MarkupCompile.i.cache,303,2011-08-20
.............\.............\...\...\.....\MainWindow.baml,1172,2011-08-20
.............\.............\...\...\.....\MainWindow.g.cs,4478,2011-08-20
.............\.............\...\...\.....\MainWindow.g.i.cs,4478,2011-08-20
.............\.............\...\...\.....\ResolveAssemblyReference.cache,29212,2011-08-20
.............\.............\...\...\.....\TempPE
.............\.............\...\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2011-07-07
.............\.............\Properties
.............\.............\..........\AssemblyInfo.cs,2207,2011-07-07
.............\.............\..........\Resources.Designer.cs,2876,2011-07-07
.............\.............\..........\Resources.resx,5612,2011-07-07
.............\.............\..........\Settings.Designer.cs,1098,2011-07-07
.............\.............\..........\Settings.settings,201,2011-07-07
.............\KinectExample.sln,2566,2011-07-07
.............\KinectLib
.............\.........\bin
.............\.........\...\Debug
.............\.........\...\.....\KinectLib.dll,7168,2011-08-20
.............\.........\...\.....\KinectLib.pdb,13824,2011-08-20
.............\.........\...\Release
.............\.........\KinectLib.csproj,2737,2011-07-07
.............\.........\KinectSensor.cs,2815,2011-07-07
.............\.........\obj
.............\.........\...\Debug
.............\.........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5934,2011-08-20
.............\.........\...\.....\KinectLib.csproj.FileListAbsolute.txt,999,2011-08-20
.............\.........\...\.....\KinectLib.dll,7168,2011-08-20
.............\.........\...\.....\KinectLib.pdb,13824,2011-08-20
.............\.........\...\.....\TempPE
.............\.........\Properties
.............\.........\..........\AssemblyInfo.cs,1350,2011-07-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Gaussian-Particle-Filter
    高斯粒子滤波算法详解及举例,模式转移矩阵计算,采样算法等,注释清晰(Gaussian Particle Filter algorithm description and examples)
    2013-01-09 18:52:55下载
    积分:1
  • laplacian
    拉普拉斯边缘检测与图像增强,Matlab6.5实现的.m文件,附有原图、检测到的边缘图和增强后的图。(Laplacian edge detection and image enhancement, Matlab6.5 of implementation. M file, with image, detected and enhanced edge map after the map.)
    2009-03-26 10:36:01下载
    积分:1
  • program
    gdal读tiff图像,获取图像大小,波段信息,图像数据,写Tiff图像到固定路径。(Read and write an TIff image using GDAL)
    2012-02-13 22:08:22下载
    积分:1
  • TERCOM
    TERCOM(数字高程匹配)地形匹配算法,经调试可以运行(TERCOM (Digital Elevation match) terrain matching algorithm, the debugger can be run)
    2020-09-18 14:27:56下载
    积分:1
  • matlab
    该算法先通过七点进行M估计,然后挑选三点进行精确匹配运算(This algorithm firstly the fuzzy matching to achieve slightly at the beginning of localization, to achieve accurate positioning on the basis of improve the accuracy simulation)
    2015-10-03 22:52:27下载
    积分:1
  • boundary_trace
    说明:  灰度图像的边界跟踪的方法,先用微分算子计算出图像的梯度图。然后再应用此算法。(Gray-scale image of the border tracking methods, first calculate the differential operator of the gradient map images. And then apply this algorithm.)
    2009-08-14 09:30:37下载
    积分:1
  • pics_match
    用于图像拷贝检测的图像匹配,提取图像的SIFT特征点,构成图像的特征。(For image copy detection of image matching, image SIFT feature point extraction, and then sift feature point the image characteristics)
    2013-08-27 15:46:21下载
    积分:1
  • Joint entropy
    说明:  计算两个离散变量x和y的联合熵z = H(x,y)。 输入:x,y:两个相同长度的整数向量输出:z:联合熵 可以使用,有利于学习目的(Compute joint entropy z=H(x,y) of two discrete variables x and y. Input: of x, y: two integer vector of the same length Output: z: joint entropy good for learning purposes)
    2020-06-23 11:20:01下载
    积分:1
  • DCT
    基于DCT域的鲁棒水印,能抗击一定程度的压缩,剪切等攻击(Based on the DCT domain robust watermarking, can fight against a certain degree of compression, shear, such as attacks)
    2008-12-29 23:46:00下载
    积分:1
  • graycomatrix
    计算灰度共生矩阵的Matlab程序,提取图像灰度共生矩阵( glcm image segmentation matlab GLCM program segmentation glcm GLCM Matlab Code image segmentation GLCM matrix )
    2021-04-14 16:58:55下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载