搜索资源列表
CSharp-Access-to-sql-server-database
- 数据库文件为ImageDatabase,其中表名为:Image,里面已有5组图像信息的数据,包括图像序号,图像名称 图像宽度,图像高度和像素深度。 ConnectionDemo文件夹里面是C#源程序 双击第二个生成好的solution文件,然后可以打开项目文件,点击“解决方案资源管理器”的“Form1.cs”文件可以 看到winform界面。 实现了以下几个功能: 1)."连接数据库测试",即c#和数据库连接,如果连接成功,则会显示“连接数据库成功”的显示框。
Depth_Image_Processing_Part1
- KinectSDK_Depth_Image_Processing_Part1是kinectSDK深度图的获取。-KinectSDK_Depth_Image_Processing_Part1 tell you use kinectSKD get depth image.
avito
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
av
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
KinectDepthHistogram
- Kinect入门工程,深度图像转换为直方图-Kinect entry-engineering, the depth of the image is converted to a histogram
WpfApplication1
- Alignment between depth image and color image for Kinect
HelloKinect
- kinect实例代码。可以实现获取和现实彩色图像信息、深度图像信息、骨骼识别还有声源位置。-kinect example code. You can access and real-color image, depth image information, bones identify the sound source position.
DepthBasics-WPF
- 利用Kinect for windows sdk,在visual studio环境下,实时观察深度图像,通过一个按钮可以提取当前灰度图像到指定路径-Kinect for windows SDK in visual studio environment, real-time observation of the depth image, a button can be extracted the current grayscale images to the specified path
KinectDepthViewer
- kinect 人机交互开发实践 实例1 调用api获红外图像 获取深度信息-kinect interactive development practice called api for instance an infrared image capturing depth information
depth_measure
- 该项目适合学习kinect游戏开发时使用。与景深数据有很强的联系。可以通过点击图片上的像素值获取kinect距离该点的深度值。该项目使用C#语言。-The project is suitable for learning kinect game development.It has strong links with the depth of field data.if you click on the image pixel,you can get the value of the dista
Kinect-Depth-Image
- 本文代码介绍了Kinect红外传感器,景深数据格式,景深图像的获取与展示,景深图像的增强处理。-This paper describes the Kinect infrared sensor code, depth of field data formats, image acquisition and display depth, the depth of field of the image enhancement processing.
KinectPDepthimage
- 基于微软体感游戏机kinect,C#编程,实现深度图像提取-Kinect depth image-based realization
getdepth
- 鼠标获取灰度图像的坐标信息并通过双目视觉的Q矩阵计算深度,最终显示到控制台上-Get the coordinates of the mouse gray image and calculate the depth information via the Q matrix binocular vision, and ultimately displayed on the console
Denoising
- 简单的c#实现的图像去噪声软件,利用深度优先搜索算法-a simple c# software of image denoising using the depth first search algorithm
depth-image
- 能够很方便的获取场景的深度图像和彩色图像,希望对大家有帮助-depth image
Kinectv2HeartRate-master
- Kinect2.0测量心率利用的客观事实是:人的心脏每搏动一次,都将血液输送到全身,血液泵动会引起青色血管的扩张,使得人脸的颜色产生周期性变化,通过人脸RGB图像分析此周期性变化可得心跳的频率。 Kinect2.0摄像头包括:普通摄像头、红外摄像头。普通摄像头采集图像,提供RGB图像信息;红外摄像头一般用于测距,提供图像深度信息。本人认为Kinect2.0测量心率不需要用到红外摄像头的功能。 -Kinect2.0 fact is: measuring heart rate by the
KinectDepthViewer
- 在kinect上用c#进行编程,可以实时获取深度图像(Using Kinect to program on c#, we can get the depth image in real time.)