Skip to content

Chain code feature generation for image processing

License

Notifications You must be signed in to change notification settings

melihaltun/Chain_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chain_code

Chain code feature generation for image processing:

Chain codes are used for finding directionality in shape boundaries. They are one of the most useful shape descriptors.

By studying the segments with the same direction, length features for each direction can be extracted. Also by studying consecutive chain codes, direction changes, flat, convex or concave structures can be found.

This code implements an 8 connected chain code generator.

There is also a test script to demonstrate a typical use case.

image

image

image

References:

  1. S. Theodaridis, K. Koutroumbas "Pattern Recognition 4th Edition", (2009), Ch.7 Sec. 3.2 Chain codes
  2. H. Freeman "Computer processing of line drawing images",Comput. Surveys 6 (1) (1974) 57-97

Releases

No releases published

Packages

No packages published

Languages