Skip to content

A robust pipeline combining custom convolution kernels and RANSAC for accurate line detection in noisy data, integrating advanced computer vision techniques for precise feature extraction.

Notifications You must be signed in to change notification settings

Habiba-Abdelrehim/EdgeNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EdgeNet

A robust edge detection and line-fitting pipeline designed for precision in image processing tasks. By combining custom convolution kernels for edge enhancement and the RANSAC algorithm for line detection, it delivers accurate and reliable results in applications such as computer vision, object detection, and feature extraction.

Visual Results

Before RANSAC After RANSAC
before after

Features

  • Custom Convolution Kernels: Enhances edges with adjustable weights for precise detection.
  • RANSAC Algorithm: Detects lines robustly by iteratively fitting models to edge points and rejecting outliers.
  • Flexible Parameters: Supports tuning of thresholds for edge detection and RANSAC fitting.

About

A robust pipeline combining custom convolution kernels and RANSAC for accurate line detection in noisy data, integrating advanced computer vision techniques for precise feature extraction.

Resources

Stars

Watchers

Forks

Languages