搜索资源列表
用C++和OpenCV实现的图像方框的识别
- 用C++和OpenCV实现的图像方框的识别,并对方框进行标记,用红色的线标记出来。可以用于图像分割、定位等等。,Using C++ and OpenCV image box to achieve the recognition, and the box marked with a red line marked. Can be used for image segmentation, positioning and so on.
FindRGB.利用OPENCV识别图片中的颜色区域的MFC程序
- 利用OPENCV识别图片中的颜色区域的MFC程序,共三种颜色:红、绿、蓝,OPENCV identify the use of the color picture of the MFC region, with a total of three colors: red, green, blue
red_car_tracking
- 利用opencv将所提供的video转换为YUV色彩空间。将vedio中的移动的红色车子用纯红色标记出来-Opencv using the supplied video to YUV color space. Mobile vedio of the red car out of pure red marker
checkface
- 找出人脸,会把眼睛,鼻子,用红线圈起来,用C++与OPenCV结合实现。-Identify the human face, will be the eyes, nose, with red coils, use C++ and realize OPenCV combination.
Irect
- 利用opencv在图片中显示矩形框,将图像区域用红色矩形框标出来-Use opencv in the photo shows that rectangular box will image region marked with red rectangular box
OpenCV-face-detection-algorithm
- 关于消除红眼的一些帮助算法,可以帮助一些对不了解这些方面知识的同学了解相关知识。-On the elimination of some of the red-eye to help algorithm that can help some students do not understand these knowledge to understand the relevant knowledge.
face_detection
- Face detection made in Processing based on OpenCV library. It detects the form of a human face in a webcam stream and outputs a red square around that person s face. Get processing from www.processing.org for fr-Face detection made in Processing base
hough
- houghline transform, it it uses canny edge detection and hough transform. It then places a red line over any detected straight lines.
redcell
- 运用opencv工具,计算给定图片的红细胞数目,同时计算细胞的面积、周长和最大最小细胞位置和细胞的密集度。-Opencv tools used to calculate the number of red blood cells for a given picture, and calculation of cell area, perimeter and maximum position of the smallest cells, and cell density.
HoughLineTracking
- 从摄影头输入影像,可侦测直线物体,侦测到的直线以红色线条显示出来,以OPENCV的Hough transform实作-The first input from the photographic images, can detect linear objects detected straight lines shown in red to OPENCV the Hough transform implementation
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.
opencv-face
- 实现人脸检测功能,并达到人脸检测红框的目的-Face detection function, and to achieve the purpose of face detection red frame
opencv-249.src
- 发票印章处理,采用VC开发。识别红色内容,生成新的图片。-Invoice seal processing, using VC development. Identify red content, generate new images.
retinex.opencv
- Retinex理论的基础理论是物体的颜色是由物体对长波(红色)、中波(绿色)、短波(蓝色)光线的反射能力来决定的,而不是由反射光强度的绝对值来决定的,物体的色彩不受光照非均匀性的影响,具有一致性,即retinex是以色感一致性(颜色恒常性)为基础的。不同于传统的线性、非线性的只能增强图像某一类特征的方法,Retinex可以在动态范围压缩、边缘增强和颜色恒常三个方面打到平衡,因此可以对各种不同类型的图像进行自适应的增强。-The basic theory of Retinex theory is
redglove
- redglove opencv red gloves recognition program source code
OPENCV
- 车辆牌照定位与识别是计算机视觉与模式识别在智能交通领域应用的重要研究之一。 该技术应用范围十分广泛。其中包括(1)交通流量检测;(2);(3);(4)小区车辆管理;(5)闯红灯等违规车辆监控;(6)不停车自动收费;(7)道口检查车辆监控;(8)公共停车场车辆监控;(9)计算出行时间;(10)车辆安全防盗。 2.1国内研究现状 -Vehicle license plate location and recognition is one of the important researc
qpiral
- Matlab to make along the spiral movement of the animation is good source of a small red ball very well
ts2
- 测试特定颜色的物体 ,通过 hsv转rgb,然后选取红色(Test a specific color object, pass HSV to RGB, and then select red)
WeChat_jump
- 电脑模拟按键实现微信跳一跳自动跳跃。首先就是在上传的autojump.png图片上进行模板匹配,匹配出小人,并计算小人的坐标;如上图所示,框出来的用红色箭头所指即为小人的坐标! 然后就是通过Canny()函数进行图像的边缘检测,这里使用的阈值为5,10基本可以检测出所有边缘信息(Computer simulation keys to achieve WeChat jump one jump automatically. First of all, template matching is per
颜色识别 - 图像(普通轮廓)
- 基于opencv的简单颜色识别,载入图像进行识别,可识别出图像中的红色物体并画出物体轮廓(Opencv based simple color recognition, loading image recognition, can identify the red object in the image and draw the outline of the object.)