搜索资源列表
ColorProcessVC
- 数字图象处理的灰度化、颜色量化、颜色调整、亮度/对比度调整,四个功能处理函数。并有相应的对话框对象。-digital image processing of gray, color quantization, color adjustment, brightness / contrast adjustment, four functional handling functions. And have the corresponding dialog object.
octree
- 一个用于处理位图颜色量化的八叉树算法用VC++进行编写,作为图象处理的预处理程序
ColorProcess
- 颜色处理的理论基础源代码,包括灰度化与伪彩色处理,颜色调整,亮度/对比度调整,颜色量化与减色,抖动,增强CDib等。
scd.rar
- 一个有关Hsv颜色空间的颜色量化程序,颜色量化并画出相关直方图,Hsv color space on a color quantization process
ColorHistogram.rar
- 图像颜色特征的提取:HSV颜色直方图 描述的是图像的整体颜色情况。本程序采用非均匀量化方法得到36bin的颜色直方图。,Image Color Feature Extraction: HSV color histogram describes the situation of the image' s overall color. This procedure using non-uniform quantization method the color histogram 36bin.
colorhist
- 颜色量化算法,在HSV空间将颜色量化为128维-colorhist algorithm,the color is divided 128
imageProcessji
- 一套很好用的图像处理程序集,包括剪切、缩放、旋转和镜像的理论与实现,以及灰度化、假彩色与伪彩色处理、颜色分离与滤色、颜色调整、亮度对比度调整、颜色量化与减色和抖动的编程技术。-With a good set of image processing procedures, including shearing, scaling, rotation and mirroring of theory and implementation, as well as grayscale and pseudo-
ColorQuantization1
- 将图像颜色量化为72种。可以做图像检索用的好东西-Images for 72 kinds of color quantization. Image retrieval can be done with good things! !
JPEG
- JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
5611
- 提出了一种基于颜色和纹理的新的图像检索方法。该方法在HSV 颜色空间量化过程中,采用一种基于线 性隶属度的模糊量化方法,使量化结果更接近于人类感知 在提取分块主色的基础上引入一种颜色相邻矩阵,用于描 述颜色的相对空间分布情况,以提高对图像变形的鲁棒性 还加入图像的纹理信息,最后结合这些颜色和纹理特征进 行复合图像检索。实验表明,该方法能有效提高图像检索精度。- A new picture ret rieval algorithm based on color and texture
24to256
- BMP24位位图量化成256色BMP图,本程序彩八叉树颜色量化。-BMP24-bit quantization into a 256-color bitmap BMP map, this program color octree color quantization.
colorhistogram
- 一个比较简单易懂的颜色直方图量化及转换的程序,适用于目标跟踪等领域,希望可以帮助有需要的人。-A relatively easy to understand and change the color histogram quantization procedures for tracking and other fields, hoping to help those in need.
svmsegmentation
- 为了提高白细胞自动识别算法的性能,提出了基于均值移动和单类支持向量机的血细胞图像分割新方法. 该方法的原理是将图像中颜色相对稳定的背景和红细胞部分像素作为正训练样本,将颜色复杂多样的白细胞像素作为异常数据检测. 均值移动过程用来在红、绿、兰(RGB) 颜色空间寻找正训练样本集,通过均匀抽样和颜色量化措施,实现单类支持向量机(SVM) 在线实时训练,最终图像像素经过单类SVM 分类来实现分割. 实验表明,新方法对涂片制备和光照变化导致的图像颜色改变有很好的适应性,图像分割精度优于常用流域算法,而耗
ColorQuantization
- 针对色调在颜色量化时容易出现偏差,提出了一种基于直方图特性的颜色量化算法,在颜色量化时对色调进行修正,并采用脉冲耦合神经网络对颜色量化结果进行分割验证.-For color in the color quantization error prone, a feature based on the color histogram quantization algorithm, when the color quantization for color correction, and using p
DotNET_Color_Quantization_Code
- 微软DotNet俱乐部开发的颜色量化的c#程序包,非常好!-Microsoft DotNet Club quantitative color development c# package, very good!
ColorHistogram
- 图像检索——提取颜色特征:HSV空间颜色直方图(将RGB空间转化为HSV空间并进行非等间隔量化,将三个颜色分量表示成一维矢量,再计算其直方图作为颜色特征。-Image Retrieval- extract color features: HSV space color histogram (RGB space into the HSV space and the non-interval to quantify the three color components expressed as a
SimplePaletteQuantizerVS2008v4
- 本文介绍了一种颜色量化,这是简单易懂,对于初学者来说,每天使用但功能强大的足够。从版本2.0,它包含了优化的版本,并且还实施其他供您使用共同的量化。从版本4.0,它也包含了不同的颜色匹配算法更好的实际可用性。 -This article presents a color quantizer, which is simple to understand for beginners, yet powerful enough for every day use. From version 2.0,
16700_quantize
- 颜色量化程序,可以把颜色量化到256色以内,效果很好。对于需要减色的特别有用。-Color quantization process can be color quantization to 256 colors or less, with good results. The need is particularly useful for subtractive.
实验一 图像颜色特征提取
- 图像颜色特征提取 颜色是彩色图像最重要的内容之一,被广泛用于图像检索中。但从图像中提取颜色特征时,很多算法都先要对图像进行量化处理。量化处理容易导致误检,并且产生的图像特征维数较高,不利于检索(qqwxcszcsefxzvczfeczx)
基于颜色直方图的图像检索
- 基于颜色直方图的图像检索,hsv颜色空间,非均匀量化(Histogram-Based Image Retrieval)