Skip to content

A fast python library to detect loops, outer boundary and edges in binary images.

License

Notifications You must be signed in to change notification settings

AdityaDutt/Handwriting-loops-and-boundary-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loop-and-Edges-Detector

Created for use in segementation of handwritten words.

Loop-and-Edges-Detector is a fast and simple python library to detect loops, outer boundary and edges in binary images. Also available on PyPi.

Usage

import DetectLoopsEdges as detect
import cv2
Im = cv2.imread(your_filename)
Loops, Edges, Boundary = detect.DetectLoopsEdges(Im)

Library Link on PyPi

https://pypi.org/project/pyedgeloop/

Usage: pip install pyedgeloop

Example:

   import pyedgeloop as detect
   import cv2
   Im = cv2.imread(your_filename)
   Loops, Edges, Boundary = detect.DetectLoopsEdges(Im)

Author

Aditya Dutt

License

MIT

About

A fast python library to detect loops, outer boundary and edges in binary images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages