资源列表
EdgeDetectorCUDA-master
- Demonstration of working implementations of the Canny, Sobel, and Roberts cross edge detection algorithms, each algorithm implemented in a CPU and a NVidia CUDA version. Written in Qt/C++.
hed-master
- We develop a new edge detection algorithm, holistically-nested edge detection (HED), which performs image-to-image prediction by means of a deep learning model that leverages fully convolutional neural networks and deeply-supervised nets. HED automat
hyper-canny-master
- Doing Canny edge detection in higher dimensions. This doesn't do anything yet.
edge-detection-master
- 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.
Sobel-Edge-Detection-master
- A soble edge function using basic convolutions. CImg library is used to display, read, and write image files.
OpenCV_Morpholog
- Morphological Operations, Erosion, Dilation and their combinations Open, Close, Boundary extraction, Top-Hat. Edge Detection Filters Prewitt, Sobel and Canny Filters
CUDA-Sobel-Filter-master
- This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to
pcl
- pcl 3d 文件格式转换,点云读取与显示(PCL 3D file format conversion, point cloud reading and display)
ImageEdgeDetection-master
- The goal of this project was to create an edge detection software without using too much of the OpenCV library. We programed everything from scratch except for the Mat class that we use to store images. A report and a powerpoint in french are also
Image-Processing-labs-master
- Canny edge Detection, Watershed Segmentation, Stereo Matching and Lucas-Kanade techniques. Using C++ and blepo (A library create at Clemson University to handle image processing)
sand-master
- 使用JNI实现Sobel算子图像边缘检测(Using JNI to achieve Sobel operator image edge detection)
ADPluginEdge-master
- An EPICS areaDetector plugin to perform edge detection using the OpenCV Canny function.