edge-detector
There are 10 repositories under edge-detector topic.
ashukid/hed-edge-detector
Using pretrained hed edge detector model from caffe with opencv
adl1995/edge-detectors
Image processing edge detection algorithms in Python.
rstreet85/JCanny
A Java program for detecting edges in an image using the Canny method.
DEAR18/Susan-Edge-Detect
Edge detector with SUSAN algorithm
thushanperera95/Edge-Detector
C implementation of the Sobel and Robert's Cross edge detection algorithms.
carlesu/Lane-Detection-Hough-Transform
Practical application of image processing and recognition techniques with matlab.
PanosAntoniadis/computer_vision-ntua
Lab exercises of computer vision course in NTUA
RobuRishabh/Real-time-filtering
Implemented a 5x5 Gaussian filter, 3x3 Sobel X and 3x3 Sobel Y, generated a gradient magnitude image from the X and Y Sobel images, blurred and quantized a color image, did live video cartoonization, put sparkles into the image where there are strong edges.
theMHD-120/Edge-Detection-OSLab-Project
Edge Detection using multithreading and Python's OpenCV library - Operating Systems Laboratory (OSLab) final project - Summer 2024 /// by theMHD.
vinceecws/Image2Waves
A Python script that takes images and constructs waveform representations of them.