8000 GitHub - amr1235/edge-boundary-detection: For any given image we can detect edges using Canny edge detector, detect lines, circles, ellipsed located in the image (if any). also, we implemented the the Active Contour Model (snake) using the greedy algorithm.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

For any given image we can detect edges using Canny edge detector, detect lines, circles, ellipsed located in the image (if any). also, we implemented the the Active Contour Model (snake) using the greedy algorithm.

Notifications You must be signed in to change notification settings

amr1235/edge-boundary-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edge and boundary detection

For any given image we can detect edges using Canny edge detector, detect lines, circles, ellipsed located in the image (if any). also, we implemented the the Active Contour Model (snake) using the greedy algorithm.

Prerequsites

  1. Visual Studio C++ Workload
  2. OpenCV
  3. CMake

Build

  1. Configure project.

N.b use only after cloning or changing CMakeLists.txt.

$ cmake . -B ./build
  1. Build the executable
$ cmake --build ./build/
  1. The executable will be in the build/Debug/ folder
$ build/Debug/edge-boundary-detection.exe
  1. Clean the build folder (Optional)
$ cmake --build ./build/ --target clean

About

For any given image we can detect edges using Canny edge detector, detect lines, circles, ellipsed located in the image (if any). also, we implemented the the Active Contour Model (snake) using the greedy algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0