搜索资源列表
The PhoXo Core Library (PCL) 图像处理库
- The PhoXo Core Library (PCL) 是一套强大的跨平台图像处理库。它的主要特性包括 :* 平台无关代码* 任意区域选取* 几十种图像特效* Undo/Redo支持* 多图层* 进度显示* 直方图* 图像文件读写* 文字渲染 (目前使用WIN32-GDI+, 以后会采用FreeType替代)-The Core Library (PCL) is a powerful, cross-platform image processing library. Its main featu
图像分割Otsu算法
- 实现自动阈值选取图像分割算法——Otsu算法。
wtthreshold.rar
- 利用小波变换进行图像去噪处理,包括各种软硬阈值的选取函数,Using Wavelet Transform for Image Denoising, including a variety of select hard and soft threshold function
sarshuju KI阈值算法
- KI阈值算法,实现SAR图像变化检测时判别变化与非变化的区域所需要阈值的选取-the Kittler and Illingworth minimum-error thresholding algorithm
ROI
- 在图像中选取自己感兴趣的一块儿区域,然后可以在此区域中进行局部图像的处理-selection of the region of interest of the image and processing
SIFT
- 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and th
ImageSegmentationAlgorithmBasedonTwodimensionalHis
- 基于二维直方图最大熵阈值法的图像分割算法,可选取较好的阈值实现图像分割-failed to translate
warpImage
- 选取两幅图像的对应点后计算出变形函数,图像变形后再将两幅图像镶嵌为同一副图像-Select the two images correspond to point out the deformation function, image deformation and then to two images for the same Vice-image mosaic
ResearchonComputationofGLCMofImageTexture
- 图像的灰度共生矩阵(GLCM)已知被理论证明并且实验显示它在纹理分析中是一个很好的方法,广泛 用于将灰度值转化为纹理信息. 然而,由于GLCM是像素距离和角度的矩阵函数,因此完整的GLCM的计算,其参数的 选取范围很广,这样GLCM的计算量很大,通常是不能这样用的. 为了解决这个问题,本文应用马尔可夫链的性质,从 理论上证明了GLCM的计算结果,当像素距离足够大的时候趋于一致性. 这样只需较少的参数值就可以完整的描述图 像的纹理特征. 最后,通过对Brodatz纹理库中自然纹理
PowerMaxImageFusion
- 图像融合是图像处理的一个研究热点,这里提供一种方法即局部能量最大选取规则图像融合法-Image fusion is image processing of a research hot spot that is here to provide a way to select the rules of the local energy of the largest image fusion method
ImageMatch
- 图像配准时对取自不同时间、不同传感器、不同视角的同一场景的两幅或多幅图像匹配的过程,该系统通过手动选取特征点,实现图像的配准功能-Image taken from the time of the different sensors, different perspectives of the same scene or two pieces of the image matching process, the system by manually selected feature points,
unitary
- 手工裁切人脸图像,通过鼠标选取点完成大小归一化-unitary
zuijiayuzhi
- 是一个有关阈值选择的程序,可以用于图像二值化等,我用过了,可以用,效果不错
matlab
- 摘 要:针对茄子图像的灰度和颜色特点,利用MATLAB中丰富的图像处理函数,分别进行了色差分割和色调分割。在 色调分割中,采用了自动选取阈值的Otsu法。在去除残留噪音的处理中,采用标注的方法对二值图像的各连通区域进行面积 统计。保留最大面积的区域,从而使分割效果大大改善。利用多参数来衡量分割效果,使评价做到最大程度的客观、合理。-Based on the gray- level and color characteristics of eggp lant image, hue and
GKIT
- 基于广义高斯模型的自动阈值选取(GKIT),用于图像分割、图像分类。-GKIT:Threshold Selcetion Based on the Generalized Gaussian Models,for image segmentation and classification
GUISUSAN
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
imageFeature
- 包括了图像匹配中图像特征的选取和分析实验,还对相关面得统计特征进行阐述 -Include image matching image feature selection and analysis of experiments, but also the demographic characteristics of the relevant surface was elaborated scene matching
Image
- 用阈值法分割所给图像中的目标,阈值的选取可以通过交互式选取,也可以通过自动选取;本程序就是通过自动选取T值的。-Using threshold segmentation method for image of target, threshold selection can be selected by interactive, also can be selected by, This program is through the selection of T
ellipse_5p
- 一个演示demo,利用鼠标在图像上选取5个点,计算出椭圆,并在图像上画出来。能过处理多幅图像-A demo demo, use the mouse in the image on the selected five points, calculate the ellipse, and the image drawn. Be able to handle the multiple images
自动的基于特征的图像配准程序
- 这是一个版自动的基于特征的图像配准程序,需要手工选取特征点,程序将自动找到匹配的特征点,进行配准-This is a version of automated feature-based image registration procedures, require manual selection of feature points, the program will automatically find the matching feature points, for registration