搜索资源列表

  1. 5-2

    0下载:
  2. 找出图形中的角点,采用opencv编写 具有很强的检测能力,对于矩形及多边形的角点都能检出
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:94434
    • 提供者:萧枫
  1. OpenCVSquareDector

    0下载:
  2. 在VC6下基于OpenCV5的矩形检测程序及Canny边缘检测程序。在VC6下编译通过。-in VC6 OpenCV5 Based on the testing procedures and rectangular Canny edge detection procedures. Under the VC6 compile.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-05
    • 文件大小:4096
    • 提供者:-
  1. 5-2

    0下载:
  2. 找出图形中的角点,采用opencv编写 具有很强的检测能力,对于矩形及多边形的角点都能检出-Graphics to identify the corner points, using opencv preparation has a strong ability to detect, for rectangular and polygonal corner points can be detected
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-05
    • 文件大小:94208
    • 提供者:萧枫
  1. opencv_sample

    0下载:
  2. 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法-mfc,opencv,canny,find square...
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-05
    • 文件大小:12154880
    • 提供者:hopper
  1. DONG

    0下载:
  2. 使用时间差分法检测一段AVI视频中的运动目标,用矩形框标示出来,需要使用OPENCV-Use of time to detect a difference in the moving object AVI video with a rectangular box, marked out, need to use OPENCV
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:10167296
    • 提供者:老董
  1. QQzhaocha

    0下载:
  2. QQ找茬,opencv实现图像分割、检测功能,暂未实现矩形的标定,运行前需将主函数下方的子函数删掉即可-QQ finding fault, opencv to achieve image segmentation, detection, yet achieve the rectangular calibration, running beneath the main function will be required before th
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-05
    • 文件大小:59392
    • 提供者:侯建波
  1. faceandlips

    0下载:
  2. opencv用来检测唇部和人脸,并且在图像窗口中添加一个新的矩形窗口-lips and face detects
  3. 所属分类:压缩解压

    • 发布日期:2024-06-05
    • 文件大小:2578432
    • 提供者:吕晋普
  1. squares

    0下载:
  2. 在opencv中检测一个图像是否有矩形,本程序很实用-An image in opencv detect whether the rectangle, the procedure is very useful
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:3072
    • 提供者:HEllO2010
  1. zijixie

    0下载:
  2. 检测图像中矩形并画出 opencv下用vs2008运行无误-Detection of the image and draw rectangle using vs2008 to run correctly under opencv
  3. 所属分类:图形图象

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:杨杰
  1. juxingjiance

    0下载:
  2. opencv矩形检测,采用金字塔方法,可以对多幅图同时检测。-opencv rectangle detection, using the pyramid method, can simultaneously detect pieces of map.
  3. 所属分类:OpenCV

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:贾建辉
  1. RectDetector

    1下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. Open
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-05
    • 文件大小:1070080
    • 提供者:chenwenlue
  1. opencvlizi

    0下载:
  2. 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2024-06-05
    • 文件大小:12143616
    • 提供者:ckolk
  1. RectangleDetection

    0下载:
  2. 用opencv实现的矩形检测源码。可以检测图形中的矩形!-Rectangle Detection Using the OpenCv
  3. 所属分类:OpenCV

    • 发布日期:2024-06-05
    • 文件大小:2095104
    • 提供者:
  1. detected-rectangle

    0下载:
  2. 利用opencv测量矩形的C++程序,可以直接检测出矩形,即使背景很复杂-Measured using a rectangle opencv C program, you can directly detect the rectangle, even if the background is very complex
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-05
    • 文件大小:3072
    • 提供者:azure
  1. FaceDetection

    0下载:
  2. 本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-05
    • 文件大小:1992704
    • 提供者:
  1. opencv

    0下载:
  2. opencv人脸检测基于特征矩形的人脸检测-opencv face detection
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-05
    • 文件大小:4208640
    • 提供者:谢常忠
  1. opencv

    0下载:
  2. opencv中,对圆,直线,线段,矩形等图像特征进行检测-opencv image features such as circles, lines, line segments, rectangles, detection
  3. 所属分类:OpenCV

    • 发布日期:2024-06-05
    • 文件大小:27648
    • 提供者:peipei
  1. juxing

    0下载:
  2. opencv矩形检测 opencv矩形检测 -opencv rectangle detection opencv rectangle detection opencv rectangle detection opencv rectangle detection
  3. 所属分类:压缩解压

    • 发布日期:2024-06-05
    • 文件大小:2720768
    • 提供者:陈熙竹
  1. QuadSegment

    0下载:
  2. 用opencv实现的矩形检测源码。可以检测图形中的矩形!-Rectangle Detection Using the OpenCv
  3. 所属分类:OpenCV

    • 发布日期:2024-06-05
    • 文件大小:2813952
    • 提供者:CCPL
  1. squareD

    0下载:
  2. 结合opencv库的使用,用c++代码实现了图片里的矩形检测(use opencv, and c++ detect rectangle in image)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-05
    • 文件大小:5452800
    • 提供者:呼123
« 12 »

源码中国 www.ymcn.org