Welcome![Sign In][Sign Up]
Location:
Search - hsv image histogram

Search list

[Special EffectsHistogram_HSV_36

Description: 求取彩色图象的HSV直方图,用于彩色图象的颜色特征提取.该算法基于OpenCV.-strike HSV color image histogram, Color image for the color feature extraction. The algorithm is based on OpenCV.
Platform: | Size: 1032 | Author: guolijun | Hits:

[Special EffectsHistogram_HSV_36

Description: 求取彩色图象的HSV直方图,用于彩色图象的颜色特征提取.该算法基于OpenCV.-strike HSV color image histogram, Color image for the color feature extraction. The algorithm is based on OpenCV.
Platform: | Size: 1024 | Author: guolijun | Hits:

[Special EffectsColorHistogram

Description: 将图像转换到HSV空间,并对其进行量化降维后,计算其颜色直方图-Image conversion to HSV space, and to quantify the dimensionality reduction, the calculation of its color histogram
Platform: | Size: 1024 | Author: Owenli | Hits:

[Special EffectsColorHistogram

Description: 图像颜色特征的提取: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.
Platform: | Size: 1024 | Author: 卢悦 | Hits:

[Graph programcolor_hist256

Description: 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image, and finally extracted one-dimensional histogram can be used for image retrieval.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[Special Effectslly

Description: 对图像进行边界去除的处理,提取出其HSV颜色直方图。-Image processing to remove the border, to extract the HSV color histogram.
Platform: | Size: 1024 | Author: laura | Hits:

[Graph programImageProcessSys

Description: 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing and image processing algorithms commonly used, such as: gray-scale image processing, image enhancement, image transformations, morphological image processing. One gray-scale image processing consists of three algorithms: color map turn gray level, gray level histogram, histogram equalization image enhancement includes: Increasing Salt and pepper noise, median filtering, sobel edge detection operator (horizontal and vertical the direction considered together), laplace operator edge detection, blur, sharpen image transformation includes: haar wavelet transform, RGB switch to HSV color space. Morphological image processing, including corrosion, swelling, open operation, closed operation.
Platform: | Size: 317440 | Author: 孙亚新 | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[matlabHSV-histogram

Description: HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
Platform: | Size: 1024 | Author: 董懂 | Hits:

[Special Effectsninecolor_distri_128_q

Description: 使用模糊方法提取的颜色直方图,得到图像的HSV空间的H,S,V值-Extracted using the fuzzy color histogram, the image of the HSV space by H, S, V values
Platform: | Size: 2048 | Author: 杨倩 | Hits:

[Special Effects3dwhist

Description: 计算和匹配图像的三维直方图,h=getPatchHist(img,weight,nbins),nbins为每一个通道上bin的个数,如[8 8 8] -caculate and match the 3d histogram of an image
Platform: | Size: 2048 | Author: 刘莹 | Hits:

[Special EffectsColorHistogram

Description: 图像检索——提取颜色特征: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 one-dimensional vector, then calculate the color histogram as a feature.
Platform: | Size: 1024 | Author: sangsang | Hits:

[matlabcolormobel

Description: 数字图像处理,颜色模型,对图像进行颜色转换-Given a color image ‘football.jpg’. 1) Display the three component images: red, green and blue. 2) Perform histogram equalization for the original image in RGB color space, and display the result. 3) Convert RGB to HSV, equalize just V component of HSV image, convert the processing result back to RGB, and then display it. 4) Discuss and compare these results.
Platform: | Size: 284672 | Author: 成才 | Hits:

[GDI-BitmapHSV-Histgram

Description: 根据图像显示直方图,显示出图像的直方图表示。-According to the image histogram, showing the image histogram.
Platform: | Size: 1024 | Author: 阿海 | Hits:

[Special Effectscomarix

Description: 基于HSV颜色直方图和共生矩阵的邮票图像检索-Based on HSV color histogram and the co-occurrence matrix of the stamp image retrieval
Platform: | Size: 4096 | Author: 王璐 | Hits:

[Special EffectsColor-histogram

Description: HSV空间非等间隔量化,手工绘制图像的颜色直方图-HSV space, non-interval quantization, hand-painted the color histogram of the image
Platform: | Size: 1024 | Author: 杨宇 | Hits:

[matlabNew-folder-(2)

Description: Color HSV image Edge detection based on Histogram Equalization Convert The RGB image to HSV image Separate the HSV to H,S,V component Preserve the H,S component Perform edge detection on V of the image-Color HSV image Edge detection based on Histogram Equalization Convert The RGB image to HSV image Separate the HSV to H,S,V component Preserve the H,S component Perform edge detection on V of the image
Platform: | Size: 1024 | Author: poonam | Hits:

[Special EffectsRGB-and-HSV-color-histogram

Description: 基于图像检索的,颜色特征提取MATLAB中由RGB转向HSV颜色空间的颜色直方图-Based on image retri , the color feature extraction in the MATLAB RGB to HSV color histogram of color space
Platform: | Size: 1024 | Author: 小王 | Hits:

[OpenCVHSV-historgram--extract

Description: vs2013 + opencv2.4.9 提取图像HSV直方图,程序已经经过注释和调试,编程语言c++ -vs2013+ opencv2.4.9 extracted image HSV color histogram, the program has been successful debugging, you can run, c++ programming
Platform: | Size: 2048 | Author: 殷梦霞 | Hits:

[Otherhistology-image-classification

Description: this code product to classification of blood histology images.texture and color features used to patterns extraction and classified using SVM (support vector machine). texture features extracted with SRF gradient and LBP operator and to color features extraction, used HSV color histogram.
Platform: | Size: 6144 | Author: hadi | Hits:
« 12 3 »

CodeBus www.codebus.net