There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.