文件名称:C++ implementations of edge detection algorithms
文件大小:6KB
文件格式:ZIP
更新时间:2020-11-29 06:56:31
edge detection
C++ Qt implementation of edge detection algorithms. Currently available algorithms: Canny edge detector Sobel edge detector Prewitt edge detector Roberts cross Scharr operator The project includes GUI for viewing results.
【文件预览】:
edge-detection-master
----kernels.h(778B)
----algorithms.h(418B)
----main.cpp(172B)
----mainwindow.ui(3KB)
----.gitignore(334B)
----mainwindow.cpp(2KB)
----mainwindow.h(634B)
----edge-detection.pro(464B)
----algorithms.cpp(6KB)
----README.md(522B)