CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - Rectangular

搜索资源列表

  1. motiondetect

    0下载:
  2. 改代码实现从视频中检测并跟踪运动对象,而且将运动对象用矩形框标记出来-Change the code from a video detection and tracking moving objects, but also moving objects marked with the rectangular box
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1008.94kb
    • 提供者:李洪艳
  1. cvFitEllipse_J

    0下载:
  2. 使用openCV偵測橢圓,並於外矩形框中畫記實線. 不同於範例之偵測方式.外舉行框可旋轉角度表示.-Use openCV ellipse detection, and in line outside the rectangular box drawing documentary. Different from the examples of detection methods. Outside the box can be held in rotation, said.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1017byte
    • 提供者:王建名
  1. Irect

    0下载:
  2. 利用opencv在图片中显示矩形框,将图像区域用红色矩形框标出来-Use opencv in the photo shows that rectangular box will image region marked with red rectangular box
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.41mb
    • 提供者:gogo
  1. mubiaogenz

    0下载:
  2. 实时锁定目标,进行矩形框跟踪,效果较高,仅给大家提供参考-Targeted real-time, the rectangular box tracking, high effect, only provide a reference for everyone
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:149.13kb
    • 提供者:王华
  1. 12_1

    0下载:
  2. 检测黑白格标定板内指定矩形区域的角点。主要涉及IplImage,CvScaclar,CvPoint2D32f,CvPoint,CvRect-Black and white box testing within the specified rectangular area calibration panel corners. Mainly related to IplImage, CvScaclar, CvPoint2D32f, CvPoint, CvRect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.34mb
    • 提供者:姜欣
  1. e4-3a

    0下载:
  2. 创建一个程序读入并显示一幅图像,运行用户在图像中选择一个矩形区域,然后通过按住鼠标按键画一个矩形,当鼠标键放开,高亮显示矩形框。-Create a program that reads and displays an image, run user select a rectangular area in the image, and then hold down the mouse button, draw a rectangle, release the mouse button, the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:6.98mb
    • 提供者:Xucheng
  1. face-recognition

    0下载:
  2. 将图片的人脸进行识别并以矩形边框进行标注-Picture of the face to identify and label a rectangular border
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.77mb
    • 提供者:李明
  1. opencv_hog_test

    0下载:
  2. 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5.   实验功能:   单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。   单击People Detect按钮,则程序会自动对该图片进
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:490kb
    • 提供者:wuwei
  1. 1

    0下载:
  2. 用鼠标在视频窗口选取跟踪目标,拖曳出选择矩形框,选择完毕后程序会自动跟踪-Use a mouse in the video window selection tracking target, trailing select the rectangular box, choose after the completion of the program will automatically tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:5.13mb
    • 提供者:曹宏宇
  1. face_detection

    0下载:
  2. 实现对人脸的实时跟踪与检测,并用长方形实时标记!-To achieve real-time face tracking and detection, real-time mark with a rectangular
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:5.56mb
    • 提供者:汤姆
  1. Rectangle

    0下载:
  2. 读入视频序列,播放视频时在窗口上用鼠标画矩形框,并显示出矩形框的像素位置-Reads a video sequence, video playback on the window with the mouse to draw a rectangular frame, and shows the pixel position of the rectangular frame
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:3.39mb
    • 提供者:guohaiyun
  1. motiondetect

    0下载:
  2. 采用opencv 进行运动检测,并将运动物体矩形方式表示出来-Opencv motion detection, and moving objects rectangular expressed
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:1.89kb
    • 提供者:Luiz
  1. ex4_3

    0下载:
  2. 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:2.55kb
    • 提供者:陈宇
  1. face_detect

    0下载:
  2. 基于opencv的人脸检测程序,可将目标图像中人脸用矩形框出来-Based on the opencv face detection process, mark the human face of the target image using a rectangular box
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:22.21mb
    • 提供者:dxl
  1. DrawRectangle

    0下载:
  2. VS2010中opencv实现自己画有角度的矩形,并用最小外接矩形算法,求矩形的几何信息,中心点,长宽,角度等-VS2010 in opencv realize their painting angled rectangle and use the minimum bounding rectangle algorithm, seeking a rectangular geometry, center, length and width, angle and so on. .
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8.32mb
    • 提供者:邹普
  1. draw-rec-freely

    0下载:
  2. 任意方式拖动鼠标来画矩形框,而非只支持左上到右下一种方式-draw a rectangular freely on your opencv output image
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1.36kb
    • 提供者:王子晋
  1. opencv4.3

    0下载:
  2. 自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。-Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:228.47kb
    • 提供者:xulifei
  1. shubiao

    0下载:
  2. 用的vs2010配置的opencv,用鼠标在图像上画矩形-Opencv use vs2010 configuration, rectangular painted on the image with the mouse
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:915byte
    • 提供者:林俊杰
  1. UPtest_2

    0下载:
  2. 实现对矩形工件的边缘检测,填充,膨胀处理和直线检测功能。-The workpiece to achieve the detection of the rectangular edge, filling, and the linear expansion treatment detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3.9mb
    • 提供者:戴知圣
  1. Camshift66

    0下载:
  2. Camshift利用颜色特征进行跟踪,矩形窗口进行跟踪-Camshift tracking using color characteristics, rectangular window track
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.24mb
    • 提供者:melody
« 12 »
搜珍网 www.dssz.com