搜索资源列表
edge
- 调用opencv库,python编码,实现图像的边缘检测-Call opencv library, python coding, image edge detection
PythonCF
- 基于Python的曲率滤波程序,完整可用,非常好用,用来对图像滤波,保边效果好(Curvature filtering procedures based on Python, complete, available, very useful, used to filter the image, edge preserving)
ciratefi
- rbst-invariance template matching(a robust template matching algorithm)
lap
- 使用拉普拉斯算子计算图像边缘与非边缘并对边缘进行锐化处理(Using the Laplasse operator image edge and non edge and edge sharpening)
AutoCanny-master
- Zero-parameter, automatic Canny edge detection with C++ and OpenCV. This is a conversion of Adrian Rosebrock's python scr ipt to c++. Everything is contained in the include folder in auto_canny.h There's an simple code in src/main.cpp to rea
canny_detect
- 用PYthon实现Canny算法,对影像进行边缘提取(This code can get object edge through canny algorithm. It is written in Python language.)
python-opencv镜头直线检测
- 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
canny edge detection
- canny边缘检测算法,在python环境中可实现边缘提取。(The canny edge detection algorithm can implement edge extraction in a python environment.)
edge_detection
- 使用canny算子对图像进行边缘检测,用于RCNN的目标检测。(Edge detection using Canny operator)
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
Kirsch
- 用python语言实现对图像进行Kirsch八个方向的边缘检测,得到边缘图像。(Edge detection is carried out in eight directions of Kirsch to get edge image.)
opencv_CannyEdgeDetection
- 基于python和opencv库的边缘检测处理程序(Edge detection processing program based on Python and opencv Library)