Skip to content

NatiOfir/FastEdgesCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CppEdgeDetection

Faint edge detection with edge score based on rectangle binary partition of the images. Rectangle implementation of the CVPR 2016 paper "Fast Detection of Curved Edges at Low SNR": https://www.cv-foundation.org/openaccess/content_cvpr_2016/html/Ofir_Fast_Detection_of_CVPR_2016_paper.html

This solution is for visual studio 2015 with opencv. It is faster than its Matlab equivalent projects:

  1. Rectangles: https://github.com/NatiOfir/FaintCurvedEdgeDetection
  2. Triangles: https://github.com/NatiOfir/TrianglesEdgeDetection

Good luck!

About

Fast detection of faint curved edges using Cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages