搜索资源列表
edge
- 调用opencv库,python编码,实现图像的边缘检测-Call opencv library, python coding, image edge detection
dataset
- 自己写的python canny算法,可以对图片进行边缘检测,要求见PPT,可根据需要调整代码-Write your own python canny algorithm that can detect the edge of the picture, asked to see the PPT, the code can be adjusted as needed
CORNER-DETECTION
- C边缘检测,图像处理,Python AND IMAGING PROCESSING-C u8FB9 u7F18 u68C0 u6D4B uFF0C u56FE u50CF u5904 u7406 uFF0CPython AND IMAGING PROCESSING
canny
- python-opencv的canny边缘检测代码(Python-opencv Canny edge detection code)
canny
- 基于python语言的canny使用,对图片进行边缘检测,提取图片的边缘曲线(Canny based on the Python language, edge detection of the image, extract the edge of the image curve)
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.)
Python_VLPR-master
- 基于树莓派B+版本的车牌识别设计,辨识部分以树莓派3B+/3B为核心处理器,基于Linux平台,通过python3.5和OpenCV来对含有车牌信息的图片,进行高斯去噪、灰度化、边缘检测、二值化、闭操作、字符分割、字符识别匹配等一系列图像处理操作最终实现车牌识别这个系统。(Based on the design of license plate recognition of raspberry pie B+version, the re
edge_detection
- 使用canny算子对图像进行边缘检测,用于RCNN的目标检测。(Edge detection using Canny operator)
carplate
- 首先对车牌识别系统的现状和已有的技术进行深入的研究,然后开发出一个基于 Python 的车牌识别系统,文中先对车辆图像进行高斯去噪、灰度化和边缘检测等预处理方法,然后用颜色特征和形态特征相结合的方法来确定车牌位置,用彩色分割法来完成车牌分割,最后,运用 SVM 分类训练器完成字符识别并使用Python 软件环境进行车牌识别的仿真实验。(License plate recognition based on SVM)
python 裂缝识别
- 这是一个使用Python和PyQt5开发的一个计算机视觉辅助裂缝标注工具,标注工具先用边缘检测和形态学方法预识别裂缝,然后人工对结果进行标涂或擦除。除了此方法,工具还有其他多种方法,(This is a computer vision aided crack marking tool developed by Python and pyqt5. The tool first uses edge detection and morphol
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
车牌识别
- python+opencv实现车牌识别,通过canny算子边缘检测+颜色识别提取车牌区域(License plate recognition based on Python + opencv)
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)
车牌识别
- python实现车牌识别源码。 (1)训练字符分类器。 (2)resize为固定大小。 (3)高斯去噪。 (4)转化为灰度图。 (5)开运算。 (6)灰度图与开运算图加权求和。 (7)转化为二值图像。 (8)后利用Canny算法进行边缘检测。 (9)先开运算后闭运算使图像变为一个整体。 (10)检测矩形框。 (11)利用启发性信息过滤矩形框:矩形大小、宽高比、颜色。 (12)利用直方图分割字符(阈值设定、边缘干扰