搜索资源列表
CaptureScreenRGB_YUV.rar
- 动态拾取鼠标指针所指的屏幕颜色,并在编辑框中显示RGB和YUV值.对做数字图像处理,色彩分割很有帮助.,err
rgbquadtree
- 四叉树分解算法对RGB彩色图像进行分割,MATLAB代码,包括实验图片-Quad-tree decomposition algorithm RGB color image segmentation, MATLAB code, including test images
coloredgedetection
- 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
BP
- 利用BP神经网络进行图像分割。主要适用于RGB信息丰富的图像。以RGB为BP网络的三个输入,与对应的灰度图对网络进行训练。-The use of BP neural network image segmentation. RGB is mainly applied to information-rich images. BP network to RGB for the three inputs, with grayscale corresponds to the network trainin
RGB-segment
- 利用RGB肤色模型可以很好的分割肤色,这里经试验给定了一定的数值。 -RGB color model can be a good use of the division of color, and tested here, given a certain value.
RGB_module
- 本程序为基于matlab的用于图像处理中对彩色图像的区分,即通过RGB分割加以实现-These codes are used to the image procession
deer
- 对灰度图像或RGB图像,进行基于边缘检测和区域生长的图像分割技术-On grayscale images or RGB images, for edge detection and region growing-based Segmentation
meanshiftsegmentation
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
clusterImg
- 彩色图像分割,灰常不错。This function implements kmeans clustering on an input RGB (m x n x 3) image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this function will step through an interactive color segmentation using kmeans clustering. It
DIP-toolbox-matlab
- 数字图像处理matlab工具箱,包含彩色图像分割,RGB分量提取等基本源程序-Digital image processing toolbox matlab
matlab-rgb-image-divide
- 传统的图像阈值分割算法是将彩色图像转换为灰度图像再进行分割。通过分析RGB颜色空间的特点,本文提出 基于RGB颜色空间的阈值分割算法,-The classical image threshold segmentation algorithm converts the color image to grayseah image before segmentation. On the base of analysis upon the characters of RGB color spac
rgb
- 基于颜色信息的图像分割,其中用到了了、k-means算法进行聚类,结果很好-a way to segmentation by color
MATLAB--RGB
- MATLAB 软件使用简介 轮廓线提取 实验2 图像轮廓线提取技术 RGB向量空间中的图像分割技术-MATLAB RGB
RGB
- 基于RGB的图像分割方法,具有较好的分裂效果-RGB-based image segmentation methods, better split
RGB
- 例程实现了RGB图像和HSI图像的转换,以及个分量的分割显示,以及加入相同噪声对不同分量的影响对比。-Routines to achieve the RGB image and HSI image conversion, as well as a component of the split display, and join the same noise on the comparison of different components.
RGB-color-model-similarity
- 图像分割是图像处理的重要步骤, 由于彩色图像含有的信息比灰度图像还多, 因而对彩色图像分割的研 究越来越受到人们的关注. 提出一种新的基于RGB 空间颜色相似性的彩色图像分割方法. 首先比较各种颜色模 型的优势与不足, 然后根据RGB 颜色空间的颜色信息和亮度信息提出一种计算在RGB 空间下颜色相似性的方 法, 再结合提出的图像颜色分量计算方法, 从而形成颜色分类地图, 最后根据颜色分类图进行像素划分, 得到分 割结果. 实验在Matlab 平台上进行, 结果表明: 对于颜色分明
segment
- An image segmentation algorithm, based on LAB color space, convert the image from RGB to LAB, then segment it.
watershedSeg-master
- 将分水岭算法用于图像分割,将深度图像数据集成到标记控制的分水岭RGB图像分割算法中(watershed algorithm image segmentation INTEGRATING DEPTH IMAGE DATA INTO MARKER CONTROLLED WATERSHED RGB IMAGE SEGMENTATION ALGORITHM Onur Olgac, Cihan Avci)
RGB
- 基于RGB的彩色图像分割方法,可在matlab里直接使用(Study of color image segmentation algorithm)
全部打包
- RGB空间的颜色分割,利用膨胀和腐蚀进行图像分割,实现对感兴趣区域的提取(Color segmentation in RGB space, image segmentation using expansion and corrosion, and the extraction of region of interest.)