资源列表
radiometric-correction-
- 本程序可以实现遥感图像的辐射校正、辐射归一化-This program can achieve the radiometric calibration of remote sensing images, radiation normalized
pointCloud2mesh
- 由点云数据(point cloud)生成网格(mesh)的matlab实现-Converts a pointcloud (unordered vertices) to a mesh of triangles by connecting the nearest 3 points and calculates the normal of each vertex and triangle. Also finds the neighboring triangles of each vertex and
Zernike_shearing
- matlab编写Zernike多项式拟合横向剪切波前重建。-matlab write Zernike polynomial fitting transverse shear wave before reconstruction.
Topo_correction
- 用IDL编写的用于envi 地形校正扩展程序-compile in idl for envi topographic correction
IPIX_matlab
- 与IPIX雷达数据读取的matlab代码与说明书-IPIX radar data read Matlab code and its instructions
ESTARFM
- ESTARFM Enhanced STARFM
dksvd
- DK-SVD,CVPR文章 Discriminative K-SVD dictionary learning for face recognition 源码,效果好于原始SRC-DK-SVD,the source code of CVPR paper Discriminative K-SVD dictionary learning for face recognition, its has a better performance than the classical SRC classifie
Inspect
- 使用HALCON图像处理算法库,C#实现监视器的源代码,机器视觉入行练习算法如何嵌套到自己的源代码的经典范例-Use HALCON image processing algorithm library, C# source code to achieve the monitor, machine vision algorithms on how to join the exercises into their nest classic example source code
micro
- 微多普勒处理雷达数据 已通过测试 微多普勒处理雷达数据 已通过测试-Micro- Doppler radar data processing has been tested Micro- Doppler radar data processing has been tested
US-denoising-and-segment
- 关于超声图像散斑噪声去除(基于非局部均值的快速滤波算法)和超声心动图的分割(基于变分水平集)-This code is concerning with the Speckle reduction(accelerated algorithm based on non-local mean filtering) and the segment of image(based on level set)
AVIRIS
- AVIRIS 高光谱遥感数据,220个波段,145*145-AVIRIS Hyperspectral data,220bands,145*145
SURF-based-image-stitching
- SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。