资源列表
thin
- 对摄像机采集到的条纹图像进行二值化、细化等操作-The image collected by the camera to carry out the two values of the fringe image, thinning and other operations
LVBO
- 一个很好的滤波器设计算法,包含了源代码、测试图像等,对于学习图像处理的同学很有帮助-A good filter design algorithms, including source code, test images, image processing for learning helps students
OTPCIAEfogs
- 基于物理模型的图像去雾算法,效果很不错。很有借鉴意义。对于做去雾算法的同学,可以下载了研究研究哦!-Algorithm-based image defogging physical model, the effect is very good. Referential significance. For the students do defogging algorithm, you can download the Study oh!
DOUBLEFilter
- 基于matlab的双边滤波器图像去雾算法,包含源程序和测试图-Bilateral filter algorithm matlab-based image defogging, including source code and test pattern
harristESTlaplace
- 基于matlab的harris焦点检测算法,可用于图像处理、特征点提取等方向-harris focus detection algorithm based on matlab, can be used for image processing, feature point extraction direction
PHASYOPTCIALfogs
- 基于物理模型的图去雾算法,国内的一篇很好的理论研究+仿真的论文,可以学习借鉴!-Based on the physical model of FIG defogging algorithm, the domestic research+ a good theoretical simulation papers, can learn from!
DMAP
- 分组法求点方向图,邻域方向模板法求点方向图(也称B.M.Mehtr法),切缝法求点方向图,改进方法求点方向图,由改进方法得到的点方向图求连续分布方向图-Grouping method the dot pattern, the direction of the template method the neighborhood point pattern slit method the dot pattern, the direction the point of improved methods
imgShift
- 函数实现二维图像的8个不同方位的平移,并返回各个方向的图像堆叠。-Function to achieve two-dimensional images of different directions pan 8, and returns the respective directions of the image stack.
covmatrix
- 函数实现矩阵的协方差矩阵求解,返回协方差矩阵即其列向量。-Function implementation matrix covariance matrix solver, that is, it returns the covariance matrix column vector.
imgSharpening
- 函数实现普通二维灰度图像的锐化处理,返回锐化后的图像。-Functions for sharpening ordinary two-dimensional gray-scale image, image sharpening after the return.
Isgray
- 函数实现判断输入的图像是否为灰度图像,是灰度图像返回1,不是灰度图像返回0.-Function to achieve judge whether the input image to grayscale, grayscale images return 1 return 0 instead of grayscale images.
myImFilter
- 自己写的基于传统的Sobel算子的二维图像滤波器,返回滤波后的梯度图像及边缘检测图像。-Write your own based on the traditional Sobel operator dimensional image filter, images and gradient edge detection image return filtered.