登录
首页 » C# » KinectExample

KinectExample

于 2011-10-30 发布 文件大小:186KB
0 214
下载积分: 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 个回复

  • manualhist
    从键盘读取输入信息,并绘制最终的高斯函数。(Read from the keyboard to enter information, and rendering the final Gaussian function.)
    2008-01-10 11:18:41下载
    积分:1
  • two-dimensional-s-transform
    包含二维广义S变换程序和测试程序,用于对图像进行时频分析。matlab版本R2011b,操作系统为32位win7。在2G内存下最大只能对84*84的图像进行处理,更大的图像会出现out of memory的问题。目前网上还没有这个程序,包括本站,pudn,ilovematlab都没有。把程序上传到这三个地方,望大家一起来改进它。(Contains a two-dimensional generalized S transform procedure and testing procedure.It is used for the time-frequency analysis of images.Matlab version :R2011b, operating system: 32 win7. Tests under 2G memory can only process 84* 84 images.A larger image will incur "out of memory" problems. This program is not found online before, including this site, CSDN, ilovematlab. Upload the program to the above three websites, hoping it improved by the help of everyone.)
    2013-03-19 09:46:37下载
    积分:1
  • yunlai
    在vs平台下利用opencv程序,可以处理图像的膨胀、腐蚀以及开闭运算。(Availability v Understanding use of open platform opencv degree, permissible processing, swelling, corrosion and opening and closing operation)
    2017-03-04 03:03:26下载
    积分:1
  • HOUGH
    将经过二值化的车道线图利用hough变换提取车道线(After binarization the lane line graph using hough transform to extract lane)
    2011-01-21 15:33:57下载
    积分:1
  • cell2csv
    说明:  MATLAB中cell转换为csv,用matlab语言实现(MATLAB cell to csv,matlab)
    2021-01-08 14:38:52下载
    积分:1
  • program
    一种应用于图像处理领域的简单变换方法,简化哈尔小波变换的新算法 (A kind of image processing applied to a simple transform, Haar wavelet transform of a new simplified algorithm)
    2010-05-26 18:01:38下载
    积分:1
  • SumDifCombineview
    立体图像左右视点融合,将左右图像利用LogGabor融合成一幅图像。(Stereo image fusion, the left and right image are fused into an image using LogGabor.)
    2015-10-14 14:10:26下载
    积分:1
  • _SnippingTool
    说明:  功能简单的截图,可以像qq那样截图,并有图片处理功能(Simple screenshots, like QQ screenshots, and image processing capabilities)
    2019-05-29 14:32:17下载
    积分:1
  • Untitled51
    基于数字图像处理,实现一个车牌分割和识别的仿真系统。要求系统具有界面并实现以下功能: 1)读入交通标志图像; 2)预处理及车牌标志定位; 3)多种图像分割功能; 4)形态学滤波等功能; 5)对标志中的数字进行识别。(Based on digital image processing, segmentation and recognition of a license plate emulation system. Interface and require a system with the following functions: 1) read the traffic sign 2) pre-processing and positioning plate mark 3) a variety of image segmentation functions 4) morphological filtering and other functions 5) to mark the numbers Identification.)
    2021-04-10 18:28:59下载
    积分:1
  • Image_processing_quality_evluation
    图像处理(图像融合,图像加密等)的性能评价指标集包括:平均梯度,边缘强度,信息熵,灰度均值,标准差(均方差MSE),均方根误差,峰值信噪比(psnr),空间频率(sf),图像清晰度,互信息(mi),结构相似性(ssim),交叉熵(cross entropy),相对标准差。(Image processing,average gradient, edge strength, information entropy, gray mean, standard deviation (variance (MSE), are root mean square error, peak signal to noise ratio (PSNR), spatial frequency (SF), the sharpness of the image, the mutual information (MI), similar to the structure of (SSIM) and cross entropy (cross entropy). The relative standard deviation)
    2021-04-21 17:28:49下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载