搜索资源列表
gaborfilter.tar
- Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
Processing.tar
- 包内为探测图像极值,检测SIFT特征和构建K-D树等功能的源码。- Package for the detection of extreme images, detecting SIFT features and functions to build the source code KD tree.
generatePointCloud.cpp.tar
- 采集RGB-D深度图像生成点云矩阵,属于RGB-D SLAM的前端处理过程(Collecting depth image to generate point cloud)