资源列表
Halcon Project
- 提取图像的感兴趣区域,并提取出光条中心,是在halcon上编程,然后转成C++(The ROI of the image is extracted and the center of the stripe is extracted)
图像分割中常用的水平集方法的matlab源代码
- 图像分割是图像分析的关键步骤,而水平集方法是图像分割的一项热门方法,它有着许多算法不具有的优点,尤其可用于分割背景复杂信息难以提取的医学图像。这里是一些水平集分割图像的matlab的实现例子,希望可以帮到大家。(Image segmentation is the key step of image analysis, while the level set method is a popular image segmentation method, it has many advantages
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)