搜索资源列表
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 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)