edge-detection
There are 819 repositories under edge-detection topic.
esimov/caire
Content aware image resize library
mob-sakai/UIEffect
UIEffect is an open-source package that allows you to intuitively apply rich UI effects directly from the Inspector or via code. Combine various filters, such as grayscale, blur, and dissolve, to decorate your UI with a unique visual style!
MarkMoHR/Awesome-Edge-Detection-Papers
:books: A collection of edge/contour/boundary detection papers and toolbox.
JalaliLabUCLA/Image-feature-detection-using-Phase-Stretch-Transform
PST or Phase Stretch Transform is an operator that finds features in an image. PST implemented using MATLAB here, takes an intensity image I as its input, and returns a binary image out of the same size as I, with 1's where the function finds sharp transitions in I and 0's elsewhere.
backseason/PoolNet
Code for our CVPR 2019 paper "A Simple Pooling-Based Design for Real-Time Salient Object Detection"
ankitaggarwal011/PyCNN
Image Processing with Cellular Neural Networks in Python
CihanTopal/ED_Lib
Implementations of edge (ED, EDColor, EDPF), line (EDLines), circle and low eccentric ellipse (EDCircles) detection algorithms.
moabitcoin/holy-edge
Holistically-Nested Edge Detection
yhlleo/DeepSegmentor
A Pytorch implementation of DeepCrack and RoadNet projects.
sawankumarbundelkhandi/edge_detection
This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
xavysp/TEED
TEED: Tiny and Efficient Edge Detector
aayushbansal/PixelNet
The repository contains source code and models to use PixelNet architecture used for various pixel-level tasks. More details can be accessed at <http://www.cs.cmu.edu/~aayushb/pixelNet/>.
Milchreis/processing-imageprocessing
Collection of basic image processing algorithms for processing
tomazas/opencv-lane-vehicle-track
OpenCV implementation of lane and vehicle tracking
ashish0kumar/pixcii
🖼️ Feature-rich media-to-ASCII convertor
KePeng1019/SmartPaperScan
this is an android project write in kotlin which detect paper or rectangle by opencv, you can take a picture and crop it
xavysp/LDC
LDC: Lightweight Dense CNN for Edge Detection
AKASH2907/project_sunroof_india
Analyzed Google Satellite images to generate a report on individual house rooftop's solar power potential
eternal-io/quadim
High-performance Quadtree image compression/stylization, 100+FPS on modern computers and avoiding ugly non-squares 💢
Chrisding/seal
Code for Simultaneous Edge Alignment and Learning (SEAL)
MengyangPu/RINDNet
RINDNet: Edge Detection for Discontinuity in Reflectance, Illumination, Normal and Depth, in ICCV 2021 (oral)
aashari/example-android-camera-scanner
Android example of document scanning with OpenCV featuring edge detection, perspective correction, and image enhancement. Demonstrates implementation of camera preview, image processing, and OCR integration for document scanner applications.
yhlleo/RoadNet
RoadNet: A Multi-task Benchmark Dataset for Road Detection, TGRS.
anirudh-chakravarthy/CASENet
A Pytorch implementation of CASENet for the Cityscapes Dataset
positlabs/spark-convolution-patch
Convolution and other super-patches (blur, sharpen)
ymgw55/segment-anything-edge-detection
Unofficial edge detection implementation using the Automatic Mask Generation (AMG) of the Segment Anything Model (SAM).
qinnzou/mural-image-inpainting
Mural image inpainting, Mural damage repair, Line drawing guided image inpainting
mayorx/rcf-edge-detection
variety of Richer Convolutional Features for Edge Detection (resnet101 based)
codeperfectplus/ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language :tada:
bicv/LogGabor
A python implementation for a LogGabor filtering and pyramid representation
petarjs/js-canny-edge-detector
Example of Canny edge detection algorithm in javascript
vaultah/edge-detection
C++14 implementations of edge detection algorithms (with Qt GUI)
JuliaPoo/AsciiArtist
An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters.
cxy1997/Digital-Image-Processing-Algorithms
SJTU CS386 Digital Image Processing
YoniChechik/AI_is_Math
AI is Math course repo. Check out the website at: www.AIisMath.com
backseason/DFI
Code for our IEEE TIP 2020 paper "Dynamic Feature Integration for Simultaneous Detection of Salient Object, Edge and Skeleton"