搜索资源列表
5-2
- 找出图形中的角点,采用opencv编写 具有很强的检测能力,对于矩形及多边形的角点都能检出
OpenCVSquareDector
- 在VC6下基于OpenCV5的矩形检测程序及Canny边缘检测程序。在VC6下编译通过。-in VC6 OpenCV5 Based on the testing procedures and rectangular Canny edge detection procedures. Under the VC6 compile.
5-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
opencv_sample
- 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法-mfc,opencv,canny,find square...
DONG
- 使用时间差分法检测一段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
QQzhaocha
- 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
faceandlips
- opencv用来检测唇部和人脸,并且在图像窗口中添加一个新的矩形窗口-lips and face detects
squares
- 在opencv中检测一个图像是否有矩形,本程序很实用-An image in opencv detect whether the rectangle, the procedure is very useful
zijixie
- 检测图像中矩形并画出 opencv下用vs2008运行无误-Detection of the image and draw rectangle using vs2008 to run correctly under opencv
juxingjiance
- opencv矩形检测,采用金字塔方法,可以对多幅图同时检测。-opencv rectangle detection, using the pyramid method, can simultaneously detect pieces of map.
RectDetector
- 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境: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
opencvlizi
- 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
RectangleDetection
- 用opencv实现的矩形检测源码。可以检测图形中的矩形!-Rectangle Detection Using the OpenCv
detected-rectangle
- 利用opencv测量矩形的C++程序,可以直接检测出矩形,即使背景很复杂-Measured using a rectangle opencv C program, you can directly detect the rectangle, even if the background is very complex
FaceDetection
- 本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaa
opencv
- opencv人脸检测基于特征矩形的人脸检测-opencv face detection
opencv
- opencv中,对圆,直线,线段,矩形等图像特征进行检测-opencv image features such as circles, lines, line segments, rectangles, detection
juxing
- opencv矩形检测 opencv矩形检测 -opencv rectangle detection opencv rectangle detection opencv rectangle detection opencv rectangle detection
QuadSegment
- 用opencv实现的矩形检测源码。可以检测图形中的矩形!-Rectangle Detection Using the OpenCv
squareD
- 结合opencv库的使用,用c++代码实现了图片里的矩形检测(use opencv, and c++ detect rectangle in image)