资源列表
shape
- 输入图像为二值图像,文件夹路径改好,就OK了。(Enter the image for two value images, folder path changes, on the OK.)
guo
- 24位彩色图的直方图均衡化有两种方式,一种是把彩色度的R、G、B分量分别看做一个灰度级进行直方图的均衡化。这种方式会使RGB之间的颜色对比会发生变化,造成颜色的失真。另一种方法是先将24位真彩色图的RGB分量转换为HIS分量,仅对其中的I分量进行直方图的均衡化,最后将均衡、化后的I分量与原来的H、S分量一起逆变换回RGB分量表示,两种方法都在代码中实现,希望对大家有所帮助!(histogram equalization)
代码
- 图像的预处理,图像分割和服装轮廓提取。其中 服装图像分割包括灰度线性变换、Otsu阈值分割和一系列形态学处理;轮廓提取 包括Canny算子边缘检测和频域的傅里叶滤波。(Image preprocessing)
【OpenCV学习笔记 010】提取直线、轮廓及连通区域
- 关于OPENCV图像分割后图像连通问题,具体可以查看源代码(OPENCV image segmentation on the image connectivity problem, you can view the source code)
灰度处理
- 改变图像灰度,增强图像中需要的信息,可利用与分割前处理(Change the image gray level, increase the information)
1
- Matlab中随机神经网络使用教程,很详细的资料,有对具体实例的讲解,对初学者很有用(Matlab random neural network tutorial, very detailed information, there are specific examples of the explanation, useful for beginners)
立体匹配
- 灰度匹配方法,适用性比较好,简便,适合初学者(NCC algorithm described in great detail, suitable for beginners, image matching to be)
BMPinfo_1.01
- easyBMP库的一个例子,可以下载一个easyBMP库,然后结合例子,能过方便 的实现对BMP图片的一些处理(EasyBMP library example, you can download a easyBMP library, and then combined with examples, you can easily achieve some of the BMP picture processing)
C#图像处理算法典型实例
- 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image processing algorithms, including mate
图片去雾
- 这个按照作者的所说的方法做了一些改动,效果还可以,速度很快,程序实现了四种算法,Retinex算法,暗原色算法,Retinex HE,RetinexBF,可以对输入的图片进行处理,格式可以是jpg,bmp等,可调节的参数是大气光(According to this method that the author has made some changes, the effect can also be very fast, procedures for the realization of the
视频去雾
- 这个按照作者的所说的方法做了一些改动,效果还可以,速度很快,程序实现了四种算法,Retinex算法,暗原色算法,Retinex HE,RetinexBF,可以对输入的视频进行处理,,视频格式可以是avi,mpg等,可调节的参数是大气光(According to this method that the author has made some changes, the effect can also be very fast, procedures for the realization of
EMD
- BEMD利用extrema2寻求曲面极值和gridfit曲面拟合函数实现包络面的获取(BEMD uses extrema2 to seek surface extreme value and gridfit surface fitting function to achieve envelope surface acquisition)