资源列表
OpenCV_3_License_Plate_Recognition_Python
- 这是一个基于python和opencvd的车牌定位和识别的代码(This is a license plate location and recognition based on Python and opencvd code)
ENVI_China_Satellites_Support_V5.3_12
- 转载:ENVI5.3的拓展模块,可打开中国卫星数据(Reproduced: ENVI5.3 expansion module, you can open the Chinese satellite data)
DicomObjects用户手册中文版
- DICOM 开发手册,详细的说明了,开发的步骤和过程(DICOM development manual, detailed descr iption of the development of steps and processes)
hyperRX
- 高光谱图像异常检测算法全局的RX算法实现(Hyperspectral image anomaly detection algorithm RX algorithm)
SubPixelDetect
- 基于亚像素级别的边缘检测和获取,使用滤波函数进行滤波,用sobel算子检测边缘,用多项式提取亚像素,对模糊边缘的提取非常实用(subPixel edg detect and get)
《MATLAB图像与视频处理实用案例详解》代码
- 图像处理实例matlab代码,共20个例子。(image processing examples)
[emuch.net]CIE1931xy.V.1.6.0.2a
- 该软件可以根据标准色坐标将其对应的颜色,根据输入的色坐标自动计算出色域,并标注在CIE-1931色度图上(change CIE coordinates into corresponding color)
官方PSNR和SSIM
- 简单好用的matlab实现批量计算彩色RGB图像的PSNR和SSIM,设置了3种转换方法,(1)matlab自带转换YUV格式,(2)自己编写YUV转换公式(3)matlab自带转换灰度格式(Simple and useful matlab batch computing color RGB image PSNR and SSIM, set up three kinds of transformation methods, (1) with matlab transform YUV format
seeds
- SEEDS超像素分割算法的源码,C++实现,可运行(The source code of SEEDS Superpixel picture segmentation)
slic
- 超像素分割图像,将彩色图像转化为CIELAB颜色空间和XY坐标下的5维特征向量,然后对5维特征向量构造距离度量标准,对图像像素进行局部聚类的过程(simple linear iterativeclustering)
火焰图像处理
- 对火焰图像进行处理 将火焰从图像中提取出来(The flame image is processed and the flame is extracted from the image)
AP聚类
- AP聚类算法是基于数据点间的"信息传递"的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。(AP clustering algorithm is a kind of clustering algorithm based on "information transfer" between data points. Unlike the k- mean algorithm or the k center point