搜索资源列表
RegionExtractsdk
- 彩色图像分割算法, 首先rgb到hsv,然后量化,分割成许多个小区域,然后用区域合并算法进行合并,一直预先设定的区域数目或者达到满足的聚类条件为止停止合并
RegionAnalyzesdk
- 这个是彩色图像分割方法。与RegionExtract采用的方法不同。 首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。
rgb-hsv
- 对于读入的彩色图像在rgb和hsv域中进行均衡,并显示比较均衡效果-To read the color image in rgb and hsv domain balanced and shows the effect of a more balanced
hsv2
- 计算图像HSV分量的数值,可用于图像颜色分割的统计-Calculated image HSV component values can be used for image color segmentation statistics
RegionExtractsdk
- 彩色图像分割算法, 首先rgb到hsv,然后量化,分割成许多个小区域,然后用区域合并算法进行合并,一直预先设定的区域数目或者达到满足的聚类条件为止停止合并-Color Image Segmentation Algorithm, first of all, rgb to hsv, and then quantified, separated into many small regions, and then use the regio
RegionAnalyzesdk
- 这个是彩色图像分割方法。与RegionExtract采用的方法不同。 首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。-This is a method for color image se
HSV-Space-segmentation(Training-and-Testing)
- 在HSV色彩空间进行彩色图像分割源码,包括学习和训练算法,获得分割参数-In the HSV color space for color image segmentation source code, including learning and training algorithm, access to segmentation parameters
hsv
- vc++实现的基于hsv颜色模型的图像分类-hsv based image retrieval
jiyuhsvyansemoxing
- 基于hsv颜色模型的s通道的人体图像分割-Hsv color model is based on the human body s-channel image segmentation
Kmeans
- 使用K均值做聚类分析来进行图像分割,把原始图像转换到HSV空间做聚类分析-use k-means clustering to segment the image
HSI-color-space-based-on-image-segmentation-insula
- 基于HSI颜色空间的绝缘子图像的分割HSI color space based on image segmentation insulator-HSI color space based on image segmentation insulator
segment
- 利用hsv颜色模板对图像进行分割。在OpenCV环境下开发完成。-Hsv color template using the image segmentation. Environment developed in OpenCV.
Fast-Image-Segmentation
- 台湾大学几位学者写的基于K-均值算法的快速图像分割,用到基于HSV颜色空间的直方图-Fast Image Segmentation Based on K-Means Clustering with Histograms in HSV Color Space
putaoqujing
- 图像分割,将红提葡萄的图像转化大hsv色彩空间,然后提取经的图像。-Segmentation, the red grape of the images into large hsv color space, and then extracted by the image.
show-hsv
- 可以实现将图像的hsv分量分别显示,用来作为对图像分割,识别等的判据-The hsv image can show the weight, is used as image segmentation, recognition criterion
otsuhsv
- 在HSV空间基于空间分量的OTSU图像分割方法。-In the HSV space space-based component OTSU image segmentation method.
otsuhsv
- 在HSV空间下基于OTSU大津法的图像分割。-OTSU Otsu-based image segmentation in the HSV color space.
checkphoto_ssdut
- 图像分割应用,采用颜色分割检测图片中图形元素,并自动分析种类,得出灰度图,hsv图等-Application of image segmentation using color segmentation of fruit detection in the picture, and automatically analyzes the types derived grayscale
第1章
- 不同颜色空间下的人脸图像分割,彩色图像处理中有许多彩色空间坐标系,最常见的是RGB空间。其余的还有HSV空间、YCrCb空间、YIQ空间和YUV空间等,这些都可以从RGB空间转换而来。在大多数情况下,图像信息是以RGB的颜色体系保存,然而在人脸肤色分析中,由于RGB颜色的R、G、B三个颜色分量都包含亮度信息,存在极强的相关性,一般不适合肤色处理。所以一般情况下在进行肤色区域检测之前,要将RGB颜色体系转换到其他颜色体系中,而不直接利用R
视频HSV
- 对有阴影的视频图像有很好效果,基于HSV空间的彩色图像分割(For video images with shadows have very good effect, color image segmentation based on HSV space)