搜索资源列表
opencv查看圖像每點RGB值
- opencv查看圖像每點RGB值
完成图像RGB到HSV的转换
- 完成图像RGB到HSV的转换,比较自定义函数转换和使用opencv提供函数直接转换的结果。可用于研究H,S,V分量的范围等,Image RGB to HSV conversion, more-defined functions and use the conversion function opencv provide direct conversion results. Can be used to study H, S, V component of the scope of
实现 RGB到HSI的转换. 使用VC++ 6.0
- 实现 RGB到HSI的转换. 使用VC++ 6.0, OpenCV,Transform the RGB image into the HSI image, using VC++ 6.0 and OpenCV
rgbtohsi.RGB 转换到HSI 里面用了opencv的cvGet2D函数
- RGB 转换到HSI 里面用了opencv的cvGet2D函数,RGB to HSI conversion opencv spent inside the function cvGet2D
pix-show Opencv图像处理
- Opencv图像处理,在彩色图像中点击图像任意一点,显示改点的RGB值-Opencv image processing, color image, click on the image at any point, change the point of the RGB value display
RGB
- RGB颜色空间,结合opencv对图像进行二维空间的变化,肤色提取-RGB color space, combined with the image opencv changes in two-dimensional space, color extraction
rgb
- opencv 色彩空间的转换,包括将rgb转成XYZ格式,YCrCb格式,HSV格式及Lab格式-opencv color space conversion, including rgb convert XYZ format, YCrCb format, HSV and Lab format format
rgb2yuv
- rgb图像转yuv,基于opencv。仅供参看-rgb image transfer yuv, based opencv. Only see
backgroundSubtraction_v0
- 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
Histogram_RGB
- OpenCV RGB直方图 使用VS2008+OpenCV库开发,读取彩色图片,分别显示RGB三通道直方图。运行需安装OpenCV2.0。-OpenCV RGB histograms Developed with VS2008+ OpenCV library, reading colorful image, respectively display three-channel RGB histograms . Need install OpenCV2.0.
lab
- 本程利用opencv实现了RGB到Lab的颜色空间转换,感觉效果不错。-This process is realized by using OpenCV RGB to the Lab color space conversion, feeling good results.
rgbhsi
- opencv 读取图片,rgb格式变成 hsv格式图片,提取 h分量后图片,以及h分量的直方图图片。 -opencv read picture, rgb format into a format hsv picture, extraction component h after the picture, as well as the h-component histogram picture.
opencv-hist
- opencv下视频的rgb和灰度直方图计算、对比-opencv under the video rgb and grayscale histogram calculation, compared
toGray
- opencv彩色RGB图到灰度图的转化,分别在独立窗口显示-opencv color RGB to grayscale conversion plans were displayed in a separate window
FrameRedColorSegmentation
- Takes a video stream as input and applies Red color segmentation for each frame in the RGB color space.The code uses OpenCv library.
OpenCVRGB
- OpenCV—RGB图像灰度化,并提取轮廓-OpenCV-RGB gray-scale images and contour extraction
hsv
- 本程序使用opencv将RGB转换成HSV颜色空间,并且读取H通道图像。-This program uses opencv RGB to HSV color space , and to read the H-channel image .
depth-canny-RGB
- 可以將kinect 讀取到的RGB影像作opencv的處理 包含顯示RGB視窗 depth視窗 canny視窗 -Kinect can be read as opencv RGB image processing includes display RGB canny Windows Windows Windows depth
opencv
- 利用opencv实现图片色彩空间的分离显示:分别分离成RGB和HSV,然后提取特征向量实现图片比较-Display image color space using the opencv: RGB and HSV were separated, and then extract the feature vector is realized.
opencv rgb三通道分离
- 使用opencv对彩色图像的rgb三通道进行分离