搜索资源列表
changcolor_hsv
- 颜色空间转换RGB TO HSV,实现显色空间的转换,基于OPENCV-Color Space Conversion RGB TO HSV, to achieve the color space conversion, based on OPENCV
YUVRead
- open yuv video file with opencv (do the convert to RGB) and display to screen
QOpenCVPlayerC
- QCIF播放器,包括YUV转RGB,OpenCVV函数显示RGB帧 ,经测试可直接使用。 -QCIF player, including the YUV to RGB, OpenCV function RGB fraame shows the full source code can be directly used by the test.
RGB_recognizer
- RGB屏幕识别器(即时读取屏幕任一点的颜色,采用了opencv技术开发)-RGB screen identification (instant read the color of the screen at any point, using opencv technology development)
Corners
- 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
RGB
- 给予OPENCV的关于RGB检测程序,能识别图像中任何一点的的像素值-OPENCV given for RGB detection procedures, able to identify any point of the pixel value of the image
RGBsegment
- 用Opencv对24位RGB彩色图像进行颜色分割,分割出蓝色区域,并对其进行二值化操作-In order to segment the blue area of input picture,we use RGB color segmentation with Opencv.
OpenNIandOpenCV
- OpenCV+OpenNI测试kinect显示RGB和Depth图像-OpenCV and OpenNI test kinect~
scan_image
- 通过openCV对一副3通道RGB图像进行遍历。开发环境为visual studio 2012.-By openCV on a 3-channel RGB images traversal. Development environment for visual studio 2012.
h54
- 基于opencv的颜色识别简单实现的代码 rgb三通道-Color recognition opencv simple code to achieve three channel based on RGB
ycrcb
- Program to convert RGB to Ycrcb. this program using C++ and connection with OpenCV
Color-into-a-grey
- 采用VS2008和opencv编写代码,将衣服RGB彩色图像转化为灰度图像,并且富有代码的详细说明,便于对代码的理解,效果不错。-Use VS2008 and opencv coding, clothes RGB color image into grayscale image, and rich code detailed instructions, to facilitate the understanding of the code, effect is good.
MyInterface
- opencv MFC对话框程序。 功能:打开图像 缩放图像 获取图像的分辨率 由鼠标给出像素的位置 获取像素的RGB值。 用途:适合初学C++图像处理的人参考学习。-Opencv MFC dialog application.
RGB2LAB
- opencv编程,将RGB转换成lab空间显示,可以运行,代码比较短,容易理解。-opencv programming, lab space will be converted to RGB display, you can run, the code is relatively short and easy to understand.
live_beautiful_camera_streaming0.5
- 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)
cvHSV(展示RGB、HSV图像)
- 展示彩色图像在RGB颜色和HSV各个分量下图像效果(Display the effect of color images in RGB and HSV components)
RGB三色直方图
- opencv 实现 RGB三色直方图 可用于新手测试与示范 便于学习(Opencv implementation of RGB trichromatic histogram can be used for beginners to test and demonstrate easy to learn)
PointCloudScanner
- 在vs中正确配置好pcl和opencv,能够将通过kinect2获得的rgb图像和深度信息合成一张点云ply或者pcd文件,可以通过pcl查看。(Correctly configuring PCL and opencv in VS, we can synthesize a point cloud ply or PCD file from RGB image and depth information obtained by kinect2, which can be viewed through
opencv中Bayer 图像到RGB图像装换的问题
- opencv中Bayer 图像到RGB图像转换的问题(The problem of changing Bayer image to RGB image in opencv)