搜索资源列表
Hough
- 在vc6.0下创建的一个基于OpenCV的控制台程序,以图像作为文件输入变量,编译时选择\"#if1\"或者\"#if0\",可以使用标准和概率Hough变换两种方法。
hough.用hough变换来检测直线
- 基于vc++和opencv,用hough变换来检测直线,我的课程作业,Based on vc++ and opencv, using hough transform to detect straight line, my coursework
hough.rar
- 图像处理之 opencv 用hough变换检测圆,Image processing opencv circle detection using hough transform
Hough.rar
- opencv检测线段,用到hough,非常使用的,This is a standalone program. Pass an image name as a first parameter of the program.
opencv.rar
- 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
Hough_LineDetect_opencv
- OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
hough
- 图像变换之opencv 用hough变换检测线段-Opencv image transform of line segment detection using hough transform
HOUGH
- 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
TuXiangChuLi_OpenCV
- 基于opencv的图像和视频处理的软件。该软件实行了opencv的多种功能:边缘检测、拉氏变换、椒盐噪音、人脸识别、霍夫变换等功能。-Opencv-based image and video processing software. The software has multiple functions opencv: edge detection, Laplace transform, salt and pepper noise, face recognition, Hough transfo
FindCircle
- An example about finding circles using hough in OpenCV. Does not work very well, sorry-An example about finding circles using hough in OpenCV. Does not work very well, sorry...
findcircle
- vc++为基础的 并运用OPENCV 中的HOUGH检测圆,还凑合吧-vc++-based and use OPENCV in HOUGH detection circle Haicou He Bar
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. OpenCV is used to read and display
hough
- hough 变换的代码,采用C++和opencv完成,运行良好-hough program
Image-Processing-OpenCV-Chapter-6
- 基于OpenCV的计算机视觉技术实现第六章图像处理的源程序,其中包括图像边缘检测、直方图、Hough变换、几何变换、形态学等基本的图像处理。-OpenCV-based computer vision image processing technology to Chapter VI of the source, including edge detection, histogram, Hough transform, geometric transformation, morphology, a
hough
- 用hough变换来检测圆,并且能画出圆的轮廓,是基于opencv的控制台程序,效果不错,适合初学者-With the hough transform to detect circles, and can draw the outline of the circle, is based on the opencv the console application, good results, suitable for beginners
Get-Circle-Using-Hough
- 获取图片中的圆形,用到OpenCV,方法是Hough变换法-Get Circle In The Image Using OpenCV
class-specific-Hough-forests-
- 用于目标检测的Hough森林分类法。比随即森林效果要好。附有文章和代码。代码是在unix环境下的Opencv运行的。还有训练数据。-ClassSpecifi c Hough Forests for Object Detection,better than random forest.include paper and source code ,working in Opencv .
jiaotong
- 我做交通标志检测和识别中用到的几个子模块,本人亲测在VS2008平台上能跑。程序不复杂,但是对于初学Opencv的人来说还是有一定用处的。包括,提取特征颜色、霍夫圆检测、Canny边缘检测等。-Opencv Hough Canny
hough
- 基于OpenCV的Hough变换结合Canny边缘检测的人眼瞳孔检测算法。-Combination of the Canny edge detection of the human eye pupil detection algorithm based on OpenCV Hough transform.
hough变换源码(直线&圆)
- OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)