- Load Pic3D
- Use LiveWire to segment Liver
- Try to move an controlpoint "quite" far away from its original position
--> wont work. (see screenshot)
I assume A* or a similar Graph-Algorithm is used to find the shortest path. In this process there is propably a cost-image created. Howver, the cost image seems to be only calculated until an optimal path is found. When a controlpoint is moved, it seems you can only move the point within the calculated cost map (which is usually quite close around the current position of the control point). Thus it is not possible to move the control point 'far' away from its original position.