搜索资源列表
Movement.rar
- 图像深度消影,动画
深度图像生成
- 深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像-depth image generation : mainly used to generate the depth sphere images, and calculated objects and the average Gaussian curvature, surface types and generating images
深度图像
- 深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像-depth image generation : mainly used to generate the depth sphere images, and calculated objects and the average Gaussian curvature, surface types and generating images
使用openni录制kinect视频、深度图像数据
- 使用openni录制kinect视频、深度图像数据,并绘制跟踪到的骨骼 包含完整工程文件,可以直接编译使用-using openni to record color and depth images from kinect,and display the skeleton image of the tracked user
AffineTransformation
- 仿射变换法求深度信息,目前最好的方法 function [Z,D11,D12,D22] = diffusion_kernel_function(gx,gy,im) gx,gy 为x,y方向偏导数 Z 为恢复出来的是深度信息。 函数适应于从 图像法相信息恢复高度信息-Affine transformation method the depth of information, is currently the best way to function [Z, D11, D12, D22
parallel
- 该论文描述了一种能够利用并行算法产生图像深度图的算法,同时该算法可以保存得到的图像特征-The paper describes a parallel algorithm to generate the image using depth map algorithm, while the algorithm can save the image characteristics obtained
stereoDLL
- 多幅图像深度计算程序,可计算相机定标后拍摄的多幅图像的深度坐标,使三维图像在二维显示中更加形象。-Depth calculation process multiple images, calculate the camera calibration multiple images taken after the depth of coordinates, so that three-dimensional images in two-dimensional display more images
depth
- 用matlab工具实现对图像深度距离的获取-Distance for the depth of the image
深度侦测
- 通过两个摄像获取视频,并将其结合成3D视差图像
图像识别中的深度学习
- 图像识别中的深度学习资料,非常好用,是辛辛苦苦收集得到的(Deep learning data in image recognition, very useful, is hard to collect)
monodepth-master
- 实现双目图像深度估计,效果还不错哦,大家可以下载试试(Realize the depth estimation of binocular image, the effect is not bad, you can download to try.)
深度图像
- 三维点云数据创建深度图像以及从深度图像提取边界(point cloud range image code)
FaceRecognitionApp-master
- 能够进行图像的深度检测估计,在图像处理上有很大的作用(Depth detection and estimation for images)
基于SVM的图像分割-真彩色图像分割
- 基于SVM的图像分割-真彩色图像分割,含有源程序和数据(Image Segmentation Based on SVM - True Color Image Segmentation)
现代机器学习基于深度学习的图像特征提取
- 现代基于深度学习的图像特征提取,比较不错的文档(On the system of an unmanned intelligent vehicle with)
matconvnet-manual
- 图像深度学习英文资料;卷积神经网络的MATLAB(Image depth learning English materials;Convolutional Neural Networks for MATLAB)
深度图像
- (1) 读取图片 ,转换为灰度图像; (2) 对 view1.png view1.png view1.png view1.png和 View5 .png .png 将图像 按照 4x4 像素 /方格 的形式 进行 分块; (3) 考虑 边缘的相对稳定 性,以及 双目 成像 视差 规律 ,在第一幅图像分割得 到的块图像周围 20 个像素 个像素 的距离区间内由近到远进行搜索,寻找 与该块 欧氏距离最近的块作为新位置 ; (4) 计算 视差 ,将每个小块 中代表点 的视差 信息转换到整个 区间
深度学习入门:基于Python的理论与实现.pdf+代码
- 本书是深度学习真正意义上的入门书,深入浅出地剖析了深度学习的原理和相关技术。书中使用Python3,尽量不依赖外部库或工具,从基本的数学知识出发,带领读者从零创建一个经典的深度学习网络,使读者在此过程中逐步理解深度学习。书中不仅介绍了深度学习和神经网络的概念、特征等基础知识,对误差反向传播法、卷积神经网络等也有深入讲解,此外还介绍了深度学习相关的实用技巧,自动驾驶、图像生成、强化学习等方面的应用,以及为什么加深层可以提高识别精度等“为什么”的问题。(This book is a true sen
Python深度学习.pdf+代码
- 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(This book is written by Franc
图像匹配和深度计算
- 基于MATLAB的图像匹配程序和图像信息计算研究的源程序,内容完整,直接可以使用。。