资源列表
Threedimension
- 双目摄像机标定程序,给出摄像机内外参数,并完成三维立体重建。-Binocular camera calibration procedures, given internal and external camera parameters, and complete the three-dimensional reconstruction.
yiceng
- 应用小波变换 模极大值算法实现医学图像(CT图像和MRI图像)的融合-Wavelet transform modulus maxima to achieve medical image fusion
graymatrix
- 灰度共生矩阵相关资料,包括生成灰度共生矩阵matlab代码,Matlab7工具箱中缺少的graycomatrix.m文件,以及一个通过灰度共生矩阵提取特征的matlab程序(共20多个特征),可以根据他的方法来从灰度共生矩阵中提取你需要的特征。-GLCM relevant information, including generating GLCM matlab code, Matlab7 toolbox graycomatrix.m missing documents, and a gray
LabelMeToolbox
- matlab实现的图像标注开源代码,极有参考价值。-matlab implementation of image annotation open source code, and a valuable reference.
Face_detectionEllipse_detection
- 都是用matlab写的,复制到txt上了 (1)基于简单背景的人脸监测,针对视频,效果还不错,传的是txt,大家新建一个M文件,复制,然后把视频名与程序中的改成一致就可以了。 (2)对多椭圆的检测,非实际图像,无噪声,就是简单的椭圆,使用同上。-Are written with matlab, copy to the txt on the (1) human face based on a simple background monitoring, for video, the resu
ADCtestprogram
- adc 的测试程序,测试adc的各种静态和动态特性。-the testing program of pipeline adc
2Dfbm
- 利用中点移位法产生2维分形地形(matlab程序)。-Using the midpoint displacement method produces two-dimensional fractal terrain (matlab procedure).
Goldstein Filter for In SAR
- sar滤波中最经典的频率域滤波算法.效果也不错.-sar filtering of the most classic frequency domain filtering algorithm. effect is not bad.
Registration
- 提出一种新的基于分支结构特征的视网膜图像配准方法,此算法可降低误匹配的点。能够应用到其他图像配准中,形成良好的等级结构。-Feature-Based Retinal ImageRegistration Using Bifurcation Structures
HOG
- 图片分块,并计算任何一个区域的柱状分析 to obtain HOG features for a cell/block region of image pixels- to obtain HOG features for a cell/block region of image pixels
DirectX8.1_SDK_library_include
- DirectX8.1_SDK_library_include.rarDirectX8.1_SDK_library_include.rar实现图形编程接口库文件-DirectX8.1_SDK_library_include.rar
canny
- canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im