资源列表
gradient_program
- 给出几种形态学梯度算法,包括但尺度梯度,多尺度梯度,多结构元素梯度等
ch2_ex2_5
- 图像金字塔,对图像进行下采样,并显示金字塔处理的图像。-Image pyramid, the next image sampling and display the image pyramid processing.
morphology-reconstruction
- 形态学重构-主要是为了复杂背景条件下的图像分割,采用matlab语言编写,具有很高的参考价值。-Morphological Reconstruction- mainly to under complex background image segmentation, using matlab language, with a high reference value.
image_Histogram_equalization
- matlab中重要的数字图像处理技术:直方均衡化,可以看出灰度图像的灰度值分布,并且去噪。-matlab important digital image processing techniques: Histogram equalization, we can see the distribution of gray-scale image of the gray value, and the de-noising.
smooth
- 实现了在VC++ 6.0中,数字图像与一定大小模板的卷积,适用于任意大小的模板-Realized in VC++ 6.0, the digital image convolution with a certain size of the template, the template for any size
3D-wenzi
- 图像处理 一个将平面文字变成三维的文字效果代码-Image processing a flat text will become three-dimensional text effects codes
sy
- 压缩感知的经典代码,包括观测,稀疏表示,重建,其中观测用的高斯观测矩阵,稀疏用的DCT,重建用的OMP算法-Compressed sensing of the classic code, including observations, sparse representation, reconstruction, observed with a Gaussian observation matrix, sparse use of the DCT, re-use of the OMP algorit
khpp
- 利用栈的进栈,出栈,取栈顶元素的操作实现括号匹配的问题-Operation of the stack into the stack, the stack, take the top element matching brackets
hough111
- 自己编写的hough程序,用于采集车道线有不错的效果,希望能帮到大家-His hough written program, used for acquisition lane line have pretty good effect, the hope can help you
zui-da-yu-zhi-fa
- 最大阈值法处理图像,编的不太好,还是希望与大家交流一下。谢谢。-Maximum threshold method processing images, compiled not very good, or hope to share with you. Thank you.
jibian
- 摄像机标定中图像径向畸变的处理matlab源码-Camera calibration with radial distortion of the image processing matlab source
histogramAndEqualization.m
- 给定一幅图像,输出其直方图,并实现对图像的均衡化。 -Given an image, the output of its histogram, and to achieve equalization of the image.