搜索资源列表
CSharp-Access-to-sql-server-database
- 数据库文件为ImageDatabase,其中表名为:Image,里面已有5组图像信息的数据,包括图像序号,图像名称 图像宽度,图像高度和像素深度。 ConnectionDemo文件夹里面是C#源程序 双击第二个生成好的solution文件,然后可以打开项目文件,点击“解决方案资源管理器”的“Form1.cs”文件可以 看到winform界面。 实现了以下几个功能: 1)."连接数据库测试",即c#和数据库连接,如果连接成功,则会显示“连接数据库成功”的显示框。
KinectDepthHistogram
- Kinect入门工程,深度图像转换为直方图-Kinect entry-engineering, the depth of the image is converted to a histogram
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
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
gray_adjust
- 实现对bmp图像的灰度直方图均衡化,输入图像为24位深度的bmp灰度图(Realization of gray histogram equalization for BMP images)
KinectDepthViewer
- 在kinect上用c#进行编程,可以实时获取深度图像(Using Kinect to program on c#, we can get the depth image in real time.)