You will find attached two folders: "code" and "data"
"Code" contains our sample of BackwardBoundaryTracing Alghoritm
In "data" you will find some images for testing this algo.
How to test:
Use one of the images from data/
1.image_name = "4.jpg"
2.bbt_test = BackwardBoundaryTracing(image_name)
3.bbt_test.start()
implemented by Oles Kozak and Ira Kostyhyn.