搜索资源列表
彩色图像分割
- matlab 源码 彩色图像的分割 效果很好
标定彩色图像中圆形区域圆心的方法
- 一种标定彩色图像中圆形区域圆心的方法,通过matlab中的函数来寻找圆心,search centre
mean shift 彩色图像分割经典算法
- mean shift 彩色图像分割经典算法--VC,mean shift color image segmentation--VC
rgbquadtree
- 四叉树分解算法对RGB彩色图像进行分割,MATLAB代码,包括实验图片-Quad-tree decomposition algorithm RGB color image segmentation, MATLAB code, including test images
color-edge
- 彩色图像边缘检测程序color_edge.m:来源于:《数字图像处理及MATLAB实现》P197-198 canny_edgecolor.m:来源于网络资源 -Color image edge detection program color_edge.m: from: " Digital Image Processing and MATLAB to achieve" P197-198 canny_edgecolor.m: from the network resource
EnhancementOfColorImage
- 这是对于彩色图像的增强锐化处理,分别采用RGB三个空间,以及YIQ空间进行处理,需要的人可以区别采用,试一试-This is for the enhanced color image sharpening processing, respectively, using the three RGB space, as well as the YIQ space to deal with those who need it can be the difference between using, t
Mag_Color_Snake
- 自蛇模型在彩色图像中的应用,彩蛇模型用于图像去噪-Mag_Color_Snake
seg
- 输入彩色图像,根据亮度差确定边缘,并分割图像,输出分割后的彩色图像。-Input color image, according to the brightness difference to determine the edge, and split images, the output of the color image after segmentation.
ColorFeatures
- 一种彩色图像边缘检测的算法。实现J.van de Weijer的" Robust Photometric Invariant Features from the Color Tensor"-The quasi-invariant derivatives can be used to suppress undesired edges such as shadow, shading and specular edges. LITERATURE: J. van de Weijer, Th. Gev
Color_dirct_Diff
- 彩色含噪图像的复原是一类较难的问题,此处作者编写了一个MATLAB的全变差(TV)图像复原算法,能较好地解决彩色图像的复原问题-Color images with noise is a kind of recovery is more difficult issues, here the author has prepared a MATLAB the total variation (TV) image restoration algorithm, can solve the problem
imagesegment
- 区域提取-利用阈值法对彩色图像进行分割。-failed to translate
ex_17_1
- 基于L*a*b*空间的彩色图像分割Matlab程序-Based on L* a* b* color space, image segmentation Matlab program
useful
- 很有用的彩色图像分割方法,经本人实验,绝对可靠-Very useful for color image segmentation method, by my experiment, absolutely reliable
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
Kmeans-MATLAB
- 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
fcm
- 模糊C均值聚类,通过设置不同的灰度,可将彩色图像分成若干区域,达到分类的目的。-Fuzzy C means clustering, by setting different grayscale, color images can be divided into several regions, to achieve the purpose of classification.
car
- 车牌图像的分割实验。利用的是基于彩色图像的分割算法。-License plate image segmentation experiments. Use is based on the color image segmentation.
DIP-toolbox-matlab
- 数字图像处理matlab工具箱,包含彩色图像分割,RGB分量提取等基本源程序-Digital image processing toolbox matlab
彩色图像处理
- 通过matlab程序编码对图像的色彩进行采样处理。提取彩色图像。(The color of the image is sampled and processed through the matlab code. Extraction of color images)
彩色图像二值化
- 可将任意RGB彩色图像(像素不能过高),转化成二值图像(Any RGB color image can be converted to two value image.)