How to make chain code starting point invariant?

asked 2016-03-18 12:16:08 -0600

bob409 gravatar image

I am using chain code as a feature extraction techniques. I have been able to extract chain code of the required object. However I have seen in some research papers that chain code can be made to be starting point invariant?

The chain code is highly dependent on the starting point • To reduce this dependency we regard the code as a circular number with n numerals. By finding the 1 ≤ i ≤ n that yields the lowest number when the chain code is read like a ordinary number we obtain a code that is invariant to starting point

How can i implement it? Can someone guide me?

edit retag flag offensive close merge delete

Comments

LBerger gravatar imageLBerger ( 2016-03-18 14:31:46 -0600 )edit