搜索资源列表
ImageFilter
- 实现人脸检测 主要是针对裸露肌肤检测,从而实现对*图像的过滤,用了rgb,hsv,ycrcb,纹理检测等多种方法,可以运行,效果不错-Implementation of face detection is mainly directed against the bare skin testing, in order to achieve the filtering of pornographic images, using the rgb, hsv, ycrcb, texture detect
rgb
- opencv 色彩空间的转换,包括将rgb转成XYZ格式,YCrCb格式,HSV格式及Lab格式-opencv color space conversion, including rgb convert XYZ format, YCrCb format, HSV and Lab format format
picture
- 把图片换成 HSV 模型 用鼠标点击图片 可获得相同像素点的的RGB 和 HSV 的值 -Get the picture into HSV model achieve the same pixel of the RGB and HSV values
Test
- 基于OPENCV的色调调整,将图像进行色彩空间转换RGB 转换到HSV 对H分量进行调节-Hue adjust depend on OPENCV. Firstly,converting the picture space RBG to HSV. Then, adjust the value of H.Finally convert the picture back to the RGB space.
gussmix
- 本程序是对混合高斯模型的改进,从RGB空间转化到HSV空间。运行时要装OPENCV-This program is a Gaussian mixture model improvement, space conversion from RGB to HSV space
exa2
- 这是Opencv的视频播放的程序,实现了将每帧RGB图像转化为HSV图像,最终视屏每幅图像都是HSV各式的。-This is a video playback program Opencv realize each image frame into HSV RGB images, each image is the final screen a variety of HSV.
hsv
- 本程序使用opencv将RGB转换成HSV颜色空间,并且读取H通道图像。-This program uses opencv RGB to HSV color space , and to read the H-channel image .
OpenCV-Project
- 这是一个使用OpenCv,在VC++ MFC平台下实现的图形图像处理程序源码,主要功能有彩色变灰阶,图像方向、旋转、放大缩小、水平镜像、垂直镜像、Laplace 变换、RGB分量、HSV分量、喇叭、分量等。-AppWizard has created this MyOpenCVMFC application for you. This application not only demonstrates the basics of using the Microsoft Foundation
getRGB
- 基于Opencv的实现,控制台程序,用于读取鼠标当前位置的像素的RGB值及HSV值。-Based on of Opencv the realization of the console program, used to read the mouse current position of the pixel RGB values and HSV values.
1
- 将一幅RGB图像转换成一幅HSV图像,并显示-RGB TO HSV
OpenCV-trans-color
- 以OPENCV做的各種色彩轉換空間,有 RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr -To do a variety of color conversion OPENCV Space, RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr
LOT_Source
- 目标跟踪第t帧图像,目标特征,噪音参数,粒子窗口 1. 在第一帧选定跟踪区域,将图像由rgb转成hsv,计算目标的特征模型; 2. 初始化粒子,用超像素计算粒子的特征; 3. 通过emd计算粒子所在位置区域特征计算与目标特征的相似度; 4. 根据emd计算粒子的权重,归一化权重,新的目标位置是所有粒子的位置和权重乘积的和; 5. 建立新目标的特征模型,计算emd。 6. 更新噪音参数; 输出:目标位置,更新参数,新的粒子窗口 -Multiple Object Tr
Handskin_Detect
- 本程序分别用6种方法完成肤色识别,包括:RGB,GB,HSV,YCbCr,Ostu。在VC6.0+opencv1.0下编译通过,下载即可用。-The procedures were completed in six color identification methods, including: RGB, GB, HSV, YCbCr, Ostu. In VC6.0+opencv1.0 compile, download to use.
RGB-HSv
- RGB-HSV调色板程序,可以方便的进行rgb和hsv之间的转换,以值得方式输出-RGB-HSV palette program, you can easily convert between rgb and hsv to be worth way output
rgb_hsv
- opencv中实现将图像从RGB转化到HSV中-opencv achieve RGB to HSV conversion
HSVtoRGB
- 本代码的功能是将一副RGB图像转换成HSV图像,并分别显示出来,对初学者有较好的参考意义。-This code function is an RGB image is converted into HSV image, and were displayed on a better reference for beginners
rgbPhsv
- 基于rgb和hsv火焰检测,效果很好。可以直接使用-rgb hsv
HSV
- 原图像的直方图,将RGB转为HSV空间下的直方图以及均衡化后的图像-Histogram of the original image will be converted to RGB histogram equalization and image after the HSV space under
RGB-HSV
- 此程序是将所加载的RGB颜色空间转换为HSV颜色空间并显示出来-This program is loaded RGB color space conversion to HSV color space and displayed
源
- 手动ROI区域的RGB颜色空间转HSV颜色空间,利于空间上的色彩提取(RGB color space translate HSV color space)