搜索资源列表
用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.
hough.用hough变换来检测直线
- 基于vc++和opencv,用hough变换来检测直线,我的课程作业,Based on vc++ and opencv, using hough transform to detect straight line, my coursework
HaarFaceDetect.zip
- This program is the haar opencv face detector slightly modified for ease of use There are command line options available to avoid the need to use the gui (see facedetect.cpp for the command line option format This program needs fltk installed. I
skeleton.rar
- 一个用opencv编写的骨架提取的程序,主要原理是基于距离变换,鲁棒性很高,里面附了多个测试图片,Opencv prepared with a skeleton extraction procedure, the main principle is based on the distance transform, robust high, which is attached a number of test pictures
Gabor(matlab_C_Cv).rar
- 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
opencv.rar
- 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
ljsxdxywzmsbys.rar
- 使用OPENCV完成一个演示程序,联机手写大写英文字母识别演示.,OPENCV to complete a demonstration of the use of procedures, on-line handwriting recognition demo uppercase letters of the alphabet.
radon
- 基于opencv的radon直线检测、直方图均衡、sobel边缘检测等算法。-Opencv of the radon-based line detection, histogram equalization, sobel edge detection algorithm.
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
1
- 使用opencv编写的读取图像的程序,是个命令行程序。希望对大家有用-Opencv prepared using the procedure to read the image, it is a command-line program. I hope all of you a useful
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
DosImage
- C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
HOUGH_LINE
- VC++2008EXPRESS環境下 使用opencv 偵測直線並且描出輪廓-VC++2008 EXPRESS environment opencv detect and delineate the outline of a straight line
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
CImgChange
- opencv 对图像就行渐变处理功能代码·功能已实现-opencv image processing code on the line gradient function has been achieved
Line-detection
- 该程序是用opencv图像库,在visual c++的环境中编程的,功能是实现图像的线段检测-This program is to use opencv image library in visual c++ environment programming, function is realizes image line detection
picchuliLine
- 一个通过OPENCV对曲线进行直线拟合代码,曲线输入为图片,输出为一副直线的图片。-OPENCV of a curve by fitting a straight line code, the curve for the image input and output images to a straight line.
OpenCV-feature-extraction
- openCV特征提取代码总结,包括:颜色直方图提取,形状特征提取,角点提取、Hough直线提取、边缘提取、纹理特征提取等等。-OpenCV feature extraction code summary, including: color histogram extraction, shape feature extraction, angular point extraction, Hough straight line extraction, edge detection and textu
detectRode
- 道路线检测及识别,用于智能驾驶中的高级辅助驾驶,可以基于此开发处道路线驶离预警系统。(Road line detection and recognition)