搜索资源列表
colour-pick-easyer
- 方便的颜色提取器,可设置前景背景色,用bcb6编写。-convenient color extraction, which can be set up prospects for the background color, use bcb6 prepared.
snapcolor_update
- 屏幕颜色提取的程序代码,学习图像编程的可以看一下,颜色处理-screen color extraction procedure code, the programming study images can look at the color treatment
LicensePlate.rar
- Visual C++写的车牌自动识别系统(只完成到车牌定位提取一步,字符的识别没有完成,大家有兴趣可以自己完成),功能包括前期图像处理的各种操作,支持各种颜色的bmp图片,二值化、边缘检测、滤波、平滑、直方图处理等等,测试图片也打包进源码了,Visual C++ Written Automatic Vehicle Identification System (only one step to extract license plate location, character identifica
lly.rar
- 对图像进行边界去除的处理,提取出其HSV颜色直方图。,Image processing to remove the border, to extract the HSV color histogram.
colortexture.rar
- matlab编写的图像处理程序,用于提取图像的纹理、颜色特征。,matlab image processing procedures to prepare for the extraction of image texture and color features.
Distiller
- 这是本人初学VC++编程时候的一个小程序,功能是提取位图中的某一颜色,希望各位高手指导,我的QQ是489817683-This is my beginner VC++ Programming when a small procedure, function is to extract a bitmap in the color, I hope that the guidance of a master, my QQ is 489817683
c_value
- 提取图像的颜色特征,首先将图像颜色映射到指定的8个颜色,然后利用自相关和互相关计算得到图像的特征向量,并从原数据库中算出利用此方法检索图像的正确率,并将检索结果好的图像显示到指定文件夹中。-Extract image s color characteristics.First, the image color map to the specified eight colors, then use the auto-correlation and cross-correlation calcula
37724099hsvfeature1
- 基于视觉特征的图像特征提取,在HSV颜色空间提取彩色纹理特征-Based on the visual characteristics of image feature extraction, in the HSV color space, color texture feature extraction
RGB颜色提取
- 对于RGB格式的彩色图片,分别提取各个颜色分量,并显示出来
rgb颜色提取
- 一幅火焰图像,不用进行任何的颜色模型转换就可以使用RGB颜色判据来提取区域。
Handmazing.Tools.ImageColor
- 一个提取照片中的颜色的程序,进行Top10 排序(Extract the colors from the photos and sort them)
颜色特征
- matlab颜色特征提取,利用matlab软件实现对图片中目标对象的颜色特征值的提取(matlab colour Matlab color feature extraction, the use of MATLAB software to achieve the picture of the target object color feature extraction)
颜色特征提取
- 颜色特征提取,将一张图片中的颜色特征提取出来(Color feature extraction)
颜色提取器
- 颜色提取器是一款轻便的颜色提取软件,可提取系统中任意点的颜色编码,并复制出该编码。(Color extractor is a light color extraction software can extract color encoding at any point in the system, and copy the encoding.)
简易寻灯
- 给予颜色提取识别红色led小灯。通过对红色通道值的限定提取光源(Recognition of light source based on color extraction)
颜色提取器@156_34011
- Color Cop可以帮助您实现,它体积小巧、使用方便。打开软件后,拖动【放大镜】选定屏幕取色的大概位置,然后用【吸管】获取具体颜色值,同时Color Cop 也可以将 RGB 十进制转换为十六进制颜色代码。(Color Cop can help you to implement it, it is small and easy to use. Open the software, drag the magnifying glass [] selected screen color about
颜色
- 把想要处理的图片放入project目录下,修改代码中输入图片的名字为你选的图片,即可提取出图片中特定颜色的图像。我的参数设置的是识别黄色,可依实际需要修改参数。(Discriminating color)
颜色、形状参考源程序
- 颜色形状检索论文及形状特征提取MATLAB代码(Color and shape retrieval, paper and shape feature extraction, MATLAB code.)
实验一 图像颜色特征提取
- 图像颜色特征提取 颜色是彩色图像最重要的内容之一,被广泛用于图像检索中。但从图像中提取颜色特征时,很多算法都先要对图像进行量化处理。量化处理容易导致误检,并且产生的图像特征维数较高,不利于检索(qqwxcszcsefxzvczfeczx)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f