搜索资源列表
-
2下载:
Hough检测直线,圆,椭圆的代码
其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
-
-
1下载:
自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
-
-
3下载:
这里包含三个高质量的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
-
-
0下载:
hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
-
-
1下载:
边缘检测和图像分割matlab程序代码说明
P0401:用Prewitt算子检测图像的边缘
P0402:用不同σ值的LoG算子检测图像的边缘
P0403:用Canny算子检测图像的边缘
P0404:图像的阈值分割
P0405:用水线阈值法分割图像
P0406:对矩阵进行四叉树分解
P0407:将图像分为文字和非文字的两个类别
P0408:形态学梯度检测二值图像的边缘
P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
-Edge det
-
-
0下载:
用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
-
-
0下载:
边沿检测与提取,轮廓跟踪
source目录下为本章介绍的源程序
功能是边沿检测与提取,轮廓跟踪
命令行编译过程如下
vcvars32
rc bmp.rc
cl edge.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在
-Edge detection and extraction, contour tracing source directory of the source cod
-
-
0下载:
本程序通过对图像进行灰度化、去噪和边缘提取,能检测出不垂直的刻度线边缘并能将其旋转校正,从而达到使刻度线标准化的目的-This procedure of gray-scale images, and de-noising and edge detection can not detect the edge of the vertical line of the scale and be able to spin correction, so as to achieve so that the p
-
-
0下载:
Hough变换的原理以及直线检测和圆检测的vc代码-Hough transform principle and the straight line detection and circle detection in vc code
-
-
0下载:
人脸识别-仅对静态图片The output of this code is mainly required for feature detection or facial expression recognition purpose.
give the input(name of the image) at the 1st line of the facedetection.m file & run the file.
The face_database folder contain
-
-
0下载:
this is a code for line detection in noisy image using hough transform
-
-
0下载:
程序代码说明
用Prewitt算子检测图像的边缘
用不同σ值的LoG算子检测图像的边缘
用Canny算子检测图像的边缘
图像的阈值分割
用水线阈值法分割图像
对矩阵进行四叉树分解
将图像分为文字和非文字的两个类别
形态学梯度检测二值图像的边缘
形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
-Program code shows the image using Prewitt edge de
-
-
0下载:
此代码是研究生期间做的直线检测,代码完全自己编写,里面附有参考图片。-This code is a graduate student to do during the line detection, the code written completely on my own, which with a reference image.
-
-
0下载:
vs下C++编程的霍夫直线检测代码,使用openCV新的C++接口函数。包含测试图片,已编译,直接点击运行按钮运行出结果。-Vs C++ programming under hough line detection code, the use of openCV new C++ interface function. Contains test images, compiled, click the run button running out the results.
-
-
0下载:
本实验研究了数字图像处理中图像分割中的hough变换和运用hough变换的线检测。-This study hough transform line detection the hough transform digital image processing, image segmentation and apply.
-
-
0下载:
图像分割,基于LOG和Canny算子的精确边缘检测,基于Hough变换的直线检测,图像的四叉树分解-Image segmentation, edge detection based on precise LOG and Canny operator, Hough transform based line detection, image quadtree decomposition
-
-
0下载:
此文件可以实现霍夫变换直线检测,代码简单实用-This file can be achieved Hough transform line detection, code simple and practical
-
-
0下载:
提供霍夫变换直线检测的具体实现的C++代码。-Hough Transform Line Detection Code
-
-
0下载:
非常重要的直线检测代码,不只是freeman和活肤,还有其他的,很重要-Very important straight line detection code, not just freeman and revitalize, there are other, very important! The The The The The The The The
-
-
0下载:
Canny Edge Detection And Hough Transform Line Detection
The code is written in Visual C++.
USING THE MAIN CODE
The Input images have to be ".bmp" format and the output image must be saved as ".bmp" format.
In the main co
-