views:

208

answers:

1

Can anybody provide simple steps of "Skeleton Pruning by Contour Partitioning with Discrete Curve Evolution" Algorithm

or c++ code i have document if some one is familiar simple steps of the algorithm

A: 
  1. Google "Skeleton Pruning by Contour Partitioning with Discrete Curve Evolution"
  2. Download the paper and read it. Authors are Xiang Bai, Longin Jan Latecki, Wen-yu Liu
  3. If you haven't already figured out the algorithm by reading the paper, contact the authors for code.
Jonas
authors dont have code(they have matlab code)
smile
Matlab code should be fairly readable for someone skilled with c++
Jonas